summaryrefslogtreecommitdiffstats
path: root/src/graphics/engine/modelmanager.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'dev' into dev-physfskrzys-h2014-10-141-16/+18
|\ | | | | | | | | Conflicts: data
| * Changed all occurences of PPC in the code to TerranovaTeamkrzys-h2014-10-141-16/+18
| |
* | More work on levelsKrzysztof Dermont2014-06-221-1/+1
| |
* | Big part of PhysFS supportKrzysztof Dermont2014-06-201-5/+2
|/ | | | | | | | | | | * removed -mod argument * removed -datadir argument * removed -lang argument * removed some dead ui code * added resource manager and file loaders (stream and SDL) * changed interface textures location to match new directory structure * removed CGameData for mod support * added PhysFS support
* Better datadir mod supportkrzys-h2014-05-181-1/+19
|
* Enhanced logging, option to auto-start missionPiotr Dziwinski2013-06-161-0/+3
| | | | | | | | | * added logging of application events * changed debug mode flag to independent debug modes * added option to auto-start mission (load a mission immediately after startup) * removed "enum value out of range" prints * some refactoring
* Fixed code formattingPiotr Dziwinski2013-05-271-0/+1
| | | | | | * moved braces to new lines * fixed some function/variable names * fixed whitespace issues
* Improved log levelskrzys-h2013-04-011-1/+1
|
* Fixed graphics objects after resetPiotr Dziwinski2013-03-311-0/+12
| | | | Should fix #120 and perhaps some other bugs as well
* CInstanceManager refactoringPiotr DziwiƄski2013-02-171-1/+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-23/+1
|
* CMakeLists enhancementsPiotr Dziwinski2013-01-081-2/+2
| | | | | | | - compiler detection (clang and gcc version check) - compile flags only for src/ subdir - system and local include paths - fix for clang compilation
* Engine optimization - rewritten model managementPiotr Dziwinski2012-12-261-0/+213
- new class CModelManager - rewritten engine object structure in CEngine - created shared model data instead of separate objects per each model instance - minor refactoring