summaryrefslogtreecommitdiffstats
path: root/src/graphics/core/color.h
Commit message (Collapse)AuthorAgeFilesLines
* CParticle rewritePiotr Dziwinski2012-10-051-0/+8
|
* Refactored resource and relief loadingPiotr Dziwinski2012-09-261-0/+29
| | | | | - now loading can be from any image format - added IntColor struct for precise pixel operations
* Namespace and styling fixPiotr Dziwinski2012-09-191-11/+15
|
* CTerrain refactoring & fixesPiotr Dziwinski2012-09-081-1/+1
| | | | | - refactored CTerrain code - fixed some minor bugs
* Documentation updatePiotr Dziwinski2012-08-111-1/+4
| | | | | | - updated Doxyfile - added/changed file, dir and namespace descriptions - fixed some errors in doxygen tags
* 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