summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* RK4 integration is not necessary for constant acceleration over a timestepKelly Rauchenberger2015-03-131-12/+5
* Fixed my timestep!Kelly Rauchenberger2015-03-136-56/+63
* Fixed bug that would prevent player from continuing to move after dying, and ...Kelly Rauchenberger2015-03-125-53/+62
* Lowered volume of sounds and fixed weird mixingKelly Rauchenberger2015-03-123-10/+11
* Added death sound effectKelly Rauchenberger2015-03-123-1/+3
* Play a sound when you jumpKelly Rauchenberger2015-03-129-2/+260
* Added death to my gameKelly Rauchenberger2015-03-1210-28/+102
* Fixed bug where one could fall through the floor after changing mapsKelly Rauchenberger2015-03-114-12/+32
* Const correctness!Kelly Rauchenberger2015-03-108-113/+156
* C++11'd everything!Kelly Rauchenberger2015-03-1014-630/+511
* Created entity-component systemKelly Rauchenberger2015-03-0724-558/+1004
* Rewrote bloom so it's not super slow, also removed the frame from the screen ...Kelly Rauchenberger2015-02-2311-14445/+6280
* Changed to using stb_image for image loading, also alpha blending works!Kelly Rauchenberger2015-02-2110-97/+6412
* Player can short jumpKelly Rauchenberger2015-02-217-40/+40
* Added ability to resize window (full screen is really laggy though!)Kelly Rauchenberger2015-02-194-16/+59
* Added CRT mesh!Kelly Rauchenberger2015-02-1917-79/+27013
* Removed tool used to generate the font, also commited some stuff I forgot in ...Kelly Rauchenberger2015-02-178-131/+5
* Refactored map loader and added a second mapKelly Rauchenberger2015-02-1710-370/+515
* Added bloom!Kelly Rauchenberger2015-02-1510-56/+269
* Did some lighting and added room nameKelly Rauchenberger2015-02-149-8/+197
* Monitor stuff is looking pretty cool!Kelly Rauchenberger2015-02-1421-0/+1330