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