summaryrefslogtreecommitdiffstats
path: root/test/unit/ui/stubs
Commit message (Collapse)AuthorAgeFilesLines
* Fixed edit_testPiotr Dziwinski2013-03-271-0/+8
|
* Fixed timer functions on win32Piotr Dziwinski2013-03-241-0/+5
| | | | | | | * changed win32 implementation to QueryPerformaceTimer system function * refactored system utils code * proper tests for time utils and update event creation in application * should fix issue #134
* * Fixed app stub in edit testerihel2013-03-171-0/+4
|
* Better light sortingPiotr Dziwinski2013-02-251-0/+17
| | | | Should fix lighting issue (#62)
* CInstanceManager refactoringPiotr DziwiƄski2013-02-174-7/+27
| | | | | | | | | * 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-035-0/+339
* 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