# # ChangeLog for code/branches/objecthierarchy/src/core/ConfigFileManager.cc # # Generated by Trac 1.0.9 # Jun 3, 2024, 5:28:47 AM Sat, 01 Nov 2008 23:09:55 GMT rgrieder [2101] * code/branches/objecthierarchy/bin/def_keybindings.ini (modified) * code/branches/objecthierarchy/bin/def_masterKeybindings.ini (added) * code/branches/objecthierarchy/init/common/def_keybindings.ini (modified) * code/branches/objecthierarchy/init/common/def_masterKeybindings.ini (added) * code/branches/objecthierarchy/src/audio/AudioBuffer.cc (modified) * code/branches/objecthierarchy/src/audio/AudioBuffer.h (modified) * code/branches/objecthierarchy/src/core/CommandLine.cc (modified) * code/branches/objecthierarchy/src/core/CommandLine.h (modified) * code/branches/objecthierarchy/src/core/ConfigFileManager.cc (modified) * code/branches/objecthierarchy/src/core/ConfigFileManager.h (modified) * code/branches/objecthierarchy/src/core/ConfigValueIncludes.h (modified) * code/branches/objecthierarchy/src/core/CoreIncludes.h (modified) * code/branches/objecthierarchy/src/core/Identifier.h (modified) * code/branches/objecthierarchy/src/core/Language.cc (modified) * code/branches/objecthierarchy/src/core/Language.h (modified) * code/branches/objecthierarchy/src/core/RootGameState.cc (modified) * code/branches/objecthierarchy/src/core/RootGameState.h (modified) * code/branches/objecthierarchy/src/core/input/Button.cc (modified) * code/branches/objecthierarchy/src/core/input/Button.h (modified) * code/branches/objecthierarchy/src/core/input/InputManager.cc (modified) * code/branches/objecthierarchy/src/core/input/KeyBinder.cc (modified) * code/branches/objecthierarchy/src/core/input/KeyBinder.h (modified) * code/branches/objecthierarchy/src/orxonox/Main.cc (modified) * code/branches/objecthierarchy/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/objecthierarchy/src/orxonox/gamestates/GSGraphics.h (modified) * code/branches/objecthierarchy/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/objecthierarchy/src/orxonox/gamestates/GSLevel.h (modified) * code/branches/objecthierarchy/src/util/Exception.cc (modified) * code/branches/objecthierarchy/src/util/Exception.h (modified) * code/branches/objecthierarchy/src/util/SignalHandler.cc (modified) * code/branches/objecthierarchy/src/util/SignalHandler.h (modified) Finally managed to have a master InputState which enables: - Console ... Sun, 12 Oct 2008 23:08:03 GMT landauf [1912] * code/branches/objecthierarchy (copied) created branch to work on the new object-hierarchy Sun, 05 Oct 2008 23:05:07 GMT landauf [1889] * code/trunk/CMakeLists.txt (modified) * code/trunk/cmake/FindDirectX.cmake (modified) * code/trunk/src/core/ConfigFileManager.cc (modified) * code/trunk/src/core/Executor.h (modified) * code/trunk/src/core/Functor.h (modified) * code/trunk/src/core/Namespace.cc (modified) * code/trunk/src/core/NamespaceNode.cc (modified) * code/trunk/src/core/Script.cc (modified) * code/trunk/src/core/Script.h (modified) * code/trunk/src/core/XMLPort.h (modified) * code/trunk/src/orxonox/objects/WorldEntity.cc (modified) * code/trunk/src/util/Convert.h (modified) * code/trunk/src/util/String.cc (modified) * code/trunk/src/util/String.h (modified) unsigned int -> size_t for std::string related functions I hope this ...