summary refs log tree commit diff stats
path: root/src/map.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Const correctness!Kelly Rauchenberger2015-03-101-6/+6
| | | | Also created savefile and refactored collisions a bit.
* C++11'd everything!Kelly Rauchenberger2015-03-101-1/+40
| | | | Also moved location information from physics components into entity.
* Created entity-component systemKelly Rauchenberger2015-03-071-1/+1
| | | | Also tweaked the bloom flicker, tweaked the scanline texture, created a second test map, and created some currently unused sound effects.
* Added CRT mesh!Kelly Rauchenberger2015-02-191-3/+7
| | | | Also a character sprite, changed up the map file format, fixed some shader bugs
* Refactored map loader and added a second mapKelly Rauchenberger2015-02-171-227/+30
| | | | Also tweaked the font for apostrophe, p, and q
* Did some lighting and added room nameKelly Rauchenberger2015-02-141-3/+14
|
* Monitor stuff is looking pretty cool!Kelly Rauchenberger2015-02-141-0/+241