summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* * Fixed and turned on edit_testerihel2013-03-292-24/+24
|
* OK, I give up.krzys-h2013-03-291-23/+23
|
* Nope, now fixed edit_test!krzys-h2013-03-291-1/+1
|
* Fixed edit_testkrzys-h2013-03-292-23/+28
|
* Tests are broken againkrzys-h2013-03-291-23/+23
|
* Fixed edit_testPiotr Dziwinski2013-03-274-24/+54
|
* BROWN-PAPER COMMIT: Drop the tests to have the thing buildDidier Raboud2013-03-273-23/+24
| | | | Someone understanding GMock / GTest needs to replace that commit (and the two parents) with a working setup
* Fixed timer functions on win32Piotr Dziwinski2013-03-2411-45/+496
| | | | | | | * 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-227-27/+58
| | | | | | * fixed SDL_main() and putenv() issues * disabled desktop subdir for MSYS * disabled building CBot_console for now
* Refactored platform-specific codePiotr Dziwinski2013-03-193-0/+84
| | | | Moved functions from .h to .cpp files
* * Fixed app stub in edit testerihel2013-03-172-0/+5
|
* * Fix for issue #140 (not compiling sound files while sound support is enabled)erihel2013-03-141-1/+27
|
* VBO override option; argv parsing using getoptPiotr Dziwinski2013-03-101-2/+2
| | | | | | * added -vbo option to override autodetection of OpenGL VBO extension * refactored argument parsing to use getopt() * fixed failing UTs
* Fixed stupid error, tweaked ambient light colorsPiotr Dziwinski2013-02-281-3/+4
| | | | | | * fixed stupid error in light manager * tweaked ambient light colors to 0.1 of diffuse; colors should not be oversaturated now
* Better light sortingPiotr Dziwinski2013-02-255-7/+443
| | | | Should fix lighting issue (#62)
* CInstanceManager refactoringPiotr DziwiƄski2013-02-1716-36/+54
| | | | | | | | | * 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
* Comment the test that fails, with a TODO.Didier Raboud2013-02-141-1/+2
|
* Refactoring in tests infrastructurePiotr Dziwinski2013-02-0386-0/+5077
* 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