summaryrefslogtreecommitdiffstats
path: root/src/graphics/engine/lightman.h
Commit message (Collapse)AuthorAgeFilesLines
* Fixed some CBot-related memory leaksPiotr Dziwinski2013-10-121-4/+14
| | | | | | * fixed leaks in CScript::CheckToken() * fixed leaks in CInterface * commented out unused function in robotmain.cpp
* Reverted enum values to fix UT regressionPiotr Dziwinski2013-06-221-3/+3
|
* Fixed terrain light priorities (fix for #139)Piotr Dziwinski2013-06-201-2/+5
| | | | | * lights illuminating the terrain specified in scene file are now always moved to front of light ordering
* Added debug aids for lightingPiotr Dziwinski2013-06-171-0/+6
| | | | | | * 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
* Better light sortingPiotr Dziwinski2013-02-251-3/+18
| | | | Should fix lighting issue (#62)
* CInstanceManager refactoringPiotr DziwiƄski2013-02-171-2/+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
* Updated docs and some Doxygen fixesPiotr Dziwinski2012-09-271-18/+21
|
* Lighting fix (experimental)Piotr Dziwinski2012-09-261-3/+18
| | | | | - changed fixed light allocation to prioritized per-use basis - minor refactoring in CPlanet and CWater
* Namespace and styling fixPiotr Dziwinski2012-09-191-22/+24
|
* Documentation updatePiotr Dziwinski2012-08-111-1/+4
| | | | | | - updated Doxyfile - added/changed file, dir and namespace descriptions - fixed some errors in doxygen tags
* Change of paths in src/graphicsPiotr Dziwinski2012-07-261-0/+181
- moved abstract core to src/graphics/core - moved proper graphics engine to src/graphics/engine