summaryrefslogtreecommitdiffstats
path: root/src/common/test
Commit message (Collapse)AuthorAgeFilesLines
* Put common CXX flags in common variablesDidier Raboud2012-12-191-1/+2
| | | | | CMAKE_CXX_FLAGS is taken into account in all builds; build-type-specific flags are appended to it.
* Don't enforce CMake build type on users.Didier Raboud2012-12-191-1/+3
| | | | Only set CMAKE_BUILD_TYPE to Debug when no value is provided.
* Split gtest and gmock, fixed using system packagesPiotr Dziwinski2012-12-161-1/+1
| | | | | | - split the bundled gtest and gmock libraries - allowed the use of system gmock - refactoring in CMakeLists
* Commented out profile_testMichał Zieliński2012-10-051-3/+3
|
* Small fix in profile + profile_test rewritten to gtest.Zaba9992012-09-283-39/+46
|
* Image pixel read/writePiotr Dziwinski2012-09-132-0/+25
|
* * New CPluginManager class for managing plugins based on colobot.inierihel2012-08-123-1/+16
| | | | | * Moved sound plugin into sound dir * Minor changes in logger and profile
* * changed 0, NULL to nullptrerihel2012-08-093-2/+51
| | | | | | | * changed profile.cpp to use SimpleIni to load config files * added new CProfile singleton class for loading config * added SimpleIni to lib/ dir * added config loading tests
* Multitexturing supportPiotr Dziwinski2012-07-042-0/+40
- added CImage class for loading/saving images and a simple test for it - added libpng library to build - added Gfx::Texture struct - updated the Gfx::CDevice interface to include new features - implemented the new features in Gfx::CGLDevice