Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 5, 2008, 7:38:53 AM (17 years ago)
Author:
dafrick
Message:
  • QuestListener works now.
  • Rearranged the places Notifications are sent from, and also created actually meaningfull Notification messages
  • Done some changes to Notifications
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/questsystem3/src/orxonox/objects/quest/AddQuest.cc

    r2328 r2346  
    4242
    4343#include "orxonox/objects/infos/PlayerInfo.h"
    44 #include "orxonox/overlays/notifications/Notification.h"
    4544#include "QuestManager.h"
    4645#include "Quest.h"
     
    111110
    112111        COUT(3) << "Quest {" << this->getQuestId() << "} successfully added to player." << std::endl;
    113         Notification* notification = new Notification("Crazy Message...", "Title", 30);
    114         notification->send();
    115112        return true;
    116113    }
Note: See TracChangeset for help on using the changeset viewer.