aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* Some code style changesMartin Vilcans2011-11-263-6/+13
|
* Allow whitespace after "<" on centered line.Martin Vilcans2011-11-251-6/+14
|
* Fix incorrectly parsing when mixing italic and bold. Thx, Stu!Martin Vilcans2011-11-221-1/+27
|
* Fixed bold/underline etc. in FDX. (Capitalization mistake.)Martin Vilcans2011-11-151-9/+9
|
* Make sure upper case centered paragraph isn't parsed as dialogue.Martin Vilcans2011-11-151-0/+9
|
* Added support for >centering text<Martin Vilcans2011-11-151-0/+23
|
* Made RichString non-hierarchical (simpler).Martin Vilcans2011-11-103-83/+119
| | | | Also: FDX output should have correct line breaks now.
* Just some cleanup/reformattingMartin Vilcans2011-10-012-1/+1
|
* Added FDX outputMartin Vilcans2011-09-291-0/+45
|
* Use rich strings for all content.Martin Vilcans2011-09-262-0/+18
|
* PEP8 compliance.Martin Vilcans2011-09-212-0/+4
|
* Added requirement that a slug must be only one line.Martin Vilcans2011-09-211-0/+13
| | | | Otherwise it is parsed as dialog.
* Parse bold, italic and underline (no output yet).Martin Vilcans2011-09-212-4/+122
|
* A Transition must be followed by a slug, otherwise it's ActionMartin Vilcans2011-09-101-2/+0
|
* Heed hard line breaks, per the SPMD spec.Martin Vilcans2011-09-091-0/+37
|
* Split code into more modules.Martin Vilcans2011-09-091-15/+15
|
* New spec for transitions.Martin Vilcans2011-08-241-2/+43
| | | | The rule that a transition must be followed by a slug is not implemented.
* Simplified dual dialog design.Martin Vilcans2011-08-231-0/+111
Forgot to add tests earlier. Here they are too!