summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Split gtest and gmock, fixed using system packagesPiotr Dziwinski2012-12-1631-430/+435
| | | | | | - split the bundled gtest and gmock libraries - allowed the use of system gmock - refactoring in CMakeLists
* Added saving user scripts on game save. Fixed bug in writing script to file.Zaba9992012-10-1126-0/+16397
|
* Profile rewritten to boost. Read/write to ini should work.Zaba9992012-09-2720-6932/+0
| | | | Load/Save should work.
* * Removed some warningserihel2012-09-221-9/+9
|
* warnings fight in progress.Zaba9992012-09-181-23/+23
|
* CModelFile fixes; test frameworkPiotr Dziwinski2012-09-0839-0/+30655
| | | | | | - fixes in CModelFile IO - added Google Test framework for automatic testing - rewrote modelfile_test in the new framework
* * changed 0, NULL to nullptrerihel2012-08-0920-0/+6932
* 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