summaryrefslogtreecommitdiffstats
path: root/src/plugins/pluginmanager.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Doxygen/comment fixes and some #include refactoringPiotr Dziwinski2012-10-171-3/+1
|
* Further work on saving profile and directory listing.Zaba9992012-10-021-2/+2
|
* * Fixed audio problemserihel2012-09-221-0/+2
| | | | | | * Added colobot.ini to CApp in Create function * Fixes to plugin manager * Fixed CProfile segfault
* * Final changes to plugin interfaceerihel2012-08-121-6/+16
| | | | * Added doxygen comments to plugin manager and plugin loader
* * New CPluginManager class for managing plugins based on colobot.inierihel2012-08-121-0/+122
* Moved sound plugin into sound dir * Minor changes in logger and profile