summaryrefslogtreecommitdiffstats
path: root/src/graphics/engine/modelfile.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fixed linking convert_model (#332)krzys-h2014-10-251-3/+35
|
* 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-3/+3
| |
* | Added Exist() to resource manager, updated modelKrzysztof Dermont2014-06-221-6/+8
|/
* Enhanced logging, option to auto-start missionPiotr Dziwinski2013-06-161-34/+45
| | | | | | | | | * 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
* CInstanceManager refactoringPiotr DziwiƄski2013-02-171-1/+0
| | | | | | | | | * 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-56/+90
|
* Engine optimization - rewritten model managementPiotr Dziwinski2012-12-261-135/+1
| | | | | | | | - new class CModelManager - rewritten engine object structure in CEngine - created shared model data instead of separate objects per each model instance - minor refactoring
* Static objects using OpenGL VBOs and display listsPiotr Dziwinski2012-12-141-2/+8
|
* Transparent plant texturesPiotr Dziwinski2012-10-201-3/+4
|
* Namespace and styling fixPiotr Dziwinski2012-09-191-66/+75
|
* Fixed old model format bugsPiotr Dziwinski2012-09-091-1/+5
|
* CModelFile fixes; test frameworkPiotr Dziwinski2012-09-081-139/+173
| | | | | | - fixes in CModelFile IO - added Google Test framework for automatic testing - rewrote modelfile_test in the new framework
* FixPiotr Dziwinski2012-09-031-2/+6
|
* FixPiotr Dziwinski2012-08-311-12/+0
|
* New model file formatPiotr Dziwinski2012-08-311-311/+726
| | | | | | | - 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-22/+22
| | | | | - rewrote the render functions for CEngine, CCloud and CWater - added documentation
* Switched to new style castsPiotr Dziwinski2012-07-301-8/+8
| | | | | | - rewrote old C-style casts to new ..._cast<> - corrected some dangerous casts - added -Wold-style-cast to compile flags
* Change of paths in src/graphicsPiotr Dziwinski2012-07-261-0/+841
- moved abstract core to src/graphics/core - moved proper graphics engine to src/graphics/engine