# # ChangeLog for code/branches/questsystem3/src/orxonox/overlays/notifications/NotificationManager.h # # Generated by Trac 1.0.9 # May 29, 2024, 8:09:07 PM Fri, 05 Dec 2008 06:38:53 GMT dafrick [2346] * code/branches/questsystem3/src/orxonox/objects/quest/AddQuest.cc (modified) * code/branches/questsystem3/src/orxonox/objects/quest/CompleteQuest.cc (modified) * code/branches/questsystem3/src/orxonox/objects/quest/FailQuest.cc (modified) * code/branches/questsystem3/src/orxonox/objects/quest/Quest.cc (modified) * code/branches/questsystem3/src/orxonox/objects/quest/QuestDescription.cc (modified) * code/branches/questsystem3/src/orxonox/objects/quest/QuestDescription.h (modified) * code/branches/questsystem3/src/orxonox/objects/quest/QuestHint.cc (modified) * code/branches/questsystem3/src/orxonox/objects/quest/QuestItem.h (modified) * code/branches/questsystem3/src/orxonox/objects/quest/QuestListener.cc (modified) * code/branches/questsystem3/src/orxonox/objects/quest/QuestListener.h (modified) * code/branches/questsystem3/src/orxonox/overlays/notifications/NotificationManager.cc (modified) * code/branches/questsystem3/src/orxonox/overlays/notifications/NotificationManager.h (modified) * code/branches/questsystem3/src/orxonox/overlays/notifications/NotificationQueue.cc (modified) * code/branches/questsystem3/src/orxonox/overlays/notifications/NotificationQueue.h (modified) - QuestListener works now. - Rearranged the places Notifications are ... Wed, 26 Nov 2008 16:38:55 GMT dafrick [2280] * code/branches/questsystem3/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/questsystem3/src/orxonox/objects/quest/CompleteQuest.cc (modified) * code/branches/questsystem3/src/orxonox/overlays/CMakeLists.txt (modified) * code/branches/questsystem3/src/orxonox/overlays/notifications (added) * code/branches/questsystem3/src/orxonox/overlays/notifications/CMakeLists.txt (added) * code/branches/questsystem3/src/orxonox/overlays/notifications/Notification.cc (added) * code/branches/questsystem3/src/orxonox/overlays/notifications/Notification.h (added) * code/branches/questsystem3/src/orxonox/overlays/notifications/NotificationManager.cc (added) * code/branches/questsystem3/src/orxonox/overlays/notifications/NotificationManager.h (added) * code/branches/questsystem3/src/orxonox/overlays/notifications/NotificationQueue.cc (added) * code/branches/questsystem3/src/orxonox/overlays/notifications/NotificationQueue.h (added) Implemented some rudimentary Notification system.