summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Fixed stupid error, tweaked ambient light colorsPiotr Dziwinski2013-02-281-3/+4
| | | | | | * fixed stupid error in light manager * tweaked ambient light colors to 0.1 of diffuse; colors should not be oversaturated now
* Better light sortingPiotr Dziwinski2013-02-255-7/+443
| | | | Should fix lighting issue (#62)
* CInstanceManager refactoringPiotr DziwiƄski2013-02-1716-36/+54
| | | | | | | | | * removed classes managed by CInstanceManager except for CObject, CPyro, CBrain and CPhysics because of dependencies * refactored instance searching to use existing singleton instances of CApplication, CEngine and CRobotMain and calling their getter functions
* Comment the test that fails, with a TODO.Didier Raboud2013-02-141-1/+2
|
* Refactoring in tests infrastructurePiotr Dziwinski2013-02-0386-0/+5077
* 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