summaryrefslogtreecommitdiffstats
path: root/src/plugins/test
Commit message (Collapse)AuthorAgeFilesLines
* * Final changes to plugin interfaceerihel2012-08-121-0/+7
| | | | * Added doxygen comments to plugin manager and plugin loader
* * New CPluginManager class for managing plugins based on colobot.inierihel2012-08-124-42/+31
| | | | | * Moved sound plugin into sound dir * Minor changes in logger and profile
* * changed 0, NULL to nullptrerihel2012-08-091-2/+1
| | | | | | | * 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
* Changes after mergeerihel2012-08-092-3/+3
|
* * Chaned plugin interfaceerihel2012-07-192-0/+51
* Added plugin class for plugin loading * Added plugin loading test