summaryrefslogtreecommitdiffstats
path: root/src/graphics/engine/terrain.h
Commit message (Collapse)AuthorAgeFilesLines
* 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