summaryrefslogtreecommitdiffstats
path: root/src/common/test/profile_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Small fix in profile + profile_test rewritten to gtest.Zaba9992012-09-281-29/+30
|
* * New CPluginManager class for managing plugins based on colobot.inierihel2012-08-121-0/+8
| | | | | * Moved sound plugin into sound dir * Minor changes in logger and profile
* * changed 0, NULL to nullptrerihel2012-08-091-0/+35
* 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