summary refs log tree commit diff stats
path: root/tools/mapedit/src/frame.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixed error opening map editor on macOSKelly Rauchenberger2018-02-081-0/+1
* Map editor can now edit properties for objects (breaks main game build)Kelly Rauchenberger2015-03-191-6/+76
* Wrote an XML Schema describing maps file and also changed the spec a bitKelly Rauchenberger2015-03-181-88/+100
* Map editor widget now starts out centeredKelly Rauchenberger2015-03-181-0/+1
* Map editor can now define actions to occur when the player goes off a specifi...Kelly Rauchenberger2015-03-171-12/+275
* Fixed bug with starting position label going under the adjacent button in map...Kelly Rauchenberger2015-03-171-2/+4
* Splitters in map editor now move as dragged and start at reasonable sizesKelly Rauchenberger2015-03-171-14/+27
* Made some nice changes to the map editor widgetKelly Rauchenberger2015-03-171-2/+2
* Map editor now assumes a reasonable amount of screen real estateKelly Rauchenberger2015-03-171-3/+27
* Implemented undo/redo framework in map editorKelly Rauchenberger2015-03-171-24/+173
* Added tool to map editor to set game starting positionKelly Rauchenberger2015-03-161-48/+72
* Opening a file in the map editor closes the current window if the current win...Kelly Rauchenberger2015-03-161-2/+12
* Added popup menu to tree in map editorKelly Rauchenberger2015-03-161-0/+13
* Map editor now remembers last map you looked atKelly Rauchenberger2015-03-161-0/+1
* Rewrote map editor so a single file contains all mapsKelly Rauchenberger2015-03-161-56/+265
* Added toolbar with file buttons to map editorKelly Rauchenberger2015-03-161-1/+22
* Added ability to edit and remove entities to map editorKelly Rauchenberger2015-03-161-0/+7
* Adjusted how resizing the map editor worksKelly Rauchenberger2015-03-161-1/+13
* Map editor can now add entities to mapsKelly Rauchenberger2015-03-151-14/+115
* Fixed functionality of quit menu item in map editorKelly Rauchenberger2015-03-151-6/+31
* Added ability to edit title in map editorKelly Rauchenberger2015-03-151-18/+31
* Added file management to map editor (only edits environment at current time)Kelly Rauchenberger2015-03-151-5/+88
* Added scrolling and zooming to map editorKelly Rauchenberger2015-03-151-5/+50
* Added basic ability to set tiles in map editorKelly Rauchenberger2015-03-151-0/+30