index
:
pokecrystal
install
master
Pokémon Crystal
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
preprocessor.py
Age
Commit message (
Expand
)
Author
2015-01-20
Get rid of the preprocessor.
yenatch
2014-02-06
preprocessor: import commands `sound` and `noise`
yenatch
2014-02-01
Get rid of globals.asm
yenatch
2014-02-01
preprocessor: actually call update_globals()
yenatch
2013-12-25
preprocessor: rename macro class Wait to BattleAnimWait
yenatch
2013-12-19
preprocessor: battle animation macros
yenatch
2013-12-09
prequeue: dont initialize a new preprocessor for each file
yenatch
2013-11-07
import some new sound classes from pokemontools
yenatch
2013-09-26
fix a typo related to configuration
Bryan Bishop
2013-09-24
bump pokemontools to v1.4.1
Bryan Bishop
2013-09-02
update preprocessor to use a class
Bryan Bishop
2013-08-31
Merge branch 'master' into refactor-preprocessor
Bryan Bishop
2013-08-31
Merge pull request #185 from kanzure/preprocessor-performance
Bryan Bishop
2013-08-31
give preprocessor.py a main()
Bryan Bishop
2013-08-31
even better performance for read_line
Bryan Bishop
2013-08-31
better read_line performance in preprocessor
Bryan Bishop
2013-08-31
don't call load_pokecrystal_macros 2000 times
Bryan Bishop
2013-08-31
move macro sanity check into separate function
Bryan Bishop
2013-08-31
Merge branch 'master' into preprocessor-macro-function
Bryan Bishop
2013-08-31
Merge branch 'master' into preprocessor-asserts
Bryan Bishop
2013-08-31
refactor preprocessor macros into a function
Bryan Bishop
2013-08-31
make a MacroException more verbose in preprocessor
Bryan Bishop
2013-08-31
convert a macro_translator assert in preprocessor
Bryan Bishop
2013-08-31
raise MacroException instead of Exception
Bryan Bishop
2013-08-31
fix "raise Exception" formatting in preprocessor
Bryan Bishop
2013-08-31
replace an assert in macro_translator
Bryan Bishop
2013-08-31
generic preprocessor-specific exception classes
Bryan Bishop
2013-08-31
remove the do_macro_sanity_check global
Bryan Bishop
2013-08-31
remove the show_original_lines global
Bryan Bishop
2013-08-31
remove an Exception from preprocessor
Bryan Bishop
2013-08-30
remove ItemFragment from preprocessor
Bryan Bishop
2013-08-30
remove "skippable_macros" from preprocessor
Bryan Bishop
2013-08-30
HACK: re-instate the ItemFragment macro hack
Bryan Bishop
2013-08-28
move main preprocessor into pokemontools
Bryan Bishop
2013-08-28
two more unused imports from preprocessor
Bryan Bishop
2013-08-28
don't use globals in the preprocessor
Bryan Bishop
2013-08-28
use generic skippable macros in preprocessor
Bryan Bishop
2013-08-28
don't directly reference two macro classes
Bryan Bishop
2013-08-28
remove MoneyByteParam from preprocessor
Bryan Bishop
2013-08-28
Merge branch 'master' into remove-another-moneybyteparam-special-case
Bryan Bishop
2013-08-28
remove another MoneyByteParam special case
Bryan Bishop
2013-08-28
remove a special case for MoneyByteParam
Bryan Bishop
2013-08-27
Merge branch 'master' into remove-extras
Bryan Bishop
2013-08-03
fix preprocessor imports for the latest submodule
Bryan Bishop
2013-07-31
jp char ァ
yenatch
2013-07-10
chars: ▷
yenatch
2013-06-25
don't mix tabs/whitespace
Bryan Bishop
2013-06-25
pre: restore separate_comment's behavior
yenatch
2013-06-21
preprocess asm files individually
yenatch
2013-05-15
preprocessor: minor optimization in separate_comment
yenatch
[next]