# # ChangeLog for code/branches/tutoriallevel3/data/levels/sound.oxw # # Generated by Trac 1.0.9 # May 31, 2024, 10:09:27 PM Sat, 28 May 2011 14:21:14 GMT dafrick [8636] * code/branches/tutoriallevel3/data/gui/scripts/NotificationLayer.lua (modified) * code/branches/tutoriallevel3/data/levels/FPSTest.oxw (modified) * code/branches/tutoriallevel3/data/levels/asteroids.oxw (modified) * code/branches/tutoriallevel3/data/levels/dynamicMatch.oxw (modified) * code/branches/tutoriallevel3/data/levels/earth.oxw (modified) * code/branches/tutoriallevel3/data/levels/emptyLevel.oxw (modified) * code/branches/tutoriallevel3/data/levels/events.oxw (modified) * code/branches/tutoriallevel3/data/levels/fightInOurBack.oxw (modified) * code/branches/tutoriallevel3/data/levels/includes/notifications.oxi (added) * code/branches/tutoriallevel3/data/levels/lastManStanding.oxw (modified) * code/branches/tutoriallevel3/data/levels/lastTeamStanding.oxw (modified) * code/branches/tutoriallevel3/data/levels/lastTeamStandingII.oxw (modified) * code/branches/tutoriallevel3/data/levels/notifications.oxw (modified) * code/branches/tutoriallevel3/data/levels/pickups.oxw (modified) * code/branches/tutoriallevel3/data/levels/pirateAttack.oxw (modified) * code/branches/tutoriallevel3/data/levels/planets.oxw (modified) * code/branches/tutoriallevel3/data/levels/pong.oxw (modified) * code/branches/tutoriallevel3/data/levels/presentation.oxw (modified) * code/branches/tutoriallevel3/data/levels/presentation09.oxw (modified) * code/branches/tutoriallevel3/data/levels/presentation09b.oxw (modified) * code/branches/tutoriallevel3/data/levels/presentationDM.oxw (modified) * code/branches/tutoriallevel3/data/levels/presentationFS10.oxw (modified) * code/branches/tutoriallevel3/data/levels/presentationFS102.oxw (modified) * code/branches/tutoriallevel3/data/levels/presentationFS10Ed.oxw (modified) * code/branches/tutoriallevel3/data/levels/presentationHS09.oxw (modified) * code/branches/tutoriallevel3/data/levels/presentationHS09b.oxw (modified) * code/branches/tutoriallevel3/data/levels/princessAeryn.oxw (modified) * code/branches/tutoriallevel3/data/levels/quests.oxw (modified) * code/branches/tutoriallevel3/data/levels/screenshot.oxw (modified) * code/branches/tutoriallevel3/data/levels/sound.oxw (modified) * code/branches/tutoriallevel3/data/levels/teamBaseMatch.oxw (modified) * code/branches/tutoriallevel3/data/levels/teamDeathMatch.oxw (modified) * code/branches/tutoriallevel3/data/levels/testStars.oxw (modified) * code/branches/tutoriallevel3/data/levels/testSwallow.oxw (modified) * code/branches/tutoriallevel3/data/levels/theTimeMachine.oxw (modified) * code/branches/tutoriallevel3/data/levels/tutorial.oxw (modified) * code/branches/tutoriallevel3/data/levels/underAttack.oxw (modified) * code/branches/tutoriallevel3/data/levels/waypoints.oxw (modified) * code/branches/tutoriallevel3/src/modules/notifications/NotificationManager.cc (modified) * code/branches/tutoriallevel3/src/modules/notifications/NotificationQueue.cc (modified) * code/branches/tutoriallevel3/src/modules/notifications/NotificationQueue.h (modified) * code/branches/tutoriallevel3/src/modules/notifications/NotificationQueueCEGUI.cc (modified) * code/branches/tutoriallevel3/src/modules/notifications/NotificationQueueCEGUI.h (modified) Making NotificationQueue XML-loadable. Adding notifications to all ... Wed, 11 May 2011 22:17:26 GMT dafrick [8452] * code/branches/tutoriallevel3 (copied) New tutoriallevel branch to start testing network in, since in the ... Fri, 11 Feb 2011 12:03:47 GMT landauf [7854] * code/trunk/data/levels/presentationHS09b.oxw (modified) * code/trunk/data/levels/presentationPong.oxw (modified) * code/trunk/data/levels/sound.oxw (modified) * code/trunk/src/orxonox/OrxonoxPrereqs.h (modified) * code/trunk/src/orxonox/gamestates/GSLevel.cc (modified) * code/trunk/src/orxonox/gamestates/GSMainMenu.cc (modified) * code/trunk/src/orxonox/sound/AmbientSound.cc (modified) * code/trunk/src/orxonox/sound/AmbientSound.h (modified) * code/trunk/src/orxonox/sound/BaseSound.h (modified) * code/trunk/src/orxonox/sound/CMakeLists.txt (modified) * code/trunk/src/orxonox/sound/WorldAmbientSound.cc (added) * code/trunk/src/orxonox/sound/WorldAmbientSound.h (added) * code/trunk/src/orxonox/sound/WorldSound.h (modified) detached AmbientSound from BaseObject - AmbientSound can not be ...