summary refs log tree commit diff stats
path: root/res/maps.xml
Commit message (Collapse)AuthorAgeFilesLines
* Implemented a simple AIKelly Rauchenberger2015-03-191-1/+1
|
* Map editor can now edit properties for objects (breaks main game build)Kelly Rauchenberger2015-03-191-4/+28
|
* Wrote an XML Schema describing maps file and also changed the spec a bitKelly Rauchenberger2015-03-181-4/+4
|
* Game can now read map file from map editor (also added new map)Kelly Rauchenberger2015-03-181-4/+28
|
* Map editor can now define actions to occur when the player goes off a ↵Kelly Rauchenberger2015-03-171-51/+3
| | | | specified edge of the map
* Fixed bug with placing entities in map editorKelly Rauchenberger2015-03-171-3/+3
|
* Made some nice changes to the map editor widgetKelly Rauchenberger2015-03-171-0/+98
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