summaryrefslogtreecommitdiffstats
path: root/src/graphics/engine
Commit message (Collapse)AuthorAgeFilesLines
* 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