summary refs log tree commit diff stats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Added entity indexingKelly Rauchenberger2018-03-056-5/+63
* Modernized CMake filesKelly Rauchenberger2018-02-081-21/+6
* 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-1910-136/+666
* Wrote an XML Schema describing maps file and also changed the spec a bitKelly Rauchenberger2015-03-185-492/+315
* Map editor stops highlighting cursor when you scroll off editable map areaKelly Rauchenberger2015-03-182-0/+23
* Added ghosts of adjacent warp maps to map editor widgetKelly Rauchenberger2015-03-183-18/+72
* Map editor widget now starts out centeredKelly Rauchenberger2015-03-183-7/+12
* Map editor can now define actions to occur when the player goes off a specifi...Kelly Rauchenberger2015-03-1715-107/+801
* Fixed bug with starting position label going under the adjacent button in map...Kelly Rauchenberger2015-03-172-2/+5
* Fixed bug with placing entities in map editorKelly Rauchenberger2015-03-171-10/+10
* Splitters in map editor now move as dragged and start at reasonable sizesKelly Rauchenberger2015-03-172-14/+32
* Made some nice changes to the map editor widgetKelly Rauchenberger2015-03-174-29/+78
* 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-1710-47/+482
* Added tool to map editor to set game starting positionKelly Rauchenberger2015-03-168-85/+249
* Opening a file in the map editor closes the current window if the current win...Kelly Rauchenberger2015-03-164-3/+22
* Added popup menu to tree in map editorKelly Rauchenberger2015-03-162-0/+15
* Map editor now remembers last map you looked atKelly Rauchenberger2015-03-163-0/+7
* Rewrote map editor so a single file contains all mapsKelly Rauchenberger2015-03-1610-255/+859
* Added toolbar with file buttons to map editorKelly Rauchenberger2015-03-164-6/+54
* Added ability to edit and remove entities to map editorKelly Rauchenberger2015-03-168-19/+126
* Adjusted how resizing the map editor worksKelly Rauchenberger2015-03-162-2/+14
* Map editor can now add entities to mapsKelly Rauchenberger2015-03-158-45/+260
* Map editor can now save and load (but not edit) entities in mapsKelly Rauchenberger2015-03-156-7/+227
* Fixed functionality of quit menu item in map editorKelly Rauchenberger2015-03-153-10/+41
* Added ability to edit title in map editorKelly Rauchenberger2015-03-156-25/+50
* Added file management to map editor (only edits environment at current time)Kelly Rauchenberger2015-03-155-16/+204
* Added preview of tile to be placed under mouse in map editorKelly Rauchenberger2015-03-152-0/+29
* Added scrolling and zooming to map editorKelly Rauchenberger2015-03-157-50/+131
* Added basic ability to set tiles in map editorKelly Rauchenberger2015-03-158-33/+298
* Started writing map editorKelly Rauchenberger2015-03-144-0/+237