summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* gitignore updatePiotr Dziwinski2013-06-221-0/+1
| | | | | * git should now ignore all generated files when building without separate build directory
* * Added clipboard support (issue #60)erihel2013-04-1110-0/+1957
| | | | * Fixed keyboard shortcuts while code editing in game
* CMakeLists enhancementsPiotr Dziwinski2013-01-081-0/+2
| | | | | | | - compiler detection (clang and gcc version check) - compile flags only for src/ subdir - system and local include paths - fix for clang compilation
* 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