summary refs log tree commit diff stats
path: root/tools/mapedit/src/widget.h
Commit message (Collapse)AuthorAgeFilesLines
* Map editor can now edit properties for objects (breaks main game build)Kelly Rauchenberger2015-03-191-1/+6
|
* Map editor stops highlighting cursor when you scroll off editable map areaKelly Rauchenberger2015-03-181-0/+1
|
* Added ghosts of adjacent warp maps to map editor widgetKelly Rauchenberger2015-03-181-0/+1
|
* 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 ↵Kelly Rauchenberger2015-03-171-2/+6
| | | | specified edge of the map
* Made some nice changes to the map editor widgetKelly Rauchenberger2015-03-171-3/+3
| | | | | | | Center the map edit widget Map edit zooming in should happen around the cursor Disallow editing outside the mapedit widget Add some scroll space around the mapedit widget
* Implemented undo/redo framework in map editorKelly Rauchenberger2015-03-171-0/+4
|
* Added tool to map editor to set game starting positionKelly Rauchenberger2015-03-161-0/+3
|
* Rewrote map editor so a single file contains all mapsKelly Rauchenberger2015-03-161-1/+2
| | | | 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.
* Added ability to edit and remove entities to map editorKelly Rauchenberger2015-03-161-0/+4
|
* Map editor can now add entities to mapsKelly Rauchenberger2015-03-151-2/+17
| | | | Also fixed a big bug regarding scrolling
* Added preview of tile to be placed under mouse in map editorKelly Rauchenberger2015-03-151-0/+3
|
* Added scrolling and zooming to map editorKelly Rauchenberger2015-03-151-1/+6
|
* Added basic ability to set tiles in map editorKelly Rauchenberger2015-03-151-0/+38