summaryrefslogtreecommitdiffstats
path: root/src/graphics/engine/test
Commit message (Collapse)AuthorAgeFilesLines
* Engine optimization - rewritten model managementPiotr Dziwinski2012-12-262-9/+4
| | | | | | | | - new class CModelManager - rewritten engine object structure in CEngine - created shared model data instead of separate objects per each model instance - minor refactoring
* CModelFile fixes; test frameworkPiotr Dziwinski2012-09-082-43/+287
| | | | | | - fixes in CModelFile IO - added Google Test framework for automatic testing - rewrote modelfile_test in the new framework
* Change of paths in src/graphicsPiotr Dziwinski2012-07-262-0/+55
- moved abstract core to src/graphics/core - moved proper graphics engine to src/graphics/engine