summaryrefslogtreecommitdiffstats
path: root/src/graphics/engine/modelfile.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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