summary refs log tree commit diff stats
path: root/src/world.h
Commit message (Collapse)AuthorAgeFilesLines
* Implemented map rendering and basic collisionKelly Rauchenberger2018-02-111-0/+41
| | | | Only wall and platform collision currently works, and map edges are not currently implemented.
* Wrote EntityManagerKelly Rauchenberger2015-06-111-21/+0
|
* Wrote an XML Schema describing maps file and also changed the spec a bitKelly Rauchenberger2015-03-181-0/+21
|
* C++11'd everything!Kelly Rauchenberger2015-03-101-27/+0
| | | | Also moved location information from physics components into entity.
* Created entity-component systemKelly Rauchenberger2015-03-071-0/+27
Also tweaked the bloom flicker, tweaked the scanline texture, created a second test map, and created some currently unused sound effects.