summaryrefslogtreecommitdiffstats
path: root/test/envs
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'dev' into dev-physfskrzys-h2014-10-144-0/+72
|\ | | | | | | | | Conflicts: data
| * Changed all occurences of PPC in the code to TerranovaTeamkrzys-h2014-10-144-0/+72
| |
* | Fixes in unit testsPiotr Dziwinski2014-10-071-1/+2
|/
* Fix test compilationPiotr Dziwinski2014-06-262-4/+4
|
* Fix test compilationPiotr Dziwinski2014-06-242-4/+4
|
* Merge pull request #250 from OdyX/dev-platform-enhancements-and-installersPiotr Dziwiński2013-11-221-9/+4
|\ | | | | MacOSX and Windows platform enhancements and installers
| * Consolidate SYSTEM_CPP_MODULE in the main CMakeLists.txtDidier 'OdyX' Raboud2013-11-201-9/+4
| |
* | Initialise CSystemUtils' singleton in the three light, transform and model testsDidier Raboud2013-11-184-2/+11
|/ | | | Also fix README
* Some further changes in CMakeListsPiotr Dziwinski2013-06-241-2/+2
| | | | | | * removed DEV_BUILD autodetection (could be confusing) * ignore desktop subdirectory on Windows * some refactoring
* Added debug aids for lightingPiotr Dziwinski2013-06-171-0/+4
| | | | | | * displaying positions of current lights (F11) * dumping info to console (F10) * added assert() in suspicious place in CPyro
* Fixed timer functions on win32Piotr Dziwinski2013-03-244-29/+29
| | | | | | | * 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
* Fixes for compiling on MSYSPiotr Dziwinski2013-03-224-12/+36
| | | | | | * fixed SDL_main() and putenv() issues * disabled desktop subdir for MSYS * disabled building CBot_console for now
* 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