summaryrefslogtreecommitdiffstats
path: root/src/ui/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/+2
| | | | | | - split the bundled gtest and gmock libraries - allowed the use of system gmock - refactoring in CMakeLists
* Saving scripts on game save should work. Added stub for particle.Zaba9992012-10-112-1/+292
|
* Added saving user scripts on game save. Fixed bug in writing script to file.Zaba9992012-10-117-0/+260