Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactored renderer | Kelly Rauchenberger | 2018-02-16 | 1 | -15/+2 |
| | | | | | | Renderer is basically now more C++'y, as it makes more use of classes (a lot of GL types have been wrapped), and the renderer itself is now a class. The monitor mesh is also now indexed. Tweaked the NTSC artifacting after inadvertently fixing a bug with the way the image was loaded. | ||||
* | Whitespace changes | Kelly Rauchenberger | 2018-02-05 | 1 | -5/+5 |
| | |||||
* | Player now moves | Kelly Rauchenberger | 2015-06-26 | 1 | -22/+3 |
| | |||||
* | Now displaying player character | Kelly Rauchenberger | 2015-06-18 | 1 | -4/+21 |
| | |||||
* | Wrote EntityManager | Kelly Rauchenberger | 2015-06-11 | 1 | -4/+8 |
| | |||||
* | Game can now read map file from map editor (also added new map) | Kelly Rauchenberger | 2015-03-18 | 1 | -1/+1 |
| | |||||
* | Play a sound when you jump | Kelly Rauchenberger | 2015-03-12 | 1 | -0/+3 |
| | |||||
* | C++11'd everything! | Kelly Rauchenberger | 2015-03-10 | 1 | -1/+9 |
| | | | | Also moved location information from physics components into entity. | ||||
* | Created entity-component system | Kelly Rauchenberger | 2015-03-07 | 1 | -65/+2 |
| | | | | Also tweaked the bloom flicker, tweaked the scanline texture, created a second test map, and created some currently unused sound effects. | ||||
* | Rewrote bloom so it's not super slow, also removed the frame from the screen ↵ | Kelly Rauchenberger | 2015-02-23 | 1 | -8/+10 |
| | | | | mesh | ||||
* | Changed to using stb_image for image loading, also alpha blending works! | Kelly Rauchenberger | 2015-02-21 | 1 | -0/+3 |
| | |||||
* | Added CRT mesh! | Kelly Rauchenberger | 2015-02-19 | 1 | -5/+16 |
| | | | | Also a character sprite, changed up the map file format, fixed some shader bugs | ||||
* | Refactored map loader and added a second map | Kelly Rauchenberger | 2015-02-17 | 1 | -69/+22 |
| | | | | Also tweaked the font for apostrophe, p, and q | ||||
* | Added bloom! | Kelly Rauchenberger | 2015-02-15 | 1 | -43/+1 |
| | |||||
* | Did some lighting and added room name | Kelly Rauchenberger | 2015-02-14 | 1 | -1/+2 |
| | |||||
* | Monitor stuff is looking pretty cool! | Kelly Rauchenberger | 2015-02-14 | 1 | -0/+149 |