Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
This function isn't used in crystal.py, so it can be safely removed from the imports. | |||
2013-09-01 | make the TestPostParsing test case work again | Bryan Bishop | |
It needs to be a subclass of unittest.TestCase in order to get any of the testing methods. Otherwise all of the tests fail when nosetests finds those tests. | |||
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 | |
Nothing was using it. | |||
2013-09-01 | remove an old comment about __main__ in crystal.py | Bryan Bishop | |
The comment no longer applies. | |||
2013-09-01 | remove the 'json.read = json.loads' hack | Bryan Bishop | |
There's no good reason to use json.read anymore, even in the case of jython. | |||
2013-09-01 | use an explicit import in labels.py | Bryan Bishop | |
2013-09-01 | version bump to: v1.3.0v1.3.0 | Bryan Bishop | |
2013-09-01 | Merge pull request #3 from kanzure/dump-pokered-extras | Bryan Bishop | |
Dump pokered extras | |||
2013-09-01 | Merge pull request #2 from kanzure/pokered-preprocessor | Bryan Bishop | |
Don't make global labels for rgbasm macros. | |||
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 | |
This adds support to the preprocessor to handle constants.asm from pokered. | |||
2013-08-31 | version bump to: v1.2.0v1.2.0 | Bryan Bishop | |
2013-08-31 | Merge pull request #1 from kanzure/preprocessor | Bryan Bishop | |
Also have the common bits of the preprocessor. | |||
2013-08-31 | merge preprocessor from pokecrystal c0a01c99 | Bryan Bishop | |
That version was better anyway. | |||
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 | |
This doesn't really belong in both pokecrystal and pokered. It should be shared between the two without copy/paste. | |||
2013-08-27 | version bump to: v1.1.0v1.1.0 | Bryan Bishop | |
2013-08-27 | Merge branch 'from-yenatch' into master | Bryan Bishop | |
These commits (roughly) represent the changes made against extras/ by yenatch. These are not cherrypicked and this isn't repeatable, sorry. | |||
2013-08-27 | jp char ァ | Bryan Bishop | |
see also: d4e6ccca3b8cf1d5efb851153af8d9dd8c9de1e9 | |||
2013-08-27 | manually apply crystal.py changes from upstream | Bryan Bishop | |
2013-08-27 | script command scripttalkerafter is an ender | Bryan Bishop | |
Also, reformat the list of enders for readability and to work better with diff tools in the future. see also: 92152c98fc0cd319f5fff1b0e7ee76dc2c0520d2 | |||
2013-08-27 | refactor symfile parser | Bryan Bishop | |
Also add labels.json generator. see also: ff1536ddf9c70b9b98c5332c193ad099a103162d | |||
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 | |