summaryrefslogtreecommitdiffstats
path: root/test/unit/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Fix test compilationPiotr Dziwinski2014-06-241-0/+1
|
* Fixed tests compilationPiotr Dziwinski2014-01-181-0/+1
|
* Add a PLATFORM_GNU global variable matching all GNU systems such as Debian's ↵Didier Raboud2013-11-271-0/+2
| | | | Linux, kFreeBSD and Hurd
* Consolidate SYSTEM_CPP_MODULE in the main CMakeLists.txtDidier 'OdyX' Raboud2013-11-201-9/+1
|
* Add libintl library to the unit tests on Mac OSXDidier 'OdyX' Raboud2013-10-261-1/+2
|
* MacOSX: Add initial support in CMake build infraDidier 'OdyX' Raboud2013-10-241-0/+2
|
* Fixed test binaries locationPiotr Dziwinski2013-06-291-1/+1
|
* Fix for tests compilationPiotr Dziwinski2013-06-241-0/+2
|
* Some further changes in CMakeListsPiotr Dziwinski2013-06-241-9/+9
| | | | | | * removed DEV_BUILD autodetection (could be confusing) * ignore desktop subdirectory on Windows * some refactoring
* Enhanced logging, option to auto-start missionPiotr Dziwinski2013-06-161-1/+1
| | | | | | | | | * added logging of application events * changed debug mode flag to independent debug modes * added option to auto-start mission (load a mission immediately after startup) * removed "enum value out of range" prints * some refactoring
* Refactored sound codePiotr Dziwinski2013-05-271-0/+1
| | | | | * fixed formatting and naming to be uniform with rest of code * moved default implementation of CSound to cpp module
* Added check and warning about non-power-of-2 texturesPiotr Dziwinski2013-05-111-0/+1
|
* Fixed deleting of CObjectManagerPiotr Dziwinski2013-05-111-1/+1
| | | | | * fix in CApplication destructor * re-enabled unit tests
* 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