summary refs log tree commit diff stats
path: root/src/game.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Added a checkpointKelly Rauchenberger2015-03-131-0/+23
|
* Fixed my timestep!Kelly Rauchenberger2015-03-131-16/+19
| | | | http://gafferongames.com/game-physics/fix-your-timestep/
* Fixed bug that would prevent player from continuing to move after dying, and ↵Kelly Rauchenberger2015-03-121-25/+20
| | | | also refactored collisions and dying a bit
* Play a sound when you jumpKelly Rauchenberger2015-03-121-1/+1
|
* Added death to my gameKelly Rauchenberger2015-03-121-2/+36
|
* Const correctness!Kelly Rauchenberger2015-03-101-1/+18
| | | | Also created savefile and refactored collisions a bit.
* C++11'd everything!Kelly Rauchenberger2015-03-101-73/+62
| | | | Also moved location information from physics components into entity.
* Created entity-component systemKelly Rauchenberger2015-03-071-0/+124
Also tweaked the bloom flicker, tweaked the scanline texture, created a second test map, and created some currently unused sound effects.