Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-11 | preprocessor: print macro automatically inserts newlines | yenatch | |
2013-05-06 | Merge pull request #126 from yenatch/master | Bryan Bishop | |
map scripts + ai + disabled line ending correction | |||
2013-05-01 | downward triangle character 0xee | yenatch | |
2013-04-27 | Merge yenatch/master. | Bryan Bishop | |
2013-03-29 | dump move effects | yenatch | |
2013-03-21 | fix docstring formatting everywhere | Bryan Bishop | |
2013-03-01 | include some http ascii from the ROM | Bryan Bishop | |
2013-01-27 | clean up the preprocessor macro list | Bryan Bishop | |
2013-01-23 | allow labels and includes on the same line | yenatch | |
2013-01-10 | speed up text conversion in preprocessor | Bryan Bishop | |
2013-01-10 | combine multiple calls to sys.stdout.write | Bryan Bishop | |
2013-01-10 | disable macro error checking by default | Bryan Bishop | |
2013-01-10 | make include_file faster in the preprocessor | Bryan Bishop | |
2013-01-10 | disable '; original line' by default | Bryan Bishop | |
2013-01-10 | even faster preprocessor | Bryan Bishop | |
2013-01-10 | make the preprocessor a little faster | Bryan Bishop | |
This reduced the preprocessing time from 8s to 2.7s. | |||
2013-01-10 | saner import syntax in preprocessor | Bryan Bishop | |
2012-11-30 | even better preprocessor formatting | Bryan Bishop | |
2012-11-30 | make preprocessor includable as a module | Bryan Bishop | |
The preprocessor only runs against stdin when __main__ is activated, instead of always running on stdin. This allows the file to be included in an interactive python session or in other scenarios. | |||
2012-11-30 | update spacing for read_line in preprocessor | Bryan Bishop | |
2012-11-30 | make the include macro check better | Bryan Bishop | |
The include macro is now checked against only the beginning of the line, and comments in the asm file can say "INCLUDE \"" if they need to. In addition, the preprocessor now supports INCLUDE lines that are preceded by a tab character. However, if this included file has multiple lines, the output will not be automatically aligned with the initial tab. This might cause problems with rgbasm. | |||
2012-11-30 | more preprocessor comments | Bryan Bishop | |
2012-11-30 | clean up formatting in preprocessor | Bryan Bishop | |
2012-11-30 | move allowed_lengths for music macros out | Bryan Bishop | |
This moves the allowed_lengths setting out of the preprocessor. Special cases should not be hardcoded in the preprocessor. | |||
2012-11-30 | implement music macros; INCLUDE injection in pre | padz | |
2012-07-07 | Add some functions from Mobile Stadium. | IIMarckus | |
2012-05-23 | remove extra whitespace from preprocessor.py | Bryan Bishop | |
2012-05-16 | use db instead of item_frag on ItemFragment remote chunks | Bryan Bishop | |
2012-05-16 | add a 'correction' to preprocessor to account for storetext issues | Bryan Bishop | |
2012-05-16 | fix preprocessor/givepoke for variable-number-of-parameter macros | Bryan Bishop | |
2012-05-13 | better movement command/macro support | Bryan Bishop | |
2012-05-05 | preprocessor compatibility with text commands | Bryan Bishop | |
2012-05-05 | looks like text commands might mess up the preprocessor? | Bryan Bishop | |
2012-04-27 | add ItemFragment to macros in preprocessor | Bryan Bishop | |
2012-04-27 | text preprocessor now supports ending-apostrophes in text | Bryan Bishop | |
2012-04-27 | possibly fix preprocessor/checkmoney issues | Bryan Bishop | |
2012-04-26 | clean up the preprocessor imports | Bryan Bishop | |
2012-04-26 | rename textpre.py -> preprocessor.py | Bryan Bishop | |