summaryrefslogtreecommitdiffstats
path: root/src/sound/plugins/oalsound/alsound.cpp
Commit message (Collapse)AuthorAgeFilesLines
* * Fixed audio problemserihel2012-09-221-31/+18
| | | | | | * Added colobot.ini to CApp in Create function * Fixes to plugin manager * Fixed CProfile segfault
* Whitespace fixPiotr Dziwinski2012-09-201-553/+553
|
* * Final changes to plugin interfaceerihel2012-08-121-4/+5
| | | | * Added doxygen comments to plugin manager and plugin loader
* * New CPluginManager class for managing plugins based on colobot.inierihel2012-08-121-0/+552
* Moved sound plugin into sound dir * Minor changes in logger and profile