summary refs log tree commit diff stats
path: root/src/game.h
Commit message (Collapse)AuthorAgeFilesLines
* Added death to my gameKelly Rauchenberger2015-03-121-0/+3
|
* Const correctness!Kelly Rauchenberger2015-03-101-1/+9
| | | | Also created savefile and refactored collisions a bit.
* C++11'd everything!Kelly Rauchenberger2015-03-101-21/+17
| | | | Also moved location information from physics components into entity.
* Created entity-component systemKelly Rauchenberger2015-03-071-0/+43
Also tweaked the bloom flicker, tweaked the scanline texture, created a second test map, and created some currently unused sound effects.