Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-27 | rewrite the encoding line in sym.py | Bryan Bishop | |
2013-08-27 | remove unused imports from sym.py | Bryan Bishop | |
2013-08-04 | don't include precompiled python files in the eggv1.0.2 | Bryan Bishop | |
version bump to: v1.0.2 | |||
2013-08-04 | include README.md and bump version to v1.0.1v1.0.1 | Bryan Bishop | |
There was previously no way to install this package from pypi because README.md is required through setup.py's long_description attribute. | |||
2013-08-04 | Merge branch 'better-testing' into master | Bryan Bishop | |
2013-08-04 | fix the test for calculate_bank | Bryan Bishop | |
There shouldn't be any exception thrown by calculate_bank since it was changed some time ago. | |||
2013-08-04 | make isolate_incbins not take a global asm | Bryan Bishop | |
Why on earth was this using globals? | |||
2013-08-04 | fix setUpClass for a unittest.TestCase | Bryan Bishop | |
2013-08-04 | fix a test that used Label | Bryan Bishop | |
Label had changed since the test was first written. | |||
2013-08-04 | improve the test for incbin splitting | Bryan Bishop | |
2013-08-04 | separate more integration tests | Bryan Bishop | |
2013-08-04 | move TestEncodedText into tests/integration/ | Bryan Bishop | |
2013-08-04 | move a TestAsmList test into tests/integrations/ | Bryan Bishop | |
2013-08-04 | clean up the formatting in test_write_all_labels | Bryan Bishop | |
2013-08-04 | remove a file that was created during a test | Bryan Bishop | |
2013-08-04 | separate some of the integration tests | Bryan Bishop | |
These tests require extra assets to complete. At the moment they shouldn't work because the data isn't available. | |||
2013-08-04 | remove unused imports from tests.py | Bryan Bishop | |
2013-08-04 | remove a useless test | Bryan Bishop | |
2013-08-04 | remove test helpers and meta testing | Bryan 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-04 | remove unused modules from test helpers | Bryan Bishop | |
2013-08-04 | split meta-testing into separate files | Bryan Bishop | |
2013-08-04 | remove python2.6 check in tests.py | Bryan 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-03 | fix path walking in gfx.py | Bryan Bishop | |
2013-08-03 | add dist/ to .gitignore | Bryan Bishop | |
This is a leftover from the python egg building process. | |||
2013-08-03 | README: fix import statements (pokemontools) | Bryan Bishop | |
2013-08-03 | Merge branch 'organizing' into master | Bryan Bishop | |
Everything works in pokecrystal, so it's time to merge. | |||
2013-08-03 | fix import lines in tests/ | Bryan Bishop | |
2013-08-03 | make a basic python module | Bryan Bishop | |
2013-08-03 | ignore python/egg output | Bryan Bishop | |
2013-08-03 | write some TODO comments in wram.py | Bryan Bishop | |
2013-08-03 | add mock into requirements.txt | Bryan Bishop | |
(for unit testing) | |||
2013-08-03 | combine hram/gbhw readers into read_constants | Bryan Bishop | |
This consolidates read_hram_constants and read_gbhw_constants. | |||
2013-08-03 | make read_gbhw_constants consume an IOError | Bryan Bishop | |
2013-08-03 | make read_hram_constants to eat hram.asm IOError | Bryan Bishop | |
2013-08-03 | fix the bss/wram section default | Bryan 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-03 | ignore wram.asm non-existence | Bryan Bishop | |
The IOError is now caught and swallowed by read_wram_sections. | |||
2013-08-03 | remove extra newlines from python files | Bryan Bishop | |
Remove all of the ending newlines at the end of the file, since this is apparently against pep8. | |||
2013-08-03 | a requirements.txt to specify python dependencies | Bryan Bishop | |
This is taken straight from the pokecrystal.git repo. | |||
2013-08-03 | Merge branch 'fix-tabs' into master | Bryan Bishop | |
2013-08-03 | remove dangling whitespace in source code files | Bryan Bishop | |
2013-08-03 | tabs to spaces in crystal.py | Bryan Bishop | |
This was just the move effects list. | |||
2013-08-03 | tabs to spaces in sym.py | Bryan Bishop | |
2013-08-03 | make a docstring for wram.py | Bryan Bishop | |
2013-08-03 | remove dangling whitespace in wram.py | Bryan Bishop | |
2013-08-03 | normalize tabs to whitespace in wram.py | Bryan Bishop | |
2013-08-03 | remove trailing newline from wram.py | Bryan Bishop | |
2013-08-03 | fix path handling in wram.py | Bryan Bishop | |
Otherwise pokecrystal doesn't compile anymore. This is because of how wram.asm, hram.asm and other files are parsed. | |||
2013-08-03 | fix the *.json rule in .gitignore | Bryan Bishop | |
2013-08-03 | remove sgm/sav cruft from .gitignore | Bryan Bishop | |
2013-08-03 | update png.py .gitignore reference | Bryan Bishop | |