Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-13 | Add pokered music commands | U-Fish-PC\Daniel | |
2013-09-30 | Merge pull request #42 from yenatch/script-commands | Bryan Bishop | |
rename some event script commands | |||
2013-10-01 | use 'wait' for events instead of move effects | yenatch | |
2013-09-30 | event script command 0xaa doesnt exist | yenatch | |
2013-09-30 | fix up the last few event scirpt commands | yenatch | |
2013-09-26 | if_greater_than and if_less_than commands were swapped | yenatch | |
2013-09-26 | fix configuration typo | Bryan Bishop | |
2013-09-26 | fix crystal.py configuration | Bryan Bishop | |
Ugh, it's still a global? | |||
2013-09-26 | Merge branch 'yenatch/map-editor' into master | Bryan Bishop | |
Conflicts: pokemontools/crystal.py Fixes #40. | |||
2013-09-26 | crystal.py: no more relative paths | yenatch | |
2013-09-26 | map_editor: create any pngs that don't exist yet | yenatch | |
2013-09-26 | map_editor: skip any nonexistent tiles in map rendering | yenatch | |
2013-09-26 | map_editor: more flexible macro handling | yenatch | |
makes less assumptions about the structure of a header | |||
2013-09-26 | Revert "tabs to spaces (pep8)" | Bryan Bishop | |
This reverts commit 9bea14db798eedcb262d17562a37b1f337fb67eb. Conflicts: pokemontools/map_editor.py | |||
2013-09-26 | refactor a global constant to be set in __init__ | Bryan Bishop | |
2013-09-26 | put the tk loop into __main__ | Bryan Bishop | |
2013-09-26 | minor formatting fix | Bryan Bishop | |
2013-09-26 | tabs to spaces (pep8) | Bryan Bishop | |
2013-09-26 | use config instead of configuration | yenatch | |
this was kind of overzealous | |||
2013-09-24 | rename bit1/bit2 script commands to event/flag | yenatch | |
2013-09-24 | script commands wildon and wildoff got mixed up | yenatch | |
this was a mistake in the original pksv spec and tauwasser's notes | |||
2013-09-21 | include all pokemontools/ files in installs | Bryan Bishop | |
2013-09-21 | Merge pull request #31 from yenatch/map-editor | Bryan Bishop | |
Another map editor. | |||
2013-09-16 | use try/except on globals.asm for preprocessing | Bryan Bishop | |
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 | 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 | 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. | |||
2013-09-12 | split OldTextScript out of crystal.py | Bryan Bishop | |
This creates a new file called old_text_script.py with that huge class. Does this mean that I wrote this a second time when I wrote TextScript ? | |||
2013-09-12 | remove a global from how_many_until | Bryan Bishop | |
2013-09-12 | move is_valid_address into addresses.py | Bryan Bishop | |
2013-09-12 | move load_asm2 next to load_asm | Bryan Bishop | |
2013-09-12 | remove global from load_asm2 | Bryan Bishop | |
Why is there even a second method in the first place? | |||
2013-09-12 | move "import crystal" in labels.py until needed | Bryan Bishop | |
Otherwise there's a circular import. This circular import is going away once crystal.py is fixed up. | |||
2013-09-12 | move AsmLine into crystalparts/asmline.py | Bryan Bishop | |
2013-09-12 | rename config.py -> configuration.py | Bryan Bishop | |
This should help cut down on the confusion between the "config" module and the "config" variable that everyone likes to use. The config variable should refer to an instance of Config, whereas before it was being shared as both the name of the module and the name of an instance. "configuration" is always the module. "config" should always be a Config instance. TODO: avoid passing around a Config instance everywhere. | |||
2013-09-11 | spit GLOBAL defs for labels into globals.asm instead of inline | yenatch | |