summary refs log tree commit diff stats
path: root/src/renderer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rewrote bloom so it's not super slow, also removed the frame from the screen ↵Kelly Rauchenberger2015-02-231-54/+97
| | | | mesh
* Changed to using stb_image for image loading, also alpha blending works!Kelly Rauchenberger2015-02-211-84/+64
|
* Added ability to resize window (full screen is really laggy though!)Kelly Rauchenberger2015-02-191-5/+50
|
* Added CRT mesh!Kelly Rauchenberger2015-02-191-29/+168
| | | | 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-18/+28
| | | | Also tweaked the font for apostrophe, p, and q
* Added bloom!Kelly Rauchenberger2015-02-151-2/+71
|
* Did some lighting and added room nameKelly Rauchenberger2015-02-141-4/+53
|
* Monitor stuff is looking pretty cool!Kelly Rauchenberger2015-02-141-0/+582