summaryrefslogtreecommitdiffstats
path: root/src/plugins/plugininterface.h
Commit message (Collapse)AuthorAgeFilesLines
* Doxygen/comment fixes and some #include refactoringPiotr Dziwinski2012-10-171-15/+15
|
* * Fixed audio problemserihel2012-09-221-4/+4
| | | | | | * Added colobot.ini to CApp in Create function * Fixes to plugin manager * Fixed CProfile segfault
* Successful compilation & runningPiotr Dziwinski2012-09-151-4/+4
| | | | | | | - temporarily mocked CSoundInterface and CPluginInterface - added CRobotMain to application - successfully compiles & runs, but doesn't display correctly at the moment
* * Final changes to plugin interfaceerihel2012-08-121-3/+31
| | | | * Added doxygen comments to plugin manager and plugin loader
* * Chaned plugin interfaceerihel2012-07-191-0/+37
* Added plugin class for plugin loading * Added plugin loading test