summaryrefslogtreecommitdiffstats
path: root/src/graphics/engine/modelfile.h
Commit message (Collapse)AuthorAgeFilesLines
* Enhanced logging, option to auto-start missionPiotr Dziwinski2013-06-161-0/+4
| | | | | | | | | * 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
* Changed model min/max to LOD levelsPiotr Dziwinski2013-01-271-10/+25
|
* Engine optimization - rewritten model managementPiotr Dziwinski2012-12-261-21/+6
| | | | | | | | - new class CModelManager - rewritten engine object structure in CEngine - created shared model data instead of separate objects per each model instance - minor refactoring
* Namespace and styling fixPiotr Dziwinski2012-09-191-8/+13
|
* New model file formatPiotr Dziwinski2012-08-311-19/+43
| | | | | | | - added new binary and text formats for models - fixes and improvements in CModelFile - tool for converting model files - minor additions and fixes
* Documentation updatePiotr Dziwinski2012-08-111-1/+4
| | | | | | - updated Doxyfile - added/changed file, dir and namespace descriptions - fixed some errors in doxygen tags
* Change of paths in src/graphicsPiotr Dziwinski2012-07-261-0/+120
- moved abstract core to src/graphics/core - moved proper graphics engine to src/graphics/engine