# # ChangeLog for code/branches/sound4 # # Generated by Trac 1.0.9 # Sep 17, 2024, 2:02:21 AM Thu, 11 Mar 2010 14:12:37 GMT erwin [6504] * code/branches/sound4/src/orxonox/sound/AmbientSound.cc (modified) * code/branches/sound4/src/orxonox/sound/AmbientSound.h (modified) * code/branches/sound4/src/orxonox/sound/BaseSound.cc (modified) * code/branches/sound4/src/orxonox/sound/SoundManager.cc (modified) Commit before rebase, attempt to fix everything ;-) Sat, 06 Mar 2010 14:08:19 GMT erwin [6476] * code/branches/sound4/src/orxonox/sound/AmbientSound.cc (modified) * code/branches/sound4/src/orxonox/sound/AmbientSound.h (modified) * code/branches/sound4/src/orxonox/sound/SoundStreamer.cc (modified) Tried to hack ths sound streaming part in... sound doesn't work at ... Fri, 01 Jan 2010 17:43:54 GMT rgrieder [6435] * code/branches/sound4/src/orxonox/sound/AmbientSound.h (modified) * code/branches/sound4/src/orxonox/sound/BaseSound.cc (modified) * code/branches/sound4/src/orxonox/sound/BaseSound.h (modified) * code/branches/sound4/src/orxonox/sound/SoundBuffer.h (modified) * code/branches/sound4/src/orxonox/sound/SoundManager.cc (modified) * code/branches/sound4/src/orxonox/sound/SoundManager.h (modified) * code/branches/sound4/src/orxonox/sound/SoundPrereqs.h (copied) * code/branches/sound4/src/orxonox/sound/SoundStreamer.cc (modified) * code/branches/sound4/src/orxonox/sound/SoundStreamer.h (modified) * code/branches/sound4/src/orxonox/sound/WorldSound.h (modified) Moved getALErrorString function from SoundManager.h to newly created ... Fri, 01 Jan 2010 17:28:42 GMT rgrieder [6434] * code/branches/sound4 (copied) Sound streaming branch. Tue, 29 Dec 2009 21:30:19 GMT rgrieder [6432] * code/branches/gamestate/data/lua/LuaStateInit.lua (modified) * code/branches/gamestate/src/libraries/core/ArgumentCompletionFunctions.cc (modified) * code/branches/gamestate/src/libraries/core/ArgumentCompletionFunctions.h (modified) * code/branches/gamestate/src/libraries/core/ConfigFileManager.cc (modified) * code/branches/gamestate/src/libraries/core/ConfigFileManager.h (modified) * code/branches/gamestate/src/libraries/core/ConfigValueContainer.cc (modified) * code/branches/gamestate/src/libraries/core/ConfigValueContainer.h (modified) * code/branches/gamestate/src/libraries/core/ConfigValueIncludes.h (modified) * code/branches/gamestate/src/libraries/core/CorePrereqs.h (modified) * code/branches/gamestate/src/libraries/core/Identifier.cc (modified) * code/branches/gamestate/src/libraries/core/Identifier.h (modified) * code/branches/gamestate/src/libraries/core/Shell.cc (modified) * code/branches/gamestate/src/libraries/core/Shell.h (modified) * code/branches/gamestate/src/libraries/core/input/Button.cc (modified) * code/branches/gamestate/src/libraries/core/input/Button.h (modified) * code/branches/gamestate/src/libraries/core/input/JoyStick.cc (modified) * code/branches/gamestate/src/libraries/core/input/KeyBinder.cc (modified) * code/branches/gamestate/src/libraries/core/input/KeyBinder.h (modified) Changed the way config values associated with general settings ...