summaryrefslogtreecommitdiffstats
path: root/src/graphics/common/modelfile.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Change of paths in src/graphicsPiotr Dziwinski2012-07-261-841/+0
| | | | | - moved abstract core to src/graphics/core - moved proper graphics engine to src/graphics/engine
* Fix in model loading; simple model viewerPiotr Dziwinski2012-07-151-6/+32
| | | | | | | | | - fixed model loading code - added simple model viewer (model_test) in src/graphics/opengl/test - added system time stamp code - split the code in app/system modules to separate headers - added debug messages in model loading - minor fixes in OpenGL engine
* Rewritten model loadingPiotr Dziwinski2012-07-111-0/+815
- written new implementation of CModelFile (old CModFile) - added stringutils and ioutils in src/common - removed old CModel (model viewer)