# # ChangeLog for code/trunk/src/modules/notifications/dispatchers/CommandNotification.h # # Generated by Trac 1.0.9 # May 29, 2024, 5:15:34 AM Tue, 31 Aug 2010 01:51:37 GMT landauf [7285] * code/trunk/cmake/tools/FindPOCO.cmake (modified) * code/trunk/data/levels/includes/weaponsettings_swallow.oxi (modified) * code/trunk/data/levels/templates/spaceship_swallow.oxt (modified) * code/trunk/data/levels/test_swallow.oxw (modified) * code/trunk/src/modules/notifications/NotificationDispatcher.cc (modified) * code/trunk/src/modules/notifications/NotificationDispatcher.h (modified) * code/trunk/src/modules/notifications/NotificationsPrecompiledHeaders.h (modified) * code/trunk/src/modules/notifications/NotificationsPrereqs.h (modified) * code/trunk/src/modules/notifications/dispatchers/CMakeLists.txt (modified) * code/trunk/src/modules/notifications/dispatchers/CommandNotification.cc (modified) * code/trunk/src/modules/notifications/dispatchers/CommandNotification.h (modified) * code/trunk/src/modules/notifications/dispatchers/SimpleNotification.cc (modified) * code/trunk/src/modules/notifications/dispatchers/SimpleNotification.h (modified) * code/trunk/src/modules/pickup/CollectiblePickup.cc (modified) * code/trunk/src/modules/pickup/CollectiblePickup.h (modified) added eol-style native for some files. note: there are another 6 ... Tue, 24 Aug 2010 12:26:39 GMT dafrick [7210] * code/trunk/data/levels/tutorial.oxw (modified) * code/trunk/src/modules/notifications/NotificationsPrereqs.h (modified) * code/trunk/src/modules/notifications/dispatchers/CMakeLists.txt (modified) * code/trunk/src/modules/notifications/dispatchers/CommandNotification.h (modified) * code/trunk/src/modules/notifications/dispatchers/SimpleNotification.cc (added) * code/trunk/src/modules/notifications/dispatchers/SimpleNotification.h (added) Created new NotificationDispatcher. It just displays, upon being ... Fri, 20 Aug 2010 19:55:50 GMT dafrick [7193] * code/trunk/data/levels/tutorial.oxw (modified) * code/trunk/src/modules/notifications/CMakeLists.txt (modified) * code/trunk/src/modules/notifications/Notification.cc (modified) * code/trunk/src/modules/notifications/NotificationDispatcher.cc (added) * code/trunk/src/modules/notifications/NotificationDispatcher.h (added) * code/trunk/src/modules/notifications/NotificationsPrereqs.h (modified) * code/trunk/src/modules/notifications/dispatchers (added) * code/trunk/src/modules/notifications/dispatchers/CMakeLists.txt (added) * code/trunk/src/modules/notifications/dispatchers/CommandNotification.cc (added) * code/trunk/src/modules/notifications/dispatchers/CommandNotification.h (added) Added NotificationDispatcher, class that can, upon being triggered, ...