summaryrefslogtreecommitdiffstats
path: root/src/graphics/engine/lightman.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fixed code formattingPiotr Dziwinski2013-05-271-0/+1
| | | | | | * moved braces to new lines * fixed some function/variable names * fixed whitespace issues
* Fixed segfault in light managerPiotr Dziwinski2013-02-281-2/+3
| | | | Also fixed minor memory leak
* Fixed stupid error, tweaked ambient light colorsPiotr Dziwinski2013-02-281-10/+12
| | | | | | * fixed stupid error in light manager * tweaked ambient light colors to 0.1 of diffuse; colors should not be oversaturated now
* Better light sortingPiotr Dziwinski2013-02-251-42/+37
| | | | Should fix lighting issue (#62)
* CInstanceManager refactoringPiotr DziwiƄski2013-02-171-8/+1
| | | | | | | | | * removed classes managed by CInstanceManager except for CObject, CPyro, CBrain and CPhysics because of dependencies * refactored instance searching to use existing singleton instances of CApplication, CEngine and CRobotMain and calling their getter functions
* Fixed blinking light problemPiotr Dziwinski2012-09-271-5/+2
| | | | | | - temporarily commented out misbehaving code in CPhysics - some fixes in CLightManager - minor refactoring in CRobotMain
* Lighting fix (experimental)Piotr Dziwinski2012-09-261-45/+101
| | | | | - changed fixed light allocation to prioritized per-use basis - minor refactoring in CPlanet and CWater
* Namespace and styling fixPiotr Dziwinski2012-09-191-44/+52
|
* Texture format detection; minor fixesPiotr Dziwinski2012-09-091-2/+0
| | | | | | - detection of texture format - fixed depth mask bug - minor refactoring
* Fixes in terrain renderingPiotr Dziwinski2012-08-271-0/+1
|
* Change of paths in src/graphicsPiotr Dziwinski2012-07-261-0/+416
- moved abstract core to src/graphics/core - moved proper graphics engine to src/graphics/engine