summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Collapse)AuthorAgeFilesLines
* * Final changes to plugin interfaceerihel2012-08-126-13/+142
| | | | * Added doxygen comments to plugin manager and plugin loader
* * New CPluginManager class for managing plugins based on colobot.inierihel2012-08-1215-1252/+201
| | | | | * Moved sound plugin into sound dir * Minor changes in logger and profile
* * changed 0, NULL to nullptrerihel2012-08-092-5/+4
| | | | | | | * 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-094-14/+14
|
* * Chaned plugin interfaceerihel2012-07-198-11/+224
| | | | | * Added plugin class for plugin loading * Added plugin loading test
* just some fixeserihel2012-07-042-5/+4
|
* * Added OpenAL sound pluginerihel2012-07-048-0/+1223
| | | | | Plugin needs some more work and tests. It doesn't support playing music yet as sound interface is propably going to change a bit.
* Enabled logging & minor fixesPiotr Dziwinski2012-07-041-5/+5
| | | | | | - added logger to main() - removed reference to Snd namespace and renamed back to sound.h - fixed minor issues
* * Added CLogger class for loggin info to console or fileerihel2012-07-041-0/+33
* Added CSoundInterface * Added basic plugin interface