# # ChangeLog for code/branches/pch/src/orxonox/sound/SoundManager.cc # # Generated by Trac 1.0.9 # Jun 7, 2024, 5:40:25 AM Mon, 15 Jun 2009 21:45:29 GMT rgrieder [3184] * code/branches/pch/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/pch/src/orxonox/gamestates/GSGraphics.h (modified) * code/branches/pch/src/orxonox/sound/SoundBase.cc (modified) * code/branches/pch/src/orxonox/sound/SoundBase.h (modified) * code/branches/pch/src/orxonox/sound/SoundManager.cc (modified) * code/branches/pch/src/orxonox/sound/SoundManager.h (modified) Converted SoundManager into a more suitable singleton. Tue, 09 Jun 2009 20:06:57 GMT rgrieder [3133] * code/branches/pch/src/orxonox/sound/SoundBase.cc (modified) * code/branches/pch/src/orxonox/sound/SoundBase.h (modified) * code/branches/pch/src/orxonox/sound/SoundMainMenu.cc (modified) * code/branches/pch/src/orxonox/sound/SoundMainMenu.h (modified) * code/branches/pch/src/orxonox/sound/SoundManager.cc (modified) * code/branches/pch/src/orxonox/sound/SoundManager.h (modified) Reduced header file dependencies in the sound classes. Wed, 03 Jun 2009 17:20:36 GMT rgrieder [3114] * code/branches/pch (copied) Creating branch for experimental precompiled header file support. Thu, 28 May 2009 22:46:24 GMT erwin [3108] * code/trunk/src/orxonox/objects/worldentities/PongBall.cc (modified) * code/trunk/src/orxonox/objects/worldentities/PongBall.h (modified) * code/trunk/src/orxonox/sound/SoundBase.cc (modified) * code/trunk/src/orxonox/sound/SoundManager.cc (modified) first attempt to implement sounds for pong, only score sound is ...