| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2014-11-05 | Remove prequeue and preprocessor (now unused). | IIMarckus | 1 | -289/+0 | |
| 2014-10-10 | Add a lot of Yellow text changes. | IIMarckus | 1 | -0/+3 | |
| 2014-01-27 | Get rid of globals.asm. Use ::s to export labels between objects. | yenatch | 1 | -1/+0 | |
| globals.asm was a hack that: - gave rgbasm an extra 100k lines to read - increased reliance on the python preprocessor - made the makefile a mess - gave object creation an extra step - wasn't even necessary This speeds up build time by at least a third. | |||||
| 2013-12-07 | prequeue: less wasteful stdout rerouting | yenatch | 1 | -1/+3 | |
| 2013-12-07 | handle preprocessing in one python procress; export asm labels | yenatch | 1 | -9/+21 | |
| instead of running a process for each file, one process handles all files rgbasm requires label EXPORT definitions for cross-object compiling. this is handled by globals.asm | |||||
| 2013-12-05 | rename textpre.py -> preprocessor.py | yenatch | 1 | -0/+0 | |
| 2013-10-12 | All music and sfx | U-Fish-PC\Daniel | 1 | -1/+7 | |
| 2013-09-16 | bump and support latest pokemontools | Bryan Bishop | 1 | -3/+4 | |
| 2013-09-01 | make extras/ a submodule | Bryan Bishop | 1 | -75/+7 | |
| Use pokemontools v1.3.0 and use the same preprocessor as the pokecrystal project. | |||||
| 2012-07-07 | Add the ▶ symbol to the text preprocessor. | IIMarckus | 1 | -0/+1 | |
| hg-commit-id: e3d1729bf4c4 | |||||
| 2012-03-14 | Remove python shebangs. | IIMarckus | 1 | -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 | |||||
| 2012-03-05 | Reformat the character table, as suggested by Sanky. | IIMarckus | 1 | -249/+250 | |
| hg-commit-id: 461183b23104 | |||||
| 2012-03-05 | Add "×" in text. | IIMarckus | 1 | -0/+1 | |
| hg-commit-id: 78daeb956407 | |||||
| 2012-03-04 | Add textpre.py, a cleaner rewrite of textpre.awk in Python. | IIMarckus | 1 | -0/+332 | |
| Also has one fewer bug: strings in comments are not converted. hg-commit-id: ae08f1e4ca26 | |||||
