Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-21 | make the vba autoplayer use the new methods | Bryan Bishop | |
2013-09-21 | move tests into test_vba.py | Bryan Bishop | |
They didn't belong in pokemontools/vba/vba.py in the first place. | |||
2013-09-21 | combine some vba tests | Bryan Bishop | |
2013-09-21 | fix a vba.py test (test_PlaceString) | Bryan Bishop | |
2013-09-21 | Merge branch 'master' into vba-automation | Bryan Bishop | |
2013-09-21 | version bump to: v1.4.1v1.4.1 | Bryan Bishop | |
The previous version was uploaded with .swp files and a large libvba.so that was in my working directory. I regret everything. | |||
2013-09-21 | also exclude .*.swp files | Bryan Bishop | |
2013-09-21 | version bump to: v1.4.0v1.4.0 | Bryan Bishop | |
2013-09-21 | Merge pull request #35 from kanzure/include-everything | Bryan Bishop | |
Include all pokemontools/ files in installs | |||
2013-09-21 | include all pokemontools/ files in installs | Bryan Bishop | |
2013-09-21 | switch vba.crystal to have instance methods | Bryan Bishop | |
2013-09-21 | remove get_memory_range | Bryan Bishop | |
2013-09-21 | move call into vba.crystal | Bryan Bishop | |
2013-09-21 | move get_stack into vba.crystal | Bryan Bishop | |
2013-09-21 | pass vba and registers into get_stack | Bryan Bishop | |
2013-09-21 | pass vba and registers into call() | Bryan Bishop | |
2013-09-21 | pass vba into get_memory_range | Bryan Bishop | |
2013-09-21 | fix some memory manipulation to use vba_wrapper | Bryan Bishop | |
2013-09-21 | placeholder for get_memory_range | Bryan Bishop | |
But really, the old calls to get_memory_range should just be replaced with code that uses vba.memory[:] directly. | |||
2013-09-21 | get_memory_at -> vba.read_memory_at | Bryan Bishop | |
2013-09-21 | set_memory_at -> vba.write_memory_at | Bryan Bishop | |
The set_memory_at function was moved into vba_wrapper. There's no reason for that one to be defined in pokemontools. | |||
2013-09-21 | replace one more step() with vba.step() | Bryan Bishop | |
2013-09-21 | use vba.step() instead of step() | Bryan Bishop | |
2013-09-21 | remove the custom press() implementation | Bryan Bishop | |
This is now handled in vba_wrapper. | |||
2013-09-21 | fix up some import lines | Bryan Bishop | |
2013-09-21 | Merge branch 'master' into vba-automation | Bryan Bishop | |
2013-09-21 | Merge pull request #31 from yenatch/map-editor | Bryan Bishop | |
Another map editor. | |||
2013-09-16 | Merge pull request #33 from kanzure/dont-always-use-globals | Bryan Bishop | |
Use try/except on globals.asm for preprocessing | |||
2013-09-16 | use try/except on globals.asm for preprocessing | Bryan Bishop | |
2013-09-16 | Merge pull request #32 from kanzure/fix-an-import | Bryan Bishop | |
Fix how pointers are imported | |||
2013-09-16 | fix how pointers are imported | Bryan Bishop | |
2013-09-15 | map_editor: red: read tileset gfx filenames from source | yenatch | |
2013-09-14 | barely-working map editor | yenatch | |
works with both pokecrystal and pokered version is crystal by default | |||
2013-09-12 | Merge pull request #30 from kanzure/cleanup-again | Bryan Bishop | |
More cleanup of crystal.py | |||
2013-09-12 | Merge pull request #29 from kanzure/fix-json-gitignore | Bryan Bishop | |
Allow (some) json files in the repo | |||
2013-09-12 | Merge pull request #28 from kanzure/config-cleanup | Bryan Bishop | |
Rename config.py -> configuration.py | |||
2013-09-12 | deglobalize map_internal_ids | Bryan Bishop | |
Also, don't set global rom in the load_rom related methods. This will nip everything for a while, but roms should be passed around as references instead of globals. | |||
2013-09-12 | pass around all_movements (not a global) | Bryan Bishop | |
2013-09-12 | run_main -> main | Bryan Bishop | |
2013-09-12 | pretty_print_trainer_id_constants to trainers.py | Bryan Bishop | |
2013-09-12 | one preprocessor macro needs trainer_group_maximum | Bryan Bishop | |
2013-09-12 | knock out some trainer group globals | Bryan Bishop | |
2013-09-12 | convert all_map_headers from a global | Bryan Bishop | |
2013-09-12 | don't use the old header parsing method | Bryan Bishop | |
2013-09-12 | remove globals from some map group parsers | Bryan Bishop | |
2013-09-12 | move old parsers from 'crystal' into crystalparts/ | Bryan Bishop | |
2013-09-12 | move find_labels_without_addresses into labels.py | Bryan Bishop | |
2013-09-12 | remove an unused import from integration tests | Bryan Bishop | |
2013-09-12 | don't override the object type/variable | Bryan Bishop | |
2013-09-12 | try to fix old_text_script.py with an import | Bryan Bishop | |
There are a few more missing imports to get this to work. On the other hand, it may not be valuable enough to bother fixing. |