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