summaryrefslogtreecommitdiffstats
path: root/src/graphics/core/color.h
Commit message (Collapse)AuthorAgeFilesLines
* Partial CEngine implementationPiotr Dziwinski2012-08-101-1/+5
| | | | | - added rewritten implementation for basic modesetting in CEngine - started rewriting proper rendering and object handling in CEngine
* Switched to new style castsPiotr Dziwinski2012-07-301-2/+2
| | | | | | - rewrote old C-style casts to new ..._cast<> - corrected some dangerous casts - added -Wold-style-cast to compile flags
* Change of paths in src/graphicsPiotr Dziwinski2012-07-261-0/+98
- moved abstract core to src/graphics/core - moved proper graphics engine to src/graphics/engine