# # ChangeLog for code/branches/core7/src/libraries/core/module/PluginManager.cc # # Generated by Trac 1.0.9 # Apr 27, 2024, 1:09:56 PM Sat, 12 Sep 2015 14:10:02 GMT landauf [10580] * code/branches/core7/src/libraries/core/CorePrereqs.h (modified) * code/branches/core7/src/libraries/core/module/CMakeLists.txt (modified) * code/branches/core7/src/libraries/core/module/PluginManager.cc (modified) * code/branches/core7/src/libraries/core/module/PluginManager.h (modified) * code/branches/core7/src/libraries/core/module/PluginReference.cc (added) * code/branches/core7/src/libraries/core/module/PluginReference.h (added) * code/branches/core7/src/orxonox/Level.cc (modified) * code/branches/core7/src/orxonox/Level.h (modified) it's now possible to define required plugins in the level definition ... Thu, 27 Aug 2015 21:05:18 GMT landauf [10552] * code/branches/core7/src/libraries/core/Core.cc (modified) * code/branches/core7/src/libraries/core/Core.h (modified) * code/branches/core7/src/libraries/core/CorePrereqs.h (modified) * code/branches/core7/src/libraries/core/module/CMakeLists.txt (modified) * code/branches/core7/src/libraries/core/module/Plugin.cc (added) * code/branches/core7/src/libraries/core/module/Plugin.h (added) * code/branches/core7/src/libraries/core/module/PluginManager.cc (added) * code/branches/core7/src/libraries/core/module/PluginManager.h (added) added PluginManager to load/unload plugins at runtime