# # ChangeLog for code/branches/tutoriallevel3/src/orxonox/gametypes/Gametype.h # # Generated by Trac 1.0.9 # Jun 2, 2024, 7:13:53 AM 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. 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 ... Sun, 03 Apr 2011 17:56:47 GMT jo [8178] * code/trunk (modified) * code/trunk/data/levels/lastManStanding.oxw (modified) * code/trunk/data/levels/lastTeamStanding.oxw (copied) * code/trunk/data/levels/lastTeamStandingII.oxw (copied) * code/trunk/data/overlays/lastManStandingHUD.oxo (modified) * code/trunk/data/overlays/lastTeamStandingHUD.oxo (copied) * code/trunk/src/modules/overlays/hud/CMakeLists.txt (modified) * code/trunk/src/modules/overlays/hud/GametypeStatus.cc (modified) * code/trunk/src/modules/overlays/hud/GametypeStatus.h (modified) * code/trunk/src/modules/overlays/hud/LastTeamStandingInfos.cc (copied) * code/trunk/src/modules/overlays/hud/LastTeamStandingInfos.h (copied) * code/trunk/src/orxonox/OrxonoxPrereqs.h (modified) * code/trunk/src/orxonox/gametypes/CMakeLists.txt (modified) * code/trunk/src/orxonox/gametypes/Gametype.h (modified) * code/trunk/src/orxonox/gametypes/LastTeamStanding.cc (copied) * code/trunk/src/orxonox/gametypes/LastTeamStanding.h (copied) Merged lastmastanding3 into trunk. There's an xml parsing error that ...