# # ChangeLog for code/branches/core7/src/libraries/core/CoreConfig.h # # Generated by Trac 1.0.9 # May 2, 2024, 1:48:24 PM Mon, 25 May 2015 19:01:33 GMT landauf [10480] * code/branches/core7/src/libraries/core/Core.cc (modified) * code/branches/core7/src/libraries/core/CoreConfig.cc (modified) * code/branches/core7/src/libraries/core/CoreConfig.h (modified) * code/branches/core7/src/libraries/core/Language.cc (modified) * code/branches/core7/src/libraries/core/Language.h (modified) removed dependency of Language on CoreConfig. Mon, 25 May 2015 17:20:21 GMT landauf [10479] * code/branches/core7/src/libraries/core/CMakeLists.txt (modified) * code/branches/core7/src/libraries/core/Core.cc (modified) * code/branches/core7/src/libraries/core/Core.h (modified) * code/branches/core7/src/libraries/core/CoreConfig.cc (added) * code/branches/core7/src/libraries/core/CoreConfig.h (added) * code/branches/core7/src/libraries/core/CorePrereqs.h (modified) * code/branches/core7/src/libraries/core/GUIManager.cc (modified) * code/branches/core7/src/libraries/core/Game.cc (modified) * code/branches/core7/src/libraries/core/Game.h (modified) * code/branches/core7/src/libraries/core/GameConfig.cc (added) * code/branches/core7/src/libraries/core/GameConfig.h (added) * code/branches/core7/src/libraries/core/GraphicsManager.cc (modified) * code/branches/core7/src/libraries/core/Language.cc (modified) * code/branches/core7/src/libraries/core/Language.h (modified) * code/branches/core7/src/libraries/core/class/IdentifierManager.cc (modified) * code/branches/core7/src/libraries/core/command/Shell.h (modified) * code/branches/core7/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/core7/src/orxonox/gametypes/Gametype.cc (modified) moved config values and all related functions from Game and Core to ...