summaryrefslogtreecommitdiffstats
path: root/src/graphics/opengl/test/README.txt
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring in tests infrastructurePiotr Dziwinski2013-02-031-9/+0
| | | | | | | * all tests are now in /test/ subdirectory * unit tests concatenated to one executable (TODO: ui, common) * preparation for test environments (OpenGL and others) * removed old TestCBot
* Dynamic light managerPiotr Dziwinski2012-07-261-0/+1
| | | | - rewrote old CLight as CLightManager
* Fixed OpenGL transformationsPiotr Dziwinski2012-07-181-0/+1
| | | | | - fixed wrong order of transformations - added transform_test
* Fix in model loading; simple model viewerPiotr Dziwinski2012-07-151-0/+7
- 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