summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-08-04separate some of the integration testsBryan Bishop
These tests require extra assets to complete. At the moment they shouldn't work because the data isn't available.
2013-08-04remove unused imports from tests.pyBryan Bishop
2013-08-04remove a useless testBryan Bishop
2013-08-04remove test helpers and meta testingBryan Bishop
The meta testing code was really redundant. There are libraries and tools already made for coverage tests. Also, it was causing a problem with the unit testing because importing the unittest module inside of another included module is apparently broken. Why would that be broken?
2013-08-04remove unused modules from test helpersBryan Bishop
2013-08-04split meta-testing into separate filesBryan Bishop
2013-08-04remove python2.6 check in tests.pyBryan Bishop
There's no way that this library supports python2.6, and even if it does, it's not a target or something worth maintaining.
2013-08-03fix path walking in gfx.pyBryan Bishop
2013-08-03add dist/ to .gitignoreBryan Bishop
This is a leftover from the python egg building process.
2013-08-03README: fix import statements (pokemontools)Bryan Bishop
2013-08-03Merge branch 'organizing' into masterBryan Bishop
Everything works in pokecrystal, so it's time to merge.
2013-08-03fix import lines in tests/Bryan Bishop
2013-08-03make a basic python moduleBryan Bishop
2013-08-03ignore python/egg outputBryan Bishop
2013-08-03write some TODO comments in wram.pyBryan Bishop
2013-08-03add mock into requirements.txtBryan Bishop
(for unit testing)
2013-08-03combine hram/gbhw readers into read_constantsBryan Bishop
This consolidates read_hram_constants and read_gbhw_constants.
2013-08-03make read_gbhw_constants consume an IOErrorBryan Bishop
2013-08-03make read_hram_constants to eat hram.asm IOErrorBryan Bishop
2013-08-03fix the bss/wram section defaultBryan Bishop
The default section needs to include a list of labels (even if the list is empty) because downstream code assumes that the section contains a key called "labels" that has a value associated with a list.
2013-08-03ignore wram.asm non-existenceBryan Bishop
The IOError is now caught and swallowed by read_wram_sections.
2013-08-03remove extra newlines from python filesBryan Bishop
Remove all of the ending newlines at the end of the file, since this is apparently against pep8.
2013-08-03a requirements.txt to specify python dependenciesBryan Bishop
This is taken straight from the pokecrystal.git repo.
2013-08-03Merge branch 'fix-tabs' into masterBryan Bishop
2013-08-03remove dangling whitespace in source code filesBryan Bishop
2013-08-03tabs to spaces in crystal.pyBryan Bishop
This was just the move effects list.
2013-08-03tabs to spaces in sym.pyBryan Bishop
2013-08-03make a docstring for wram.pyBryan Bishop
2013-08-03remove dangling whitespace in wram.pyBryan Bishop
2013-08-03normalize tabs to whitespace in wram.pyBryan Bishop
2013-08-03remove trailing newline from wram.pyBryan Bishop
2013-08-03fix path handling in wram.pyBryan Bishop
Otherwise pokecrystal doesn't compile anymore. This is because of how wram.asm, hram.asm and other files are parsed.
2013-08-03fix the *.json rule in .gitignoreBryan Bishop
2013-08-03remove sgm/sav cruft from .gitignoreBryan Bishop
2013-08-03update png.py .gitignore referenceBryan Bishop
2013-08-03use .gitignore from pokecrystalBryan Bishop
This is the .gitignore from commit 1c3ebf95 in the pokecrystal.git repository.
2013-07-12Merge pull request #157 from yenatch/overworldBryan Bishop
overworld loop and movement original-commit-id: bb8990dc3cb19787e08c29409cfc674e2478fbc9
2013-07-11Merge pull request #158 from yenatch/gbz80disasm-more-dataBryan Bishop
gbz80disasm bugfixes original-commit-id: 226729d1750bc6ee0c45d96e3f6b7dcf0844a609
2013-07-10crystal: add more movementsyenatch
original-commit-id: e7a7fcc92446134d47bbfb0b308c4decc2a2adf8
2013-07-10chars: ▷yenatch
original-commit-id: d3872d1aa94a2ae6294f7cce3584f4d0aaa16fcb
2013-07-10wram.py: allow space definitions using constantsyenatch
original-commit-id: 6765083c1cb39a93f2b0fb60a7c203725360492d
2013-07-10labels: hex is case-insensitiveyenatch
original-commit-id: 341e11cccb33a8ed459cd9a6c41cf1189c6a4550
2013-07-10use wram from outside extrasyenatch
original-commit-id: ba5cd8bbb8b96a080e9a6fe1b1525cd5381fdb24
2013-06-28crystal: wram label findingyenatch
original-commit-id: daf3930984690e8ce44b375dda35a9d725c0c1d2
2013-06-28crystal: 2pt script commands are for wramyenatch
original-commit-id: 17b5e86311e5dae4609818d6e1d63d23bc6815fa
2013-06-28crystal: PointerLabelToScriptPointer bank is not reversedyenatch
original-commit-id: 622d6b86f71f29f6a03df7cef7e825ee84260ea9
2013-06-28gbz80disasm: don't read data where there is noneyenatch
original-commit-id: fee0f0d6a4ab194f8aa1ecc1a886cbca22052c6b
2013-06-28gbz80disasm: only track rom addresses for datayenatch
original-commit-id: 3a1f843e783a7a654ccd7e72f5e3fa4a40ea4009
2013-06-27gbz80disasm: use existing labels as addressesyenatch
original-commit-id: fe4b13e304decc48af0918fce281ed588f867a72
2013-06-25Merge branch 'github/master' into master.Bryan Bishop
Conflicts: extras/gbz80disasm.py Comments. original-commit-id: ff11134023e1a3df28edbf5c8f1638ec369d919a