summary refs log tree commit diff stats
path: root/tools/mapedit/src/widget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added entity indexingKelly Rauchenberger2018-03-051-1/+6
* Map editor can now edit properties for objects (breaks main game build)Kelly Rauchenberger2015-03-191-25/+61
* Wrote an XML Schema describing maps file and also changed the spec a bitKelly Rauchenberger2015-03-181-8/+8
* Map editor stops highlighting cursor when you scroll off editable map areaKelly Rauchenberger2015-03-181-0/+22
* Added ghosts of adjacent warp maps to map editor widgetKelly Rauchenberger2015-03-181-18/+67
* Map editor widget now starts out centeredKelly Rauchenberger2015-03-181-7/+10
* Map editor can now define actions to occur when the player goes off a specifi...Kelly Rauchenberger2015-03-171-0/+4
* Fixed bug with placing entities in map editorKelly Rauchenberger2015-03-171-10/+10
* Made some nice changes to the map editor widgetKelly Rauchenberger2015-03-171-23/+72
* Implemented undo/redo framework in map editorKelly Rauchenberger2015-03-171-11/+99
* Added tool to map editor to set game starting positionKelly Rauchenberger2015-03-161-35/+103
* Rewrote map editor so a single file contains all mapsKelly Rauchenberger2015-03-161-0/+7
* Added ability to edit and remove entities to map editorKelly Rauchenberger2015-03-161-7/+82
* Adjusted how resizing the map editor worksKelly Rauchenberger2015-03-161-1/+1
* Map editor can now add entities to mapsKelly Rauchenberger2015-03-151-22/+101
* Map editor can now save and load (but not edit) entities in mapsKelly Rauchenberger2015-03-151-0/+12
* Added file management to map editor (only edits environment at current time)Kelly Rauchenberger2015-03-151-2/+2
* Added preview of tile to be placed under mouse in map editorKelly Rauchenberger2015-03-151-0/+26
* Added scrolling and zooming to map editorKelly Rauchenberger2015-03-151-18/+34
* Added basic ability to set tiles in map editorKelly Rauchenberger2015-03-151-0/+91