Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 5, 2008, 7:38:53 AM (16 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/overlays/notifications/NotificationQueue.h

    r2287 r2346  
    6262            int getLength(void) const
    6363                { return this->length_; }
     64            int getWidth(void) const
     65                { return this->width_; }
    6466           
    6567            void setQueueText(const std::string & text);
    6668            bool setLength(int length);
     69            bool setWidth(int width);
    6770           
    6871        private:
    6972            Ogre::UTFString queueText_;
    7073            int length_;
     74            int width_;
    7175   
    7276    };
Note: See TracChangeset for help on using the changeset viewer.