index
:
pokemon-reverse-engineering-tools
master
path-finding
py3-continued
vba-automation
reverse engineering tools
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pokemontools
/
map_editor.py
Age
Commit message (
Expand
)
Author
2016-08-24
Fix most Python 3 compat issues with futurize --stage1
Eevee (Lexy Munroe)
2014-10-02
map_editor: Fix automatic graphics decompression.
yenatch
2014-10-02
Fix the map editor.
yenatch
2014-02-06
Merge branch 'kanzure/master' into merge-old-commits
yenatch
2013-12-29
map_editor: allow saving new maps + save file dialog
yenatch
2013-12-23
map_editor: read rgb macros instead of binary data for palettes
yenatch
2013-11-30
map_editor: to_png got renamed
yenatch
2013-11-19
return constants after parsing
Bryan Bishop
2013-11-17
remove two unused methods from map_editor.py
Bryan Bishop
2013-11-17
call it button_new instead of new
Bryan Bishop
2013-11-17
clean up more imports in map_editor.py
Bryan Bishop
2013-11-17
also import TclError into map_editor.py
Bryan Bishop
2013-11-17
replace print with python logging
Bryan Bishop
2013-11-17
use explicit import of Tkinter components
Bryan Bishop
2013-11-17
fix up map_editor.py extra newlines
Bryan Bishop
2013-11-17
only set global constants for eval
Bryan Bishop
2013-11-17
factor out global configs in map_editor.py
Bryan Bishop
2013-11-17
move import statements to top of map_editor.py
Bryan Bishop
2013-11-17
tabs to spaces in map_editor.py
Bryan Bishop
2013-11-17
fix configuration import line in map_editor.py
Bryan Bishop
2013-09-26
Merge branch 'yenatch/map-editor' into master
Bryan Bishop
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
2013-09-26
Revert "tabs to spaces (pep8)"
Bryan Bishop
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
2013-09-15
map_editor: red: read tileset gfx filenames from source
yenatch
2013-09-14
barely-working map editor
yenatch