summaryrefslogtreecommitdiffstats
path: root/src/graphics/common/color.h
Commit message (Collapse)AuthorAgeFilesLines
* Change of paths in src/graphicsPiotr Dziwinski2012-07-261-98/+0
| | | | | - moved abstract core to src/graphics/core - moved proper graphics engine to src/graphics/engine
* Texture & mouse functions; refactoring & fixesPiotr Dziwinski2012-07-221-0/+16
| | | | | | | | | | | - cleaned up and added documentation to engine.h - refactored CEngine interface and associated structs - added mouse handling functions in CApplication & CEngine - fixed bugs in projection matrix setting - changed texture loading & handling - added const-values in CDevice & CGLDevice - changed event management in CApplication - other minor changes & bugfixes
* Fix in model loading; simple model viewerPiotr Dziwinski2012-07-151-0/+21
| | | | | | | | | - fixed model loading code - added simple model viewer (model_test) in src/graphics/opengl/test - added system time stamp code - split the code in app/system modules to separate headers - added debug messages in model loading - minor fixes in OpenGL engine
* CGLDevice implementationPiotr Dziwinski2012-07-011-7/+18
| | | | | | | | - extended Gfx::CDevice interface - written OpenGL implementation in Gfx::CGLDevice - rewrote color and light module - added Gfx::VertexCol - added array casts to Math::Vector, Math::Matrix and Gfx::Color
* Whitespace and language changePiotr Dziwinski2012-06-261-6/+6
| | | | | | | - changed tabs to spaces and DOS line endings to Unix (except in CBot and metafile) - changed language to English - fixed #include <d3d.h> in d3dengine.h
* Templates for new implementationPiotr Dziwinski2012-06-221-8/+11
| | | | | | - added template of classes/structs for new implementation - changed #include paths - updated README files
* Struct ColorHSV copied to color.hProgramerus2012-06-201-0/+11
|
* Struct ColorProgramerus2012-06-201-5/+8
|
* Fixed include paths and CMakeLists.txtPiotr Dziwinski2012-06-101-2/+4
| | | | Additionally, changed #ifndef to #pragma once everywhere
* Split math functions; beginning of common structuresPiotr Dziwinski2012-04-281-0/+31