Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Wrote simple factory to read map and entity data from XML files | Kelly Rauchenberger | 2015-03-14 | 1 | -0/+3 |
| | |||||
* | Fixed my timestep! | Kelly Rauchenberger | 2015-03-13 | 1 | -2/+2 |
| | | | | http://gafferongames.com/game-physics/fix-your-timestep/ | ||||
* | Const correctness! | Kelly Rauchenberger | 2015-03-10 | 1 | -1/+1 |
| | | | | Also created savefile and refactored collisions a bit. | ||||
* | C++11'd everything! | Kelly Rauchenberger | 2015-03-10 | 1 | -12/+20 |
| | | | | Also moved location information from physics components into entity. | ||||
* | Created entity-component system | Kelly Rauchenberger | 2015-03-07 | 1 | -0/+38 |
Also tweaked the bloom flicker, tweaked the scanline texture, created a second test map, and created some currently unused sound effects. |