summaryrefslogtreecommitdiffstats
path: root/src/graphics/core
Commit message (Collapse)AuthorAgeFilesLines
* Switched to new style castsPiotr Dziwinski2012-07-302-3/+3
| | | | | | - rewrote old C-style casts to new ..._cast<> - corrected some dangerous casts - added -Wold-style-cast to compile flags
* Lines and line strip primitivesPiotr Dziwinski2012-07-301-3/+3
| | | | Will probably be useful
* Video mode changingPiotr Dziwinski2012-07-292-11/+9
| | | | | | - added video mode querying & changing - added joystick querying & changing - cleaned up CApplication interface
* Change of paths in src/graphicsPiotr Dziwinski2012-07-268-0/+1137
- moved abstract core to src/graphics/core - moved proper graphics engine to src/graphics/engine