summaryrefslogtreecommitdiffstats
path: root/src/graphics/engine/test
Commit message (Collapse)AuthorAgeFilesLines
* Changes in build organizationPiotr Dziwinski2013-06-222-291/+0
| | | | | | | | * targets are now created in top-level build directory * more things are now configured through CMake options * changed debug build detection from NDEBUG to DEV_BUILD * moved po and desktop directories * moved last unit test out of src directory
* Fixed code formattingPiotr Dziwinski2013-05-272-0/+2
| | | | | | * moved braces to new lines * fixed some function/variable names * fixed whitespace issues
* Changed model min/max to LOD levelsPiotr Dziwinski2013-01-271-12/+5
|
* Merge dev and dev-graphicsPiotr Dziwinski2013-01-071-1/+0
|\
| * Small fix in detecting language. Fixes needed to compile code using clangMarcin Zawadzki2013-01-051-1/+0
| |
* | Merge branch 'dev' into dev-graphicsPiotr Dziwinski2013-01-041-3/+6
|\|
| * Put common CXX flags in common variablesDidier Raboud2012-12-191-1/+2
| | | | | | | | | | CMAKE_CXX_FLAGS is taken into account in all builds; build-type-specific flags are appended to it.
| * Don't enforce CMake build type on users.Didier Raboud2012-12-191-1/+3
| | | | | | | | Only set CMAKE_BUILD_TYPE to Debug when no value is provided.
| * Split gtest and gmock, fixed using system packagesPiotr Dziwinski2012-12-161-1/+1
| | | | | | | | | | | | - split the bundled gtest and gmock libraries - allowed the use of system gmock - refactoring in CMakeLists
* | 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