summaryrefslogtreecommitdiffstats
path: root/src/graphics/engine
Commit message (Collapse)AuthorAgeFilesLines
* CTerrain implementationPiotr Dziwinski2012-08-087-104/+1988
| | | | | | Added rewritten CTerrain implementation Compiles OK, but functions are missing from other classes Also needs testing
* Font renderingPiotr Dziwinski2012-08-064-136/+492
| | | | - implemented rest of CText interface excluding some minor features
* Basic font renderingPiotr Dziwinski2012-08-034-120/+803
| | | | | - added basic font rendering - minor refactoring & fixes
* Switched to new style castsPiotr Dziwinski2012-07-301-8/+8
| | | | | | - rewrote old C-style casts to new ..._cast<> - corrected some dangerous casts - added -Wold-style-cast to compile flags
* CCamera rewritePiotr Dziwinski2012-07-292-117/+1874
| | | | | Rewritten old code; doesn't compile yet because changes in other modules are needed.
* Video mode changingPiotr Dziwinski2012-07-292-5/+36
| | | | | | - added video mode querying & changing - added joystick querying & changing - cleaned up CApplication interface
* Change of paths in src/graphicsPiotr Dziwinski2012-07-2627-0/+5041
- moved abstract core to src/graphics/core - moved proper graphics engine to src/graphics/engine