summaryrefslogtreecommitdiffstats
path: root/test/unit/ui/stubs/engine_stub.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Better light sortingPiotr Dziwinski2013-02-251-0/+17
| | | | Should fix lighting issue (#62)
* CInstanceManager refactoringPiotr DziwiƄski2013-02-171-4/+12
| | | | | | | | | * 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
* Refactoring in tests infrastructurePiotr Dziwinski2013-02-031-0/+79
* 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