Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Map editor can now edit properties for objects (breaks main game build) | Kelly Rauchenberger | 2015-03-19 | 1 | -25/+61 |
| | |||||
* | Wrote an XML Schema describing maps file and also changed the spec a bit | Kelly Rauchenberger | 2015-03-18 | 1 | -8/+8 |
| | |||||
* | Map editor stops highlighting cursor when you scroll off editable map area | Kelly Rauchenberger | 2015-03-18 | 1 | -0/+22 |
| | |||||
* | Added ghosts of adjacent warp maps to map editor widget | Kelly Rauchenberger | 2015-03-18 | 1 | -18/+67 |
| | |||||
* | Map editor widget now starts out centered | Kelly Rauchenberger | 2015-03-18 | 1 | -7/+10 |
| | |||||
* | Map editor can now define actions to occur when the player goes off a ↵ | Kelly Rauchenberger | 2015-03-17 | 1 | -0/+4 |
| | | | | specified edge of the map | ||||
* | Fixed bug with placing entities in map editor | Kelly Rauchenberger | 2015-03-17 | 1 | -10/+10 |
| | |||||
* | Made some nice changes to the map editor widget | Kelly Rauchenberger | 2015-03-17 | 1 | -23/+72 |
| | | | | | | | 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 editor | Kelly Rauchenberger | 2015-03-17 | 1 | -11/+99 |
| | |||||
* | Added tool to map editor to set game starting position | Kelly Rauchenberger | 2015-03-16 | 1 | -35/+103 |
| | |||||
* | Rewrote map editor so a single file contains all maps | Kelly Rauchenberger | 2015-03-16 | 1 | -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 editor | Kelly Rauchenberger | 2015-03-16 | 1 | -7/+82 |
| | |||||
* | Adjusted how resizing the map editor works | Kelly Rauchenberger | 2015-03-16 | 1 | -1/+1 |
| | | | | Also added an informative label for the entity manager that currently lies | ||||
* | Map editor can now add entities to maps | Kelly Rauchenberger | 2015-03-15 | 1 | -22/+101 |
| | | | | 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 | -0/+12 |
| | |||||
* | Added file management to map editor (only edits environment at current time) | Kelly Rauchenberger | 2015-03-15 | 1 | -2/+2 |
| | |||||
* | Added preview of tile to be placed under mouse in map editor | Kelly Rauchenberger | 2015-03-15 | 1 | -0/+26 |
| | |||||
* | Added scrolling and zooming to map editor | Kelly Rauchenberger | 2015-03-15 | 1 | -18/+34 |
| | |||||
* | Added basic ability to set tiles in map editor | Kelly Rauchenberger | 2015-03-15 | 1 | -0/+91 |