Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added commenting out using /* boneyard */ | Martin Vilcans | 2012-02-20 | 4 | -1/+38 |
| | |||||
* | Transition must end with "TO:", not just ":" | Martin Vilcans | 2012-02-19 | 1 | -0/+8 |
| | | | | New in Fountain spec. | ||||
* | Renamed SPMD to Fountain | Martin Vilcans | 2012-02-19 | 9 | -17/+15 |
| | |||||
* | Moved spmd tests into separate classes. | Martin Vilcans | 2012-02-19 | 1 | -19/+29 |
| | |||||
* | Added synopsis support to slugs and sections. | Martin Vilcans | 2012-02-19 | 1 | -0/+38 |
| | |||||
* | Parse the title page. | Martin Vilcans | 2012-02-16 | 1 | -5/+53 |
| | | | | | | The title page isn't actually used for anything right now, but if it is in the source, at least it doesn't appear as action lines in the output. | ||||
* | Added support for sections | Martin Vilcans | 2012-02-08 | 4 | -1/+41 |
| | |||||
* | Scene headings are now h6 in HTML output | Martin Vilcans | 2012-02-07 | 2 | -3/+3 |
| | |||||
* | Read the spec again. Scene numbers are alphanumeric only. | Martin Vilcans | 2012-02-07 | 1 | -2/+6 |
| | |||||
* | Added scene numbers | Martin Vilcans | 2012-02-07 | 4 | -1/+32 |
| | |||||
* | Refactored spmd parser to use InputParagraph class. | Martin Vilcans | 2012-02-01 | 1 | -18/+12 |
| | |||||
* | New syntax for dual dialog: ^ (Jan 2012 spec) | Martin Vilcans | 2012-02-01 | 1 | -10/+10 |
| | |||||
* | Some pep8 compliance regarding whitespace | Martin Vilcans | 2012-02-01 | 1 | -1/+2 |
| | |||||
* | Transitions no longer have to be followed by a scene heading. | Martin Vilcans | 2012-01-31 | 1 | -2/+16 |
| | |||||
* | Changed rules for forced Scene Headings (slugs). | Martin Vilcans | 2012-01-31 | 1 | -4/+13 |
| | | | | | | | | | | | | | Double linebreaks no longer signify a slug. Instead you can force one with a leading period: e.g. FADE IN: .DARKNESS (whatever that would look like!?) | ||||
* | Added tests on actual input/output files. | Martin Vilcans | 2012-01-31 | 4 | -0/+96 |
| | | | | | This is to make sure everything works from the command-line level to avoid silly mistakes like the last bug. | ||||
* | A leading ">" on a line means it's parsed as a transition. | Martin Vilcans | 2011-12-16 | 1 | -0/+21 |
| | | | | (But only if it's the last paragraph or followed by a slug.) | ||||
* | Possible to escape stars (\*) so they aren't parsed as emphasis. | Martin Vilcans | 2011-12-16 | 1 | -0/+6 |
| | |||||
* | A line with two spaces inside dialog keeps the dialog together. | Martin Vilcans | 2011-12-16 | 1 | -1/+15 |
| | | | | Fixed according to spec. | ||||
* | Fixed some problems with old RichString tests. | Martin Vilcans | 2011-12-16 | 1 | -9/+20 |
| | | | | | | Sometimes the segments of the RichString objects became RichString objects instead of Segment. That's what you get for dynamic typing I guess... | ||||
* | Added licensing information (MIT license) | Martin Vilcans | 2011-11-28 | 3 | -0/+12 |
| | |||||
* | Some code style changes | Martin Vilcans | 2011-11-26 | 3 | -6/+13 |
| | |||||
* | Allow whitespace after "<" on centered line. | Martin Vilcans | 2011-11-25 | 1 | -6/+14 |
| | |||||
* | Fix incorrectly parsing when mixing italic and bold. Thx, Stu! | Martin Vilcans | 2011-11-22 | 1 | -1/+27 |
| | |||||
* | Fixed bold/underline etc. in FDX. (Capitalization mistake.) | Martin Vilcans | 2011-11-15 | 1 | -9/+9 |
| | |||||
* | Make sure upper case centered paragraph isn't parsed as dialogue. | Martin Vilcans | 2011-11-15 | 1 | -0/+9 |
| | |||||
* | Added support for >centering text< | Martin Vilcans | 2011-11-15 | 1 | -0/+23 |
| | |||||
* | Made RichString non-hierarchical (simpler). | Martin Vilcans | 2011-11-10 | 3 | -83/+119 |
| | | | | Also: FDX output should have correct line breaks now. | ||||
* | Just some cleanup/reformatting | Martin Vilcans | 2011-10-01 | 2 | -1/+1 |
| | |||||
* | Added FDX output | Martin Vilcans | 2011-09-29 | 1 | -0/+45 |
| | |||||
* | Use rich strings for all content. | Martin Vilcans | 2011-09-26 | 2 | -0/+18 |
| | |||||
* | PEP8 compliance. | Martin Vilcans | 2011-09-21 | 2 | -0/+4 |
| | |||||
* | Added requirement that a slug must be only one line. | Martin Vilcans | 2011-09-21 | 1 | -0/+13 |
| | | | | Otherwise it is parsed as dialog. | ||||
* | Parse bold, italic and underline (no output yet). | Martin Vilcans | 2011-09-21 | 2 | -4/+122 |
| | |||||
* | A Transition must be followed by a slug, otherwise it's Action | Martin Vilcans | 2011-09-10 | 1 | -2/+0 |
| | |||||
* | Heed hard line breaks, per the SPMD spec. | Martin Vilcans | 2011-09-09 | 1 | -0/+37 |
| | |||||
* | Split code into more modules. | Martin Vilcans | 2011-09-09 | 1 | -15/+15 |
| | |||||
* | New spec for transitions. | Martin Vilcans | 2011-08-24 | 1 | -2/+43 |
| | | | | The rule that a transition must be followed by a slug is not implemented. | ||||
* | Simplified dual dialog design. | Martin Vilcans | 2011-08-23 | 1 | -0/+111 |
Forgot to add tests earlier. Here they are too! |