summaryrefslogtreecommitdiffstats
path: root/src/graphics/engine/lightman.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Changed all occurences of PPC in the code to TerranovaTeamkrzys-h2014-10-141-16/+18
|
* Fixed some CBot-related memory leaksPiotr Dziwinski2013-10-121-10/+0
| | | | | | * fixed leaks in CScript::CheckToken() * fixed leaks in CInterface * commented out unused function in robotmain.cpp
* Changes in build organizationPiotr Dziwinski2013-06-221-1/+1
| | | | | | | | * targets are now created in top-level build directory * more things are now configured through CMake options * changed debug build detection from NDEBUG to DEV_BUILD * moved po and desktop directories * moved last unit test out of src directory
* Fixed terrain light priorities (fix for #139)Piotr Dziwinski2013-06-201-0/+12
| | | | | * lights illuminating the terrain specified in scene file are now always moved to front of light ordering
* Fixed string formats in light debug printsPiotr Dziwinski2013-06-171-5/+5
|
* Added debug aids for lightingPiotr Dziwinski2013-06-171-3/+61
| | | | | | * displaying positions of current lights (F11) * dumping info to console (F10) * added assert() in suspicious place in CPyro
* 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