summaryrefslogtreecommitdiffstats
path: root/src/plugins/test
Commit message (Collapse)AuthorAgeFilesLines
* Put common CXX flags in common variablesDidier Raboud2012-12-191-1/+2
| | | | | 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
* * Final changes to plugin interfaceerihel2012-08-121-0/+7
| | | | * Added doxygen comments to plugin manager and plugin loader
* * New CPluginManager class for managing plugins based on colobot.inierihel2012-08-124-42/+31
| | | | | * Moved sound plugin into sound dir * Minor changes in logger and profile
* * changed 0, NULL to nullptrerihel2012-08-091-2/+1
| | | | | | | * 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-092-3/+3
|
* * Chaned plugin interfaceerihel2012-07-192-0/+51
* Added plugin class for plugin loading * Added plugin loading test