Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Show multiple spaces in a row as is in HTML & PDF | Martin Vilcans | 2016-04-14 | 3 | -0/+41 |
| | | | | | | | Not sure if FDX output should use Let's keep using spaces for now. Closes #30 | ||||
* | Parse files with BOM present; fixes #5 | michaelx386 | 2015-09-18 | 3 | -0/+67 |
| | |||||
* | Add test for dual dialogue in FDX output | Martin Vilcans | 2015-07-23 | 1 | -0/+21 |
| | |||||
* | Tests that would have caught the p a r e n t h e t i c a l bug | Martin Vilcans | 2014-03-03 | 3 | -0/+18 |
| | | | | | | Bug was caused by a regression in d0c5183b4773e9dfac7113b24b492e0826c36bac See fix in b0dac73a8899d6ad5db3564202f566ddb963b446 | ||||
* | Fixed runtime error on HTML output of dual dialogue. | Martin Vilcans | 2012-07-22 | 2 | -0/+6 |
| | | | | Thanks for the bug report, Dahlia! | ||||
* | Strip leading and trailing whitespace from character names. | Martin Vilcans | 2012-07-10 | 3 | -0/+24 |
| | | | | Closes #2 | ||||
* | Automatically create test cases from files in tests/files | Martin Vilcans | 2012-07-10 | 1 | -0/+18 |
| | | | | This replaces the repeated test code. | ||||
* | Added page break support. | Martin Vilcans | 2012-07-09 | 2 | -0/+7 |
| | | | | | | In HTML output, uses style page-break-before: always Closes #3 | ||||
* | Line breaks become <br/> instead of <p> in HTML. | Martin Vilcans | 2012-03-01 | 3 | -4/+34 |
| | | | | This should make line breaks look good with the new CSS. | ||||
* | Output synopsis to HTML. | Martin Vilcans | 2012-02-23 | 2 | -3/+9 |
| | | | | Used Jonathan's CSS. | ||||
* | Added commenting out using /* boneyard */ | Martin Vilcans | 2012-02-20 | 2 | -0/+26 |
| | |||||
* | Renamed SPMD to Fountain | Martin Vilcans | 2012-02-19 | 7 | -0/+0 |
| | |||||
* | Added support for sections | Martin Vilcans | 2012-02-08 | 2 | -0/+20 |
| | |||||
* | Scene headings are now h6 in HTML output | Martin Vilcans | 2012-02-07 | 2 | -3/+3 |
| | |||||
* | Added scene numbers | Martin Vilcans | 2012-02-07 | 2 | -0/+11 |
| | |||||
* | Added tests on actual input/output files. | Martin Vilcans | 2012-01-31 | 3 | -0/+37 |
This is to make sure everything works from the command-line level to avoid silly mistakes like the last bug. |