summaryrefslogtreecommitdiffstats
path: root/test/unit/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Fixed problem with test compilationerihel2013-04-291-0/+1
| | | | | | Altered test cmake files to fix linker problem. Changed tga to png in pyro. Changed enum in CMotionDummy.
* Sorry, I've meant colobot_ut!krzys-h2013-04-271-1/+1
|
* * Changed order of libs in cmake for clipboarderihel2013-04-201-1/+1
|
* * Minor changes to cmake fileserihel2013-04-121-1/+1
|
* * Added clipboard support (issue #60)erihel2013-04-111-0/+2
| | | | * Fixed keyboard shortcuts while code editing in game
* Tests AGAIN!krzys-h2013-03-311-0/+1
|
* Fixed timer functions on win32Piotr Dziwinski2013-03-241-7/+6
| | | | | | | * 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-221-13/+20
| | | | | | * 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/+22
| | | | Moved functions from .h to .cpp files
* * Fix for issue #140 (not compiling sound files while sound support is enabled)erihel2013-03-141-1/+27
|
* Better light sortingPiotr Dziwinski2013-02-251-7/+160
| | | | Should fix lighting issue (#62)
* Refactoring in tests infrastructurePiotr Dziwinski2013-02-031-0/+24
* 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