summaryrefslogtreecommitdiffstats
path: root/src/graphics/engine/terrain.h
Commit message (Collapse)AuthorAgeFilesLines
* Changed all occurences of PPC in the code to TerranovaTeamkrzys-h2014-10-141-16/+18
|
* Random relief generatorkrzys-h2014-04-101-1/+3
|
* Fixed CTerrain-related memory leaksPiotr Dziwinski2013-10-131-1/+1
|
* 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/+1
| | | | | | | | | * 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
* Changed model min/max to LOD levelsPiotr Dziwinski2013-01-271-1/+1
|
* Engine optimization - rewritten model managementPiotr Dziwinski2012-12-261-1/+1
| | | | | | | | - new class CModelManager - rewritten engine object structure in CEngine - created shared model data instead of separate objects per each model instance - minor refactoring
* * Building should work now without 'ground not flat' messageerihel2012-09-251-1/+1
|
* 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