summaryrefslogtreecommitdiffstats
path: root/test/cbot
Commit message (Collapse)AuthorAgeFilesLines
* Changed all occurences of PPC in the code to TerranovaTeamkrzys-h2014-10-148-15/+144
|
* Fixes for compiling on MSYSPiotr Dziwinski2013-03-221-1/+1
| | | | | | * fixed SDL_main() and putenv() issues * disabled desktop subdir for MSYS * disabled building CBot_console for now
* CInstanceManager refactoringPiotr DziwiƄski2013-02-172-7/+2
| | | | | | | | | * 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-0358-0/+2152
* 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