index
:
pokemon-reverse-engineering-tools
master
path-finding
py3-continued
vba-automation
reverse engineering tools
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2013-09-01
make mkdir_p raise a specific exception
Bryan Bishop
2013-09-01
move mkdir_p out of gfx.py and into helpers.py
Bryan Bishop
2013-09-01
import syntax in gfx.py
Bryan Bishop
2013-09-01
docstring for MenuDataPointerParam
Bryan Bishop
2013-09-01
log message for parse_script_asm_at
Bryan Bishop
2013-09-01
move flatten and flattener into helpers
Bryan Bishop
2013-09-01
fix typo in TrainerGroupTable assert message
Bryan Bishop
2013-09-01
use TextScriptException again
Bryan Bishop
2013-09-01
make up TextScriptException to replace two asserts
Bryan Bishop
2013-09-01
use a custom AddressException instead of asserts
Bryan Bishop
2013-09-01
move index and grouper into helpers.py
Bryan Bishop
2013-09-01
improve spacing in Incbin and AsmSection
Bryan Bishop
2013-09-01
fix spacing in get_pokemon_constant_by_id
Bryan Bishop
2013-09-01
fix import item_constants syntax
Bryan Bishop
2013-09-01
fix import wram syntax
Bryan Bishop
2013-09-01
fix import pokemon_constants syntax
Bryan Bishop
2013-09-01
fix import old_parse_scripts
Bryan Bishop
2013-09-01
fix "from trainers import .." syntax
Bryan Bishop
2013-09-01
don't need re
Bryan Bishop
2013-09-01
import interval_map syntax
Bryan Bishop
2013-09-01
"import pointers" instead of "from .. import .."
Bryan Bishop
2013-09-01
import move_constants syntax
Bryan Bishop
2013-09-01
"import romstr" instead of "from romstr import .."
Bryan Bishop
2013-09-01
"import chars" instead of "from chars import .."
Bryan Bishop
2013-09-01
move imports together
Bryan Bishop
2013-09-01
"import pksv" instead of "from pksv import .."
Bryan Bishop
2013-09-01
import labels instead of "from .. import .."
Bryan Bishop
2013-09-01
don't import remove_quoted_text into crystal.py
Bryan Bishop
2013-09-01
make the TestPostParsing test case work again
Bryan Bishop
2013-09-01
convert more prints to logging calls
Bryan Bishop
2013-09-01
use logging in crystal.py instead of print
Bryan Bishop
2013-09-01
docstring for crystal.py
Bryan Bishop
2013-09-01
remove bryan_message for NotImplementedError
Bryan Bishop
2013-09-01
remove an old comment about __main__ in crystal.py
Bryan Bishop
2013-09-01
remove the 'json.read = json.loads' hack
Bryan Bishop
2013-09-01
use an explicit import in labels.py
Bryan Bishop
2013-09-01
version bump to: v1.3.0
v1.3.0
Bryan Bishop
2013-09-01
Merge pull request #3 from kanzure/dump-pokered-extras
Bryan Bishop
2013-09-01
Merge pull request #2 from kanzure/pokered-preprocessor
Bryan Bishop
2013-09-01
dump in pokered/extras/ python stuff from b185b245
Bryan Bishop
2013-09-01
chmod -x dump_sections.py
Bryan Bishop
2013-09-01
Merge branch 'pokered-preprocessor' into dump-pokered-extras
Bryan Bishop
2013-09-01
don't make global labels for rgbasm macros
Bryan Bishop
2013-08-31
version bump to: v1.2.0
v1.2.0
Bryan Bishop
2013-08-31
Merge pull request #1 from kanzure/preprocessor
Bryan Bishop
2013-08-31
merge preprocessor from pokecrystal c0a01c99
Bryan Bishop
2013-08-29
fix a wrong error message in ItemFragment.__init__
Bryan Bishop
2013-08-29
better KeyError exception message in preprocessor
Bryan Bishop
2013-08-28
also have the common bits of the preprocessor
Bryan Bishop
2013-08-27
version bump to: v1.1.0
v1.1.0
Bryan Bishop
[next]