Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 11, 2009, 12:33:16 AM (15 years ago)
Author:
landauf
Message:

Moved Notification and NotificationManger from overlays to the quest objects (NotificationOverlay and NotificationQueue remain with the other overlays).

Added a new interface NotificationListener. The NotificationManager sends notifications to all listeners. NotificationQueue is such a listener (through inheritance). This removes another dependency between orxonox and overlays.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/libraries/src/orxonox/OrxonoxPrereqs.h

    r5613 r5619  
    223223    class Pong;
    224224
    225     class Scores;
    226     class CreateLines;
    227     class Scoreboard;
    228     class Stats;
    229 
    230225    // collision
    231226    class CollisionShape;
     
    257252    class InGameConsole;
    258253    class Notification;
     254    class NotificationListener;
    259255    class NotificationManager;
    260256    class NotificationOverlay;
     
    268264    class KillMessage;
    269265    class DeathMessage;
     266    class Map;
     267
    270268    class CreateLines;
    271269    class Scoreboard;
    272     class Map;
     270    class Stats;
    273271
    274272    //sound
Note: See TracChangeset for help on using the changeset viewer.