aboutsummaryrefslogtreecommitdiffstats
path: root/textpre.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rename textpre.py -> preprocessor.pyyenatch2013-12-051-273/+0
|
* All music and sfxU-Fish-PC\Daniel2013-10-121-1/+7
|
* bump and support latest pokemontoolsBryan Bishop2013-09-161-3/+4
|
* make extras/ a submoduleBryan Bishop2013-09-011-75/+7
| | | | | Use pokemontools v1.3.0 and use the same preprocessor as the pokecrystal project.
* Add the ▶ symbol to the text preprocessor.IIMarckus2012-07-071-0/+1
| | | | | hg-commit-id: e3d1729bf4c4
* Remove python shebangs.IIMarckus2012-03-141-1/+0
| | | | | | | | | | | - Not all systems have /usr/bin/python - On those that do, it is not always python 2 - These files aren't marked executable anyway Just use "python whatever.py" via shell instead. hg-commit-id: 09184f4c838d
* Specified python2 executable. (Some systems default to Python 3.)Sanky2012-03-061-1/+1
| | | | | hg-commit-id: a28f903ec455
* Reformat the character table, as suggested by Sanky.IIMarckus2012-03-051-249/+250
| | | | | hg-commit-id: 461183b23104
* Add "×" in text.IIMarckus2012-03-051-0/+1
| | | | | hg-commit-id: 78daeb956407
* Add textpre.py, a cleaner rewrite of textpre.awk in Python.IIMarckus2012-03-041-0/+332
Also has one fewer bug: strings in comments are not converted. hg-commit-id: ae08f1e4ca26