summary refs log tree commit diff stats
path: root/tools/mapedit/src/world.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Implemented undo/redo framework in map editorKelly Rauchenberger2015-03-171-1/+3
|
* Added tool to map editor to set game starting positionKelly Rauchenberger2015-03-161-0/+45
|
* Opening a file in the map editor closes the current window if the current ↵Kelly Rauchenberger2015-03-161-0/+7
| | | | window is a blank slate
* Map editor now remembers last map you looked atKelly Rauchenberger2015-03-161-0/+5
|
* Rewrote map editor so a single file contains all mapsKelly Rauchenberger2015-03-161-0/+369
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.