summaryrefslogtreecommitdiffstats
path: root/src/graphics/engine/terrain.h
Commit message (Collapse)AuthorAgeFilesLines
* Namespace and styling fixPiotr Dziwinski2012-09-191-10/+13
|
* CTerrain refactoring & fixesPiotr Dziwinski2012-09-081-94/+192
| | | | | - refactored CTerrain code - fixed some minor bugs
* New model file formatPiotr Dziwinski2012-08-311-1/+1
| | | | | | | - added new binary and text formats for models - fixes and improvements in CModelFile - tool for converting model files - minor additions and fixes
* Rendering functions, documentationPiotr Dziwinski2012-08-131-6/+37
| | | | | - 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
* CTerrain implementationPiotr Dziwinski2012-08-081-90/+168
| | | | | | 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/+211
- moved abstract core to src/graphics/core - moved proper graphics engine to src/graphics/engine