summary refs log tree commit diff stats
path: root/tools/mapedit/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Modernized CMake filesKelly Rauchenberger2018-02-081-21/+6
| | | | Also removed an unnecessary cmake package helper.
* Map editor can now define actions to occur when the player goes off a ↵Kelly Rauchenberger2015-03-171-1/+2
| | | | specified edge of the map
* Implemented undo/redo framework in map editorKelly Rauchenberger2015-03-171-0/+1
|
* Rewrote map editor so a single file contains all mapsKelly Rauchenberger2015-03-161-0/+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.
* Map editor can now save and load (but not edit) entities in mapsKelly Rauchenberger2015-03-151-0/+1
|
* Added basic ability to set tiles in map editorKelly Rauchenberger2015-03-151-0/+3
|
* Started writing map editorKelly Rauchenberger2015-03-141-0/+45