summaryrefslogtreecommitdiffstats
path: root/src/graphics/engine/water.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-5/+3
| | | | | | | | | * 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-7/+7
| | | | | - changed fixed light allocation to prioritized per-use basis - minor refactoring in CPlanet and CWater
* Namespace and styling fixPiotr Dziwinski2012-09-191-14/+19
|
* CTerrain refactoring & fixesPiotr Dziwinski2012-09-081-3/+3
| | | | | - refactored CTerrain code - fixed some minor bugs
* Rendering functions, documentationPiotr Dziwinski2012-08-131-3/+30
| | | | | - rewrote the render functions for CEngine, CCloud and CWater - added documentation
* Object handling in CEnginePiotr Dziwinski2012-08-121-2/+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
* CWater and CCloud basic implementationPiotr Dziwinski2012-08-081-49/+88
| | | | | Added rewritten implementation for CWater and CCloud Won't link yet because of missing functions
* CTerrain implementationPiotr Dziwinski2012-08-081-7/+7
| | | | | | Added rewritten CTerrain implementation Compiles OK, but functions are missing from other classes Also needs testing
* Change of paths in src/graphicsPiotr Dziwinski2012-07-261-0/+134
- moved abstract core to src/graphics/core - moved proper graphics engine to src/graphics/engine