summaryrefslogtreecommitdiffstats
path: root/src/graphics/engine/lightman.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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