Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added entity indexing | Kelly Rauchenberger | 2018-03-05 | 1 | -0/+14 |
| | | | | Changed the world format so that map objects are indexed (per map). The next available map object index is cached for each map. | ||||
* | Wrote an XML Schema describing maps file and also changed the spec a bit | Kelly Rauchenberger | 2015-03-18 | 1 | -125/+37 |
| | |||||
* | Map editor can now define actions to occur when the player goes off a ↵ | Kelly Rauchenberger | 2015-03-17 | 1 | -36/+180 |
| | | | | specified edge of the map | ||||
* | Implemented undo/redo framework in map editor | Kelly Rauchenberger | 2015-03-17 | 1 | -2/+14 |
| | |||||
* | Added tool to map editor to set game starting position | Kelly Rauchenberger | 2015-03-16 | 1 | -0/+5 |
| | |||||
* | Rewrote map editor so a single file contains all maps | Kelly Rauchenberger | 2015-03-16 | 1 | -176/+113 |
| | | | | 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 toolbar with file buttons to map editor | Kelly Rauchenberger | 2015-03-16 | 1 | -5/+23 |
| | |||||
* | Added ability to edit and remove entities to map editor | Kelly Rauchenberger | 2015-03-16 | 1 | -6/+19 |
| | |||||
* | Map editor can now add entities to maps | Kelly Rauchenberger | 2015-03-15 | 1 | -2/+2 |
| | | | | Also fixed a big bug regarding scrolling | ||||
* | Map editor can now save and load (but not edit) entities in maps | Kelly Rauchenberger | 2015-03-15 | 1 | -7/+57 |
| | |||||
* | Added ability to edit title in map editor | Kelly Rauchenberger | 2015-03-15 | 1 | -3/+11 |
| | |||||
* | Added file management to map editor (only edits environment at current time) | Kelly Rauchenberger | 2015-03-15 | 1 | -2/+82 |
| | |||||
* | Started writing map editor | Kelly Rauchenberger | 2015-03-14 | 1 | -0/+94 |