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 | -6/+76 |
| | |||||
* | Wrote an XML Schema describing maps file and also changed the spec a bit | Kelly Rauchenberger | 2015-03-18 | 1 | -88/+100 |
| | |||||
* | Map editor widget now starts out centered | Kelly Rauchenberger | 2015-03-18 | 1 | -0/+1 |
| | |||||
* | Map editor can now define actions to occur when the player goes off a ↵ | Kelly Rauchenberger | 2015-03-17 | 1 | -12/+275 |
| | | | | specified edge of the map | ||||
* | Fixed bug with starting position label going under the adjacent button in ↵ | Kelly Rauchenberger | 2015-03-17 | 1 | -2/+4 |
| | | | | map editor | ||||
* | Splitters in map editor now move as dragged and start at reasonable sizes | Kelly Rauchenberger | 2015-03-17 | 1 | -14/+27 |
| | |||||
* | Made some nice changes to the map editor widget | Kelly Rauchenberger | 2015-03-17 | 1 | -2/+2 |
| | | | | | | | 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 | ||||
* | Map editor now assumes a reasonable amount of screen real estate | Kelly Rauchenberger | 2015-03-17 | 1 | -3/+27 |
| | |||||
* | Implemented undo/redo framework in map editor | Kelly Rauchenberger | 2015-03-17 | 1 | -24/+173 |
| | |||||
* | Added tool to map editor to set game starting position | Kelly Rauchenberger | 2015-03-16 | 1 | -48/+72 |
| | |||||
* | Opening a file in the map editor closes the current window if the current ↵ | Kelly Rauchenberger | 2015-03-16 | 1 | -2/+12 |
| | | | | window is a blank slate | ||||
* | Added popup menu to tree in map editor | Kelly Rauchenberger | 2015-03-16 | 1 | -0/+13 |
| | |||||
* | Map editor now remembers last map you looked at | Kelly Rauchenberger | 2015-03-16 | 1 | -0/+1 |
| | |||||
* | Rewrote map editor so a single file contains all maps | Kelly Rauchenberger | 2015-03-16 | 1 | -56/+265 |
| | | | | 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 | -1/+22 |
| | |||||
* | Added ability to edit and remove entities to map editor | Kelly Rauchenberger | 2015-03-16 | 1 | -0/+7 |
| | |||||
* | Adjusted how resizing the map editor works | Kelly Rauchenberger | 2015-03-16 | 1 | -1/+13 |
| | | | | 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 | -14/+115 |
| | | | | Also fixed a big bug regarding scrolling | ||||
* | Fixed functionality of quit menu item in map editor | Kelly Rauchenberger | 2015-03-15 | 1 | -6/+31 |
| | |||||
* | Added ability to edit title in map editor | Kelly Rauchenberger | 2015-03-15 | 1 | -18/+31 |
| | |||||
* | Added file management to map editor (only edits environment at current time) | Kelly Rauchenberger | 2015-03-15 | 1 | -5/+88 |
| | |||||
* | Added scrolling and zooming to map editor | Kelly Rauchenberger | 2015-03-15 | 1 | -5/+50 |
| | |||||
* | Added basic ability to set tiles in map editor | Kelly Rauchenberger | 2015-03-15 | 1 | -0/+30 |