summaryrefslogtreecommitdiffstats
path: root/src/graphics/core/color.h
Commit message (Collapse)AuthorAgeFilesLines
* Fixed variable shadowing warningsPiotr Dziwinski2013-05-271-4/+4
| | | | | * fixed -Wshadow warnings * refactored some constructors
* Fixed code formattingPiotr Dziwinski2013-05-271-0/+1
| | | | | | * moved braces to new lines * fixed some function/variable names * fixed whitespace issues
* Fixed stupid error, tweaked ambient light colorsPiotr Dziwinski2013-02-281-0/+10
| | | | | | * fixed stupid error in light manager * tweaked ambient light colors to 0.1 of diffuse; colors should not be oversaturated now
* 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