summaryrefslogtreecommitdiffstats
path: root/src/graphics/core/color.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Namespace and styling fixPiotr Dziwinski2012-09-191-5/+10
|
* Switched to new style castsPiotr Dziwinski2012-07-301-1/+1
| | | | | | - 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/+103
- moved abstract core to src/graphics/core - moved proper graphics engine to src/graphics/engine