summary refs log tree commit diff stats
path: root/tools/mapedit/src/widget.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rewrote map editor so a single file contains all mapsKelly Rauchenberger2015-03-161-0/+7
| | | | 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-7/+82
|
* Adjusted how resizing the map editor worksKelly Rauchenberger2015-03-161-1/+1
| | | | Also added an informative label for the entity manager that currently lies
* Map editor can now add entities to mapsKelly Rauchenberger2015-03-151-22/+101
| | | | Also fixed a big bug regarding scrolling
* 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