summaryrefslogtreecommitdiffstats
path: root/src/sound/plugins
Commit message (Collapse)AuthorAgeFilesLines
* removing plugins for gold version (for mxe cross compiling)erihel2012-12-2010-1282/+0
|
* Put common CXX flags in common variablesDidier Raboud2012-12-192-2/+4
| | | | | CMAKE_CXX_FLAGS is taken into account in all builds; build-type-specific flags are appended to it.
* Don't enforce CMake build type on users.Didier Raboud2012-12-191-1/+3
| | | | Only set CMAKE_BUILD_TYPE to Debug when no value is provided.
* Add FindLTDL cmake moduleDidier Raboud2012-12-141-1/+1
| | | | | | | As mentionned in FindLTDL.cmake, this is code that is hereby relicensed under GPLv3. closes #68
* Profile rewritten to boost. Read/write to ini should work.Zaba9992012-09-271-1/+0
| | | | Load/Save should work.
* Work in progress on opening files, and listing dirsZaba9992012-09-265-8/+8
| | | | | Fixed includes profile changed from SimpleIni to boost::ptree -> not finished yet
* * Fixed audio problemserihel2012-09-222-32/+18
| | | | | | * Added colobot.ini to CApp in Create function * Fixes to plugin manager * Fixed CProfile segfault
* Whitespace fixPiotr Dziwinski2012-09-202-648/+648
|
* * Final changes to plugin interfaceerihel2012-08-122-6/+7
| | | | * Added doxygen comments to plugin manager and plugin loader
* * New CPluginManager class for managing plugins based on colobot.inierihel2012-08-1210-0/+1292
* Moved sound plugin into sound dir * Minor changes in logger and profile