# # ChangeLog for code/branches/pch/src/orxonox/sound # # Generated by Trac 1.0.9 # Jun 14, 2024, 9:05:27 AM Sun, 14 Jun 2009 16:11:32 GMT rgrieder [3167] * code/branches/pch/bin/CMakeLists.txt (modified) * code/branches/pch/bin/vld.ini.in (added) * code/branches/pch/cmake/BuildConfig.cmake (modified) * code/branches/pch/cmake/BuildConfigMSVC.cmake (modified) * code/branches/pch/cmake/LibraryConfig.cmake (modified) * code/branches/pch/cmake/PackageConfig.cmake (added) * code/branches/pch/cmake/PackageConfigMSVC.cmake (modified) * code/branches/pch/cmake/PackageConfigMinGW.cmake (modified) * code/branches/pch/cmake/PrecompiledHeaderFiles.cmake (modified) * code/branches/pch/cmake/TargetUtilities.cmake (modified) * code/branches/pch/src/CMakeLists.txt (modified) * code/branches/pch/src/OrxonoxConfig.h.in (modified) * code/branches/pch/src/SpecialConfig.h.in (modified) * code/branches/pch/src/orxonox/CMakeLists.txt (modified) * code/branches/pch/src/orxonox/Main.cc (modified) * code/branches/pch/src/orxonox/orxonox.vcproj.user.in (moved) * code/branches/pch/src/orxonox/sound/SoundBase.h (modified) * code/branches/pch/src/tolua/CMakeLists.txt (modified) Merged the build system changes from the Gruppenarbeit: - More ... Sat, 13 Jun 2009 15:03:51 GMT rgrieder [3157] * code/branches/pch/src/orxonox/gamestates/GSDedicated.cc (modified) * code/branches/pch/src/orxonox/objects/RadarViewable.cc (modified) * code/branches/pch/src/orxonox/objects/RadarViewable.h (modified) * code/branches/pch/src/orxonox/objects/pickup/PickupInventory.cc (modified) * code/branches/pch/src/orxonox/objects/pickup/PickupSpawner.cc (modified) * code/branches/pch/src/orxonox/sound/CMakeLists.txt (modified) * code/branches/pch/src/orxonox/sound/SoundBase.cc (modified) * code/branches/pch/src/orxonox/sound/SoundBase.h (modified) Small changes and cleaned out RadarViewable which saves me probably ... Sat, 13 Jun 2009 14:57:55 GMT rgrieder [3156] * code/branches/pch/src/core/BaseObject.h (modified) * code/branches/pch/src/core/Core.h (modified) * code/branches/pch/src/core/CorePrereqs.h (modified) * code/branches/pch/src/core/Namespace.h (modified) * code/branches/pch/src/core/Super.h (modified) * code/branches/pch/src/core/XMLIncludes.h (deleted) * code/branches/pch/src/core/XMLPort.h (modified) * code/branches/pch/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/pch/src/orxonox/gui/GUIManager.h (modified) * code/branches/pch/src/orxonox/sound/SoundBase.h (modified) * code/branches/pch/src/orxonox/sound/SoundManager.h (modified) Moved the forward declaration I found to the prereqs.h files. Wed, 10 Jun 2009 14:04:42 GMT rgrieder [3139] * code/branches/pch/src/orxonox/sound/SoundBase.cc (modified) * code/branches/pch/src/orxonox/sound/SoundBase.h (modified) Typedef is probably better here than a static assert. 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 ...