summaryrefslogtreecommitdiffstats
path: root/src/graphics/engine/planet.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
* CInstanceManager refactoringPiotr DziwiƄski2013-02-171-7/+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
* Lighting fix (experimental)Piotr Dziwinski2012-09-261-2/+3
| | | | | - changed fixed light allocation to prioritized per-use basis - minor refactoring in CPlanet and CWater
* Namespace and styling fixPiotr Dziwinski2012-09-191-22/+29
|
* CPlanet implementationPiotr Dziwinski2012-08-091-1/+163
| | | | Added rewritten CPlanet implementation
* Change of paths in src/graphicsPiotr Dziwinski2012-07-261-0/+23
- moved abstract core to src/graphics/core - moved proper graphics engine to src/graphics/engine