summaryrefslogtreecommitdiff
path: root/pokemontools/map_editor.py
AgeCommit message (Expand)Author
2013-11-19return constants after parsingBryan Bishop
2013-11-17remove two unused methods from map_editor.pyBryan Bishop
2013-11-17call it button_new instead of newBryan Bishop
2013-11-17clean up more imports in map_editor.pyBryan Bishop
2013-11-17also import TclError into map_editor.pyBryan Bishop
2013-11-17replace print with python loggingBryan Bishop
2013-11-17use explicit import of Tkinter componentsBryan Bishop
2013-11-17fix up map_editor.py extra newlinesBryan Bishop
2013-11-17only set global constants for evalBryan Bishop
2013-11-17factor out global configs in map_editor.pyBryan Bishop
2013-11-17move import statements to top of map_editor.pyBryan Bishop
2013-11-17tabs to spaces in map_editor.pyBryan Bishop
2013-11-17fix configuration import line in map_editor.pyBryan Bishop
2013-09-26Merge branch 'yenatch/map-editor' into masterBryan Bishop
2013-09-26map_editor: create any pngs that don't exist yetyenatch
2013-09-26map_editor: skip any nonexistent tiles in map renderingyenatch
2013-09-26map_editor: more flexible macro handlingyenatch
2013-09-26Revert "tabs to spaces (pep8)"Bryan Bishop
2013-09-26refactor a global constant to be set in __init__Bryan Bishop
2013-09-26put the tk loop into __main__Bryan Bishop
2013-09-26minor formatting fixBryan Bishop
2013-09-26tabs to spaces (pep8)Bryan Bishop
2013-09-26use config instead of configurationyenatch
2013-09-15map_editor: red: read tileset gfx filenames from sourceyenatch
2013-09-14barely-working map editoryenatch