summaryrefslogtreecommitdiffstats
path: root/test/envs
Commit message (Collapse)AuthorAgeFilesLines
* Refactored platform-specific codePiotr Dziwinski2013-03-191-0/+11
| | | | Moved functions from .h to .cpp files
* CInstanceManager refactoringPiotr DziwiƄski2013-02-175-9/+20
| | | | | | | | | * 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-039-0/+1444
* 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