summary refs log tree commit diff stats
path: root/src/components/map_collision.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Implemented a simple AIKelly Rauchenberger2015-03-191-3/+12
|
* Wrote an XML Schema describing maps file and also changed the spec a bitKelly Rauchenberger2015-03-181-8/+8
|
* Game can now read map file from map editor (also added new map)Kelly Rauchenberger2015-03-181-4/+25
|
* Started writing map editorKelly Rauchenberger2015-03-141-1/+1
|
* Added sound when you hit the groundKelly Rauchenberger2015-03-141-0/+211
Also split up components.cpp into files for each class, fixed a bug concerning falling off the screen when you change maps, and converted collision data into doubles.