summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* 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