# # ChangeLog for code/branches/objecthierarchy/src/audio # # Generated by Trac 1.0.9 # Nov 2, 2024, 3:38:50 PM Sun, 02 Nov 2008 11:56:11 GMT rgrieder [2113] * code/branches/objecthierarchy/src/audio/AudioBuffer.cc (modified) * code/branches/objecthierarchy/src/audio/AudioBuffer.h (modified) * code/branches/objecthierarchy/src/audio/AudioManager.cc (modified) * code/branches/objecthierarchy/src/audio/AudioManager.h (modified) * code/branches/objecthierarchy/src/audio/AudioPrereqs.h (modified) * code/branches/objecthierarchy/src/audio/AudioSource.cc (modified) * code/branches/objecthierarchy/src/audio/AudioSource.h (modified) * code/branches/objecthierarchy/src/audio/AudioStream.cc (modified) * code/branches/objecthierarchy/src/audio/AudioStream.h (modified) Test: replacing namespace audio with namespace orxonox. 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 Mon, 15 Sep 2008 08:54:25 GMT rgrieder [1784] * code/trunk/src/audio/AudioBuffer.cc (modified) * code/trunk/src/audio/AudioBuffer.h (modified) * code/trunk/src/audio/AudioIncludes.h (modified) * code/trunk/src/audio/AudioManager.cc (modified) * code/trunk/src/audio/AudioManager.h (modified) * code/trunk/src/audio/AudioSource.cc (modified) * code/trunk/src/audio/AudioSource.h (modified) * code/trunk/src/audio/AudioStream.cc (modified) * code/trunk/src/audio/AudioStream.h (modified) * code/trunk/src/core/ArgumentCompletionListElement.h (modified) * code/trunk/src/core/CommandExecutor.cc (modified) * code/trunk/src/core/ConfigFileManager.cc (modified) * code/trunk/src/core/ConfigFileManager.h (modified) * code/trunk/src/core/ConfigValueContainer.cc (modified) * code/trunk/src/core/Functor.h (modified) * code/trunk/src/core/IRC.cc (modified) * code/trunk/src/core/TclThreadManager.cc (modified) * code/trunk/src/orxonox/Settings.h (modified) * code/trunk/src/orxonox/gui/OgreCEGUIRenderer.h (modified) * code/trunk/src/orxonox/gui/OgreCEGUIResourceProvider.h (modified) * code/trunk/src/orxonox/gui/OgreCEGUITexture.h (modified) * code/trunk/src/orxonox/objects/Ambient.cc (modified) * code/trunk/src/orxonox/objects/Camera.cc (modified) * code/trunk/src/orxonox/objects/SpaceShipAI.cc (modified) * code/trunk/src/orxonox/objects/SpaceShipAI.h (modified) * code/trunk/src/orxonox/overlays/OverlayText.cc (modified) * code/trunk/src/orxonox/overlays/console/InGameConsole.cc (modified) * code/trunk/src/util/CRC32.h (modified) * code/trunk/src/util/OutputBuffer.cc (modified) * code/trunk/src/util/SubString.h (modified) - removed obsolete Convert.h includes (possibly from old XML loading) ...