summaryrefslogtreecommitdiffstats
path: root/src/graphics/engine/planet.h
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-4/+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-1/+2
| | | | | - changed fixed light allocation to prioritized per-use basis - minor refactoring in CPlanet and CWater
* Namespace and styling fixPiotr Dziwinski2012-09-191-5/+9
|
* Rendering functions, documentationPiotr Dziwinski2012-08-131-0/+13
| | | | | - rewrote the render functions for CEngine, CCloud and CWater - added documentation
* Object handling in CEnginePiotr Dziwinski2012-08-121-0/+2
| | | | | | - finished rewriting CEngine object, shadow, etc. handling - refactored texture code - added new log levels
* Documentation updatePiotr Dziwinski2012-08-111-1/+4
| | | | | | - updated Doxyfile - added/changed file, dir and namespace descriptions - fixed some errors in doxygen tags
* CPlanet implementationPiotr Dziwinski2012-08-091-26/+46
| | | | Added rewritten CPlanet implementation
* Change of paths in src/graphicsPiotr Dziwinski2012-07-261-0/+80
- moved abstract core to src/graphics/core - moved proper graphics engine to src/graphics/engine