summaryrefslogtreecommitdiffstats
path: root/src/graphics/engine/cloud.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-7/+4
| | | | | | | | | * 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
* Namespace and styling fixPiotr Dziwinski2012-09-191-9/+12
|
* Texture format detection; minor fixesPiotr Dziwinski2012-09-091-12/+15
| | | | | | - detection of texture format - fixed depth mask bug - minor refactoring
* CTerrain refactoring & fixesPiotr Dziwinski2012-09-081-2/+2
| | | | | - refactored CTerrain code - fixed some minor bugs
* Rendering functions, documentationPiotr Dziwinski2012-08-131-2/+18
| | | | | - rewrote the render functions for CEngine, CCloud and CWater - added documentation
* Object handling in CEnginePiotr Dziwinski2012-08-121-1/+1
| | | | | | - 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-24/+50
| | | | | Added rewritten implementation for CWater and CCloud Won't link yet because of missing functions
* CTerrain implementationPiotr Dziwinski2012-08-081-2/+2
| | | | | | 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/+94
- moved abstract core to src/graphics/core - moved proper graphics engine to src/graphics/engine