# # ChangeLog for code/branches/tutoriallevel3 # # Generated by Trac 1.0.9 # May 13, 2024, 11:38:05 AM 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 ... Sat, 28 May 2011 09:19:02 GMT dafrick [8634] * code/branches/tutoriallevel3/src/orxonox/gametypes/Gametype.cc (modified) * code/branches/tutoriallevel3/src/orxonox/gametypes/Gametype.h (modified) * code/branches/tutoriallevel3/src/orxonox/infos/GametypeInfo.cc (modified) * code/branches/tutoriallevel3/src/orxonox/infos/GametypeInfo.h (modified) * code/branches/tutoriallevel3/src/orxonox/interfaces/NotificationListener.cc (modified) Gametype status notifications now working. Wed, 11 May 2011 22:31:23 GMT dafrick [8453] * code/branches/tutoriallevel3 (modified) * code/branches/tutoriallevel3/data/gui/layouts/QuestGUI.layout (modified) * code/branches/tutoriallevel3/data/gui/scripts/NotificationLayer.lua (modified) * code/branches/tutoriallevel3/data/gui/scripts/QuestGUI.lua (modified) * code/branches/tutoriallevel3/data/gui/scripts/SingleplayerMenu.lua (modified) * code/branches/tutoriallevel3/data/levels/quests.oxw (copied) * code/branches/tutoriallevel3/data/overlays/debug.oxo (modified) * code/branches/tutoriallevel3/doc/api/groups/Triggers.dox (modified) * code/branches/tutoriallevel3/src/libraries/core/GUIManager.cc (modified) * code/branches/tutoriallevel3/src/libraries/core/GUIManager.h (modified) * code/branches/tutoriallevel3/src/libraries/network/synchronisable/Synchronisable.cc (modified) * code/branches/tutoriallevel3/src/libraries/util/SubString.h (modified) * code/branches/tutoriallevel3/src/modules/notifications/CMakeLists.txt (modified) * code/branches/tutoriallevel3/src/modules/notifications/Notification.cc (deleted) * code/branches/tutoriallevel3/src/modules/notifications/Notification.h (deleted) * code/branches/tutoriallevel3/src/modules/notifications/NotificationDispatcher.cc (modified) * code/branches/tutoriallevel3/src/modules/notifications/NotificationManager.cc (modified) * code/branches/tutoriallevel3/src/modules/notifications/NotificationManager.h (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 (copied) * code/branches/tutoriallevel3/src/modules/notifications/NotificationQueueCEGUI.h (copied) * code/branches/tutoriallevel3/src/modules/objects/triggers/DistanceTrigger.cc (modified) * code/branches/tutoriallevel3/src/modules/objects/triggers/DistanceTrigger.h (modified) * code/branches/tutoriallevel3/src/modules/objects/triggers/EventTrigger.h (modified) * code/branches/tutoriallevel3/src/modules/objects/triggers/MultiTrigger.cc (modified) * code/branches/tutoriallevel3/src/modules/objects/triggers/TriggerBase.h (modified) * code/branches/tutoriallevel3/src/modules/overlays/hud/CMakeLists.txt (modified) * code/branches/tutoriallevel3/src/modules/overlays/hud/GametypeStatus.cc (deleted) * code/branches/tutoriallevel3/src/modules/overlays/hud/GametypeStatus.h (deleted) * code/branches/tutoriallevel3/src/modules/questsystem/QuestDescription.cc (modified) * code/branches/tutoriallevel3/src/modules/questsystem/QuestManager.cc (modified) * code/branches/tutoriallevel3/src/modules/questsystem/QuestManager.h (modified) * code/branches/tutoriallevel3/src/orxonox/LevelManager.cc (modified) * code/branches/tutoriallevel3/src/orxonox/gametypes/Gametype.cc (modified) * code/branches/tutoriallevel3/src/orxonox/gametypes/Gametype.h (modified) * code/branches/tutoriallevel3/src/orxonox/infos/GametypeInfo.cc (modified) * code/branches/tutoriallevel3/src/orxonox/infos/GametypeInfo.h (modified) * code/branches/tutoriallevel3/src/orxonox/interfaces/CMakeLists.txt (modified) * code/branches/tutoriallevel3/src/orxonox/interfaces/InterfaceCompilation.cc (modified) * code/branches/tutoriallevel3/src/orxonox/interfaces/NotificationListener.cc (copied) * code/branches/tutoriallevel3/src/orxonox/interfaces/NotificationListener.h (modified) Merging tutoriallevel2 branch into tutoriallevel3 branch.