summaryrefslogtreecommitdiffstats
path: root/src/graphics/engine/cloud.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Namespace and styling fixPiotr Dziwinski2012-09-191-28/+36
|
* Texture format detection; minor fixesPiotr Dziwinski2012-09-091-9/+9
| | | | | | - detection of texture format - fixed depth mask bug - minor refactoring
* CTerrain refactoring & fixesPiotr Dziwinski2012-09-081-14/+15
| | | | | - refactored CTerrain code - fixed some minor bugs
* Rendering functions, documentationPiotr Dziwinski2012-08-131-56/+41
| | | | | - rewrote the render functions for CEngine, CCloud and CWater - added documentation
* Object handling in CEnginePiotr Dziwinski2012-08-121-8/+8
| | | | | | - finished rewriting CEngine object, shadow, etc. handling - refactored texture code - added new log levels
* Fixes & testing in CEnginePiotr Dziwinski2012-08-121-4/+1
| | | | | - fixed bugs in settings modes, etc. - some additions and minor refactoring
* Graphics stubsPiotr Dziwinski2012-08-091-5/+3
| | | | | | | - added stubs for functions in CLightning, CParticle and CPyro - cleaned object.h and physics.h headers - created temporary stubs to compile CCamera - other necessary changes to compile successfully
* CWater and CCloud basic implementationPiotr Dziwinski2012-08-081-1/+266
| | | | | Added rewritten implementation for CWater and CCloud Won't link yet because of missing functions
* 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