# # ChangeLog for code/branches/core5/src/orxonox/sound/AmbientSound.cc # # Generated by Trac 1.0.9 # May 23, 2024, 6:38:49 PM Tue, 06 Oct 2009 21:12:01 GMT rgrieder [5896] * code/branches/core5/data/levels/presentation_pong.oxw (modified) * code/branches/core5/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/core5/src/orxonox/controllers/HumanController.cc (modified) * code/branches/core5/src/orxonox/controllers/HumanController.h (modified) * code/branches/core5/src/orxonox/gamestates/GSMainMenu.cc (modified) * code/branches/core5/src/orxonox/gamestates/GSMainMenu.h (modified) * code/branches/core5/src/orxonox/sound/AmbientSound.cc (copied) * code/branches/core5/src/orxonox/sound/AmbientSound.h (copied) * code/branches/core5/src/orxonox/sound/BaseSound.cc (moved) * code/branches/core5/src/orxonox/sound/BaseSound.h (moved) * code/branches/core5/src/orxonox/sound/CMakeLists.txt (modified) * code/branches/core5/src/orxonox/sound/SoundManager.cc (modified) * code/branches/core5/src/orxonox/sound/SoundManager.h (modified) * code/branches/core5/src/orxonox/sound/WorldSound.cc (copied) * code/branches/core5/src/orxonox/sound/WorldSound.h (copied) Added some basic sound classes: WorldSound (to be used for 3D sound, ... Tue, 29 Sep 2009 22:00:16 GMT rgrieder [5836] * code/branches/core5/src/libraries/core/CMakeLists.txt (modified) * code/branches/core5/src/libraries/core/CommandLine.cc (modified) * code/branches/core5/src/libraries/core/ConfigFileManager.cc (modified) * code/branches/core5/src/libraries/core/Core.cc (modified) * code/branches/core5/src/libraries/core/Core.h (modified) * code/branches/core5/src/libraries/core/CorePrereqs.h (modified) * code/branches/core5/src/libraries/core/GUIManager.cc (modified) * code/branches/core5/src/libraries/core/GraphicsManager.cc (modified) * code/branches/core5/src/libraries/core/Language.cc (modified) * code/branches/core5/src/libraries/core/LuaState.cc (modified) * code/branches/core5/src/libraries/core/PathConfig.cc (copied) * code/branches/core5/src/libraries/core/PathConfig.h (copied) * code/branches/core5/src/libraries/core/TclBind.cc (modified) * code/branches/core5/src/libraries/tools/ResourceLocation.cc (modified) * code/branches/core5/src/modules/gamestates/GSGraphics.cc (modified) * code/branches/core5/src/modules/gamestates/GSLevel.cc (modified) * code/branches/core5/src/orxonox/Level.cc (modified) * code/branches/core5/src/orxonox/LevelManager.cc (modified) * code/branches/core5/src/orxonox/sound/SoundBase.cc (modified) Extracted path related parts of Core into a new PathConfig class. ...