summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'dev' into dev-physfskrzys-h2014-10-1426-30/+468
|\ | | | | | | | | Conflicts: data
| * Changed all occurences of PPC in the code to TerranovaTeamkrzys-h2014-10-1426-30/+468
| |
* | Fixes in unit testsPiotr Dziwinski2014-10-072-2/+2
|/
* CProfile refactoringPiotr Dziwinski2014-08-121-6/+6
|
* Better CMake organization and unit test cleanupsPiotr Dziwinski2014-08-1212-861/+43
| | | | | | | * created a static library containing most source modules to avoid compiling source modules twice in code and unit tests * moved profile_test to main unit tests executable * removed image_test and edit_test as not really useful
* Remove unused accessors from CDevicePiotr Dziwinski2014-08-121-17/+0
|
* Fix test compilationPiotr Dziwinski2014-06-262-4/+4
|
* Fixed testskrzys-h2014-06-261-7/+13
|
* Fix test compilationPiotr Dziwinski2014-06-241-0/+2
|
* Fix test compilationPiotr Dziwinski2014-06-245-14/+6
|
* Fixed tests compilationPiotr Dziwinski2014-01-181-0/+1
|
* Fix problem with gtest and pthread on some systemsPiotr Dziwinski2013-12-201-1/+1
|
* Some further refactoring and test correctionsPiotr Dziwinski2013-12-203-5/+16
|
* Add a PLATFORM_GNU global variable matching all GNU systems such as Debian's ↵Didier Raboud2013-11-272-2/+2
| | | | Linux, kFreeBSD and Hurd
* Merge pull request #250 from OdyX/dev-platform-enhancements-and-installersPiotr Dziwiński2013-11-223-22/+6
|\ | | | | MacOSX and Windows platform enhancements and installers
| * Consolidate SYSTEM_CPP_MODULE in the main CMakeLists.txtDidier 'OdyX' Raboud2013-11-203-22/+6
| |
* | Run image_testDidier Raboud2013-11-181-0/+2
| |
* | Re-enable profile_test testDidier Raboud2013-11-181-3/+6
| |
* | Initialise CSystemUtils' singleton in the three light, transform and model testsDidier Raboud2013-11-184-2/+11
|/ | | | Also fix README
* 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-242-0/+5
|
* Fixed test binaries locationPiotr Dziwinski2013-06-292-2/+2
|
* Fix for tests compilationPiotr Dziwinski2013-06-241-0/+2
|
* Some further changes in CMakeListsPiotr Dziwinski2013-06-243-13/+13
| | | | | | * removed DEV_BUILD autodetection (could be confusing) * ignore desktop subdirectory on Windows * some refactoring
* Changes in build organizationPiotr Dziwinski2013-06-228-73/+248
| | | | | | | | * targets are now created in top-level build directory * more things are now configured through CMake options * changed debug build detection from NDEBUG to DEV_BUILD * moved po and desktop directories * moved last unit test out of src directory
* Added debug aids for lightingPiotr Dziwinski2013-06-172-0/+5
| | | | | | * displaying positions of current lights (F11) * dumping info to console (F10) * added assert() in suspicious place in CPyro
* Enhanced logging, option to auto-start missionPiotr Dziwinski2013-06-162-2/+2
| | | | | | | | | * 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
* Fixed app_stubPiotr Dziwinski2013-05-271-3/+3
|
* Added check and warning about non-power-of-2 texturesPiotr Dziwinski2013-05-112-0/+56
|
* Fixed deleting of CObjectManagerPiotr Dziwinski2013-05-111-1/+1
| | | | | * fix in CApplication destructor * re-enabled unit tests
* Fixed testskrzys-h2013-05-042-2/+2
|
* 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-272-2/+2
|
* Commented out edit_testkrzys-h2013-04-271-1/+1
| | | | because Travis is still failing
* * Changed order of libs in cmake for clipboarderihel2013-04-202-4/+4
|
* * Minor changes to cmake fileserihel2013-04-121-1/+1
|
* * Added clipboard support (issue #60)erihel2013-04-112-1/+9
| | | | * Fixed keyboard shortcuts while code editing in game
* Tests AGAIN!krzys-h2013-03-311-0/+1
|
* * 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
|