Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/libraries/src/orxonox/objects/quest/notifications/CMakeLists.txt @ 5648

Last change on this file since 5648 was 5648, checked in by landauf, 15 years ago

sorry, large commit, but all changes are dependent:

  • Created a new plugin for the questsystem (called just "quest" for the moment because I'd had to rename the directory otherwise (the tolua script enforces this))
  • Added QuestPrereqs.h file and _QuestExport macro
  • Moved the GUI-name ↔ PlayerInfo map from QuestManager to GUIManager
  • Moved NotificationOverlay and NotificationQueue from overlays to quest and linked the overlays plugin into the quest plugin
  • Made QuestManager and NotificationManager ScopedSingletons with ScopeID GSLevel. Also removed both singletons from GSLevel and added the Scope instance instead.
  • Property svn:eol-style set to native
File size: 126 bytes
Line 
1ADD_SOURCE_FILES(QUEST_SRC_FILES
2  Notification.cc
3  NotificationManager.cc
4  NotificationOverlay.cc
5  NotificationQueue.cc
6)
Note: See TracBrowser for help on using the repository browser.