summary refs log tree commit diff stats
path: root/tools/mapedit/src/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Map editor can now define actions to occur when the player goes off a ↵Kelly Rauchenberger2015-03-171-1/+0
| | | | specified edge of the map
* Rewrote map editor so a single file contains all mapsKelly Rauchenberger2015-03-161-1/+1
| | | | Maps are viewed in a tree control on the left. They can be dragged and dropped. Maps are bolded when they are dirty. Saving saves expansion status and order of maps in tree.
* Fixed functionality of quit menu item in map editorKelly Rauchenberger2015-03-151-3/+1
|
* Added scrolling and zooming to map editorKelly Rauchenberger2015-03-151-0/+2
|
* Added basic ability to set tiles in map editorKelly Rauchenberger2015-03-151-33/+3
|
* Started writing map editorKelly Rauchenberger2015-03-141-0/+54