Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implemented map rendering and basic collision | Kelly Rauchenberger | 2018-02-11 | 1 | -0/+41 |
| | | | | Only wall and platform collision currently works, and map edges are not currently implemented. | ||||
* | Wrote EntityManager | Kelly Rauchenberger | 2015-06-11 | 1 | -21/+0 |
| | |||||
* | Wrote an XML Schema describing maps file and also changed the spec a bit | Kelly Rauchenberger | 2015-03-18 | 1 | -0/+21 |
| | |||||
* | C++11'd everything! | Kelly Rauchenberger | 2015-03-10 | 1 | -27/+0 |
| | | | | Also moved location information from physics components into entity. | ||||
* | Created entity-component system | Kelly Rauchenberger | 2015-03-07 | 1 | -0/+27 |
Also tweaked the bloom flicker, tweaked the scanline texture, created a second test map, and created some currently unused sound effects. |