# # ChangeLog for code/branches/tutoriallevel2 # # Generated by Trac 1.0.9 # May 23, 2024, 2:54:59 PM Wed, 11 May 2011 10:21:32 GMT dafrick [8446] * code/branches/tutoriallevel2/data/gui/scripts/NotificationLayer.lua (modified) * code/branches/tutoriallevel2/src/modules/notifications/CMakeLists.txt (modified) * code/branches/tutoriallevel2/src/modules/notifications/NotificationManager.cc (modified) * code/branches/tutoriallevel2/src/modules/notifications/NotificationManager.h (modified) * code/branches/tutoriallevel2/src/modules/notifications/NotificationQueue.cc (modified) * code/branches/tutoriallevel2/src/modules/notifications/NotificationQueue.h (modified) * code/branches/tutoriallevel2/src/modules/notifications/NotificationQueueCEGUI.cc (added) * code/branches/tutoriallevel2/src/modules/notifications/NotificationQueueCEGUI.h (added) Removing editMode stuff, since that doesn't work anymore and that ... Tue, 10 May 2011 21:37:22 GMT dafrick [8445] * code/branches/tutoriallevel2/src/modules/notifications/Notification.cc (modified) * code/branches/tutoriallevel2/src/modules/notifications/Notification.h (modified) * code/branches/tutoriallevel2/src/modules/notifications/NotificationDispatcher.cc (modified) * code/branches/tutoriallevel2/src/modules/notifications/NotificationManager.cc (modified) * code/branches/tutoriallevel2/src/modules/notifications/NotificationManager.h (modified) * code/branches/tutoriallevel2/src/modules/notifications/NotificationQueue.cc (modified) * code/branches/tutoriallevel2/src/modules/notifications/NotificationQueue.h (modified) * code/branches/tutoriallevel2/src/modules/questsystem/QuestDescription.cc (modified) * code/branches/tutoriallevel2/src/orxonox/interfaces/NotificationListener.cc (modified) * code/branches/tutoriallevel2/src/orxonox/interfaces/NotificationListener.h (modified) NotificationListener is new an entity which is informed of new ... Tue, 10 May 2011 19:27:03 GMT dafrick [8444] * code/branches/tutoriallevel2/src/libraries/util/SubString.h (modified) Fixing typo. Mon, 02 May 2011 11:58:12 GMT dafrick [8378] * code/branches/tutoriallevel2/data/gui/scripts/NotificationLayer.lua (modified) * code/branches/tutoriallevel2/src/modules/notifications/NotificationManager.cc (modified) * code/branches/tutoriallevel2/src/orxonox/interfaces/NotificationListener.h (modified) Notification text alignment can be set per queue. Mon, 02 May 2011 11:33:24 GMT dafrick [8377] * code/branches/tutoriallevel2/data/gui/scripts/NotificationLayer.lua (modified) * code/branches/tutoriallevel2/src/modules/notifications/NotificationDispatcher.cc (modified) * code/branches/tutoriallevel2/src/modules/questsystem/QuestDescription.cc (modified) * code/branches/tutoriallevel2/src/orxonox/interfaces/NotificationListener.h (modified) Text coloring in notification queue now working. Mon, 02 May 2011 11:31:18 GMT dafrick [8376] * code/branches/tutoriallevel2/src/orxonox/interfaces/NotificationListener.cc (added) Forgot to add NotificationListener. Mon, 02 May 2011 08:20:45 GMT dafrick [8374] * code/branches/tutoriallevel2/src/modules/notifications/Notification.cc (modified) * code/branches/tutoriallevel2/src/modules/notifications/Notification.h (modified) * code/branches/tutoriallevel2/src/modules/notifications/NotificationDispatcher.cc (modified) * code/branches/tutoriallevel2/src/modules/notifications/NotificationManager.cc (modified) * code/branches/tutoriallevel2/src/modules/notifications/NotificationManager.h (modified) * code/branches/tutoriallevel2/src/modules/notifications/NotificationQueue.cc (modified) * code/branches/tutoriallevel2/src/modules/notifications/NotificationQueue.h (modified) * code/branches/tutoriallevel2/src/modules/questsystem/QuestDescription.cc (modified) * code/branches/tutoriallevel2/src/orxonox/interfaces/CMakeLists.txt (modified) * code/branches/tutoriallevel2/src/orxonox/interfaces/InterfaceCompilation.cc (modified) * code/branches/tutoriallevel2/src/orxonox/interfaces/NotificationListener.h (modified) Changes in notifications module structure. Notifications can now be ... Sun, 01 May 2011 12:43:33 GMT dafrick [8371] * code/branches/tutoriallevel2 (modified) * code/branches/tutoriallevel2/data/gui/layouts/QuestGUI.layout (modified) * code/branches/tutoriallevel2/data/gui/scripts/NotificationLayer.lua (modified) * code/branches/tutoriallevel2/data/gui/scripts/QuestGUI.lua (modified) * code/branches/tutoriallevel2/data/gui/scripts/SingleplayerMenu.lua (modified) * code/branches/tutoriallevel2/data/levels/quests.oxw (copied) * code/branches/tutoriallevel2/src/libraries/core/GUIManager.cc (modified) * code/branches/tutoriallevel2/src/libraries/core/GUIManager.h (modified) * code/branches/tutoriallevel2/src/modules/notifications/NotificationManager.cc (modified) * code/branches/tutoriallevel2/src/modules/notifications/NotificationManager.h (modified) * code/branches/tutoriallevel2/src/modules/notifications/NotificationQueue.cc (modified) * code/branches/tutoriallevel2/src/modules/notifications/NotificationQueue.h (modified) * code/branches/tutoriallevel2/src/modules/objects/triggers/MultiTrigger.cc (modified) * code/branches/tutoriallevel2/src/modules/objects/triggers/TriggerBase.h (modified) * code/branches/tutoriallevel2/src/modules/questsystem/QuestManager.cc (modified) * code/branches/tutoriallevel2/src/modules/questsystem/QuestManager.h (modified) * code/branches/tutoriallevel2/src/orxonox/LevelManager.cc (modified) Merging tutoriallevel branch into tutoriallevel2 branch. Sun, 01 May 2011 12:05:51 GMT dafrick [8369] * code/branches/tutoriallevel2 (copied) New branch to work on tutorial level. Sun, 01 May 2011 01:09:28 GMT rgrieder [8368] * code/trunk/CMakeLists.txt (modified) * code/trunk/cmake/CompilerConfigGCC.cmake (modified) * code/trunk/cmake/CompilerConfigMSVC.cmake (modified) * code/trunk/cmake/PackageConfig.cmake (modified) * code/trunk/cmake/PackageConfigOSX.cmake (modified) * code/trunk/cmake/tools/FlagUtilities.cmake (modified) * code/trunk/src/OrxonoxConfig.cmake (modified) * code/trunk/src/OrxonoxConfig.h.in (modified) * code/trunk/src/orxonox-main.vcproj.user.in (modified) * code/trunk/src/orxonox-main.vcxproj.user.in (modified) Added CMake configuration type "RelForDevs", which replaces ...