summaryrefslogtreecommitdiff
path: root/crystal.py
AgeCommit message (Expand)Author
2012-04-08pass force=True/False and debug=True/False to command parsingBryan Bishop
2012-04-08fixes for parse_script_with_command_classesBryan Bishop
2012-04-06move rom_interval into RomStr.intervalBryan Bishop
2012-04-06Making generate_diff_insert python2.7 compatible.C Nelson
2012-04-06Adding compatibility for newer versions of json.C Nelson
2012-04-06Adding a real check for unittest2 features.C Nelson
2012-04-06Adding an exception handler around the unittest import.C Nelson
2012-04-03fix command parsing some moreBryan Bishop
2012-04-03not sure why the scripts aren't working yetBryan Bishop
2012-04-02somewhat better command parsingBryan Bishop
2012-04-02map header tests for event addresses and people-event countsBryan Bishop
2012-04-02unit tests for checking post-map parsing (overall, not individual functions)Bryan Bishop
2012-04-02fix bug in generate_map_constant_labelsBryan Bishop
2012-04-02an explicit Label classBryan Bishop
2012-04-02make tests pass the first time they are ranBryan Bishop
2012-03-30more unit tests, againBryan Bishop
2012-03-29more unit testsBryan Bishop
2012-03-27more command classesBryan Bishop
2012-03-26committing unfinished code (forgive me)Bryan Bishop
2012-03-25refactor script parsing into a Script classBryan Bishop
2012-03-25test_parse_text_engine_script_atBryan Bishop
2012-03-25more testing and debug= keyword paramsBryan Bishop
2012-03-24more tests related to analyze_incbinsBryan Bishop
2012-03-24wonderful world of testingBryan Bishop
2012-03-24lots of asm-related code and testsBryan Bishop
2012-03-24test_load_map_group_offsets and test_calculate_pointerBryan Bishop
2012-03-24new test: test_report_untestedBryan Bishop
2012-03-24more tests about testsBryan Bishop
2012-03-24AsmList and more testingBryan Bishop
2012-03-24tests for IntervalMapBryan Bishop
2012-03-24even more crazy unit testsBryan Bishop
2012-03-24fix typo (burned tower 1f)Bryan Bishop
2012-03-24unit testsBryan Bishop
2012-03-24fix bug in find_all_text_pointers_in_script_engine_scriptBryan Bishop
2012-03-24pretty printer for text scriptsBryan Bishop
2012-03-24start using classes instead of functions everywhereBryan Bishop
2012-03-23rom_text_at just dumps text straight from the ROMBryan Bishop
2012-03-23calculate_pointer_from_bytes_at update suggested by sankinaBryan Bishop
2012-03-23fix trainer textsBryan Bishop
2012-03-21parse texts in scriptsBryan Bishop
2012-03-19parser improvements for trainer texts and map scriptsBryan Bishop
2012-03-18skip battle tower people-event scriptsBryan Bishop
2012-03-15more script debuggingBryan Bishop
2012-03-15better signpost parsingBryan Bishop
2012-03-14better debugging for recursive scriptsBryan Bishop
2012-03-14keep track of which scripts have been parsedBryan Bishop
2012-03-13function to find most text addressesBryan Bishop
2012-03-12fix calculate_pointer againBryan Bishop
2012-03-12fix calculate_pointerBryan Bishop
2012-03-12initial work on text parsingBryan Bishop