summaryrefslogtreecommitdiff
path: root/preprocessor.py
AgeCommit message (Expand)Author
2015-01-20Get rid of the preprocessor.yenatch
2014-02-06preprocessor: import commands `sound` and `noise`yenatch
2014-02-01Get rid of globals.asmyenatch
2014-02-01preprocessor: actually call update_globals()yenatch
2013-12-25preprocessor: rename macro class Wait to BattleAnimWaityenatch
2013-12-19preprocessor: battle animation macrosyenatch
2013-12-09prequeue: dont initialize a new preprocessor for each fileyenatch
2013-11-07import some new sound classes from pokemontoolsyenatch
2013-09-26fix a typo related to configurationBryan Bishop
2013-09-24bump pokemontools to v1.4.1Bryan Bishop
2013-09-02update preprocessor to use a classBryan Bishop
2013-08-31Merge branch 'master' into refactor-preprocessorBryan Bishop
2013-08-31Merge pull request #185 from kanzure/preprocessor-performanceBryan Bishop
2013-08-31give preprocessor.py a main()Bryan Bishop
2013-08-31even better performance for read_lineBryan Bishop
2013-08-31better read_line performance in preprocessorBryan Bishop
2013-08-31don't call load_pokecrystal_macros 2000 timesBryan Bishop
2013-08-31move macro sanity check into separate functionBryan Bishop
2013-08-31Merge branch 'master' into preprocessor-macro-functionBryan Bishop
2013-08-31Merge branch 'master' into preprocessor-assertsBryan Bishop
2013-08-31refactor preprocessor macros into a functionBryan Bishop
2013-08-31make a MacroException more verbose in preprocessorBryan Bishop
2013-08-31convert a macro_translator assert in preprocessorBryan Bishop
2013-08-31raise MacroException instead of ExceptionBryan Bishop
2013-08-31fix "raise Exception" formatting in preprocessorBryan Bishop
2013-08-31replace an assert in macro_translatorBryan Bishop
2013-08-31generic preprocessor-specific exception classesBryan Bishop
2013-08-31remove the do_macro_sanity_check globalBryan Bishop
2013-08-31remove the show_original_lines globalBryan Bishop
2013-08-31remove an Exception from preprocessorBryan Bishop
2013-08-30remove ItemFragment from preprocessorBryan Bishop
2013-08-30remove "skippable_macros" from preprocessorBryan Bishop
2013-08-30HACK: re-instate the ItemFragment macro hackBryan Bishop
2013-08-28move main preprocessor into pokemontoolsBryan Bishop
2013-08-28two more unused imports from preprocessorBryan Bishop
2013-08-28don't use globals in the preprocessorBryan Bishop
2013-08-28use generic skippable macros in preprocessorBryan Bishop
2013-08-28don't directly reference two macro classesBryan Bishop
2013-08-28remove MoneyByteParam from preprocessorBryan Bishop
2013-08-28Merge branch 'master' into remove-another-moneybyteparam-special-caseBryan Bishop
2013-08-28remove another MoneyByteParam special caseBryan Bishop
2013-08-28remove a special case for MoneyByteParamBryan Bishop
2013-08-27Merge branch 'master' into remove-extrasBryan Bishop
2013-08-03fix preprocessor imports for the latest submoduleBryan Bishop
2013-07-31jp char ァyenatch
2013-07-10chars: ▷yenatch
2013-06-25don't mix tabs/whitespaceBryan Bishop
2013-06-25pre: restore separate_comment's behavioryenatch
2013-06-21preprocess asm files individuallyyenatch
2013-05-15preprocessor: minor optimization in separate_commentyenatch