summaryrefslogtreecommitdiffstats
path: root/src/graphics/engine/modelmanager.h
Commit message (Collapse)AuthorAgeFilesLines
* Better datadir mod supportkrzys-h2014-05-181-0/+17
|
* Fixed variable shadowing warningsPiotr Dziwinski2013-05-271-2/+4
| | | | | * fixed -Wshadow warnings * refactored some constructors
* Fixed code formattingPiotr Dziwinski2013-05-271-0/+1
| | | | | | * moved braces to new lines * fixed some function/variable names * fixed whitespace issues
* Fixed graphics objects after resetPiotr Dziwinski2013-03-311-0/+4
| | | | Should fix #120 and perhaps some other bugs as well
* Engine optimization - rewritten model managementPiotr Dziwinski2012-12-261-0/+97
- new class CModelManager - rewritten engine object structure in CEngine - created shared model data instead of separate objects per each model instance - minor refactoring