Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-27 | various formatting fixes for crystal.py | Bryan Bishop | |
2013-01-27 | replace wildcard import with explicit import | Bryan Bishop | |
2013-01-27 | add character encoding header in pksv.py | Bryan Bishop | |
2013-01-27 | py26 fix for RomStr.load_labels (json) | Bryan Bishop | |
2013-01-27 | make gbz80disasm work with python2.6 again | Bryan Bishop | |
There was an incompatible change to the json module api between py26 and py27, causing gbz80disasm to not work with py26. The fix is to simply alias the new loads method to the old read function. A possibly better plan might be to not support py26 at all. | |||
2013-01-27 | pedantic formatting changes for pointers.py | Bryan Bishop | |
2013-01-27 | add character encoding headers to other files | Bryan Bishop | |
2013-01-27 | fix headers and imports in labels.py | Bryan Bishop | |
2013-01-27 | set character encoding header in interval_map.py | Bryan Bishop | |
2013-01-27 | fix imports in graph.py | Bryan Bishop | |
Although graph.py never used DisAsm, it was still trying to import the deprecated class. Removed. | |||
2013-01-27 | fix header comments in graph.py | Bryan Bishop | |
2013-01-27 | remove a duplication of load_rom and load_asm | Bryan Bishop | |
2013-01-27 | clean up lousy headers in comparator.py | Bryan Bishop | |
2013-01-27 | better import syntax in comparator.py | Bryan Bishop | |
2013-01-27 | better import syntax in crystal.py | Bryan Bishop | |
2013-01-27 | remove extra whitespace in gbz80disasm | Bryan Bishop | |
2013-01-27 | remove a broken, unfinished disassembler (DisAsm) | Bryan Bishop | |
This removes DisAsm from romstr.py, which was the only reason that gbz80disasm wasn't able to import RomStr from romstr.py. DisAsm was an experimental gbz80 disassembler that was meant to replace gbz80disasm eventually. The goals were to write cleaner code and write more unit tests. But it never worked and the code quality looks close to being the same as gbz80disasm anyway. | |||
2013-01-27 | allow unicode addresses in RomStr.to_asm | Bryan Bishop | |
2013-01-27 | add character encoding header in gbz80disasm.py | Bryan Bishop | |
2013-01-27 | include character encoding header in romstr.py | Bryan Bishop | |
2013-01-27 | better formatting for romstr imports | Bryan Bishop | |
2013-01-27 | RomStr doesn't need deepcopy | Bryan Bishop | |
2013-01-27 | commentify report_untested | Bryan Bishop | |
2013-01-27 | fix label imports in tests | Bryan Bishop | |
2013-01-27 | fix AsmList import in tests | Bryan Bishop | |
2013-01-27 | fix pksv imports in tests | Bryan Bishop | |
2013-01-27 | fix calculate_pointer in tests | Bryan Bishop | |
2013-01-27 | split out more item_constants stuff | Bryan Bishop | |
Some of the item_constants functions are now placed in item_constants.py, and the unit tests now import from that file rather than from crystal.py for those functions. | |||
2013-01-27 | Merge pull request #94 from yenatch/master | Bryan Bishop | |
Labelface the rst commands. | |||
2013-01-27 | split out tests into a separate file | Bryan Bishop | |
2013-01-25 | give names to some rst commands | yenatch | |
2013-01-25 | fix OverworldMap definition | yenatch | |
2013-01-23 | fix label generator | Bryan Bishop | |
Recently the bank lines were changed to use lowercase characters, breaking the generator for "labels.json". | |||
2013-01-23 | Merge pull request #93 from yenatch/master | Bryan Bishop | |
clean up main.pic animation banks | |||
2013-01-23 | split off animation data chunks into files | yenatch | |
2013-01-23 | rename unown animation pointer files | yenatch | |
2013-01-23 | Merge pull request #92 from yenatch/master | Bryan Bishop | |
parse and dump pic animations | |||
2013-01-23 | include pic animations in main.asm | yenatch | |
2013-01-23 | temporary animation macros | yenatch | |
2013-01-23 | allow labels and includes on the same line | yenatch | |
2013-01-23 | dump pic animations | yenatch | |
2013-01-22 | Merge pull request #91 from yenatch/master | Bryan Bishop | |
Move pics around. | |||
2013-01-22 | update gfx.py to reflect new structure | yenatch | |
2013-01-22 | restructure pic graphics | yenatch | |
2013-01-19 | don't let .gb roms sneak in | Bryan Bishop | |
2013-01-19 | update .gitignore formatting | Bryan Bishop | |
2013-01-16 | Merge pull request #89 from yenatch/master | Bryan Bishop | |
Yep. | |||
2013-01-17 | really fix incbin in bank $2f | yenatch | |
2013-01-16 | fix incbin in bank $2f | Bryan Bishop | |
2013-01-16 | Merge remote branch 'remotes/yenatch/master' | Bryan Bishop | |
fixes #88 |