Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 31, 2010, 4:55:05 PM (14 years ago)
Author:
jo
Message:

coloured messages, different spaceships in one level, with bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation3/src/orxonox/infos/GametypeInfo.h

    r7031 r7062  
    6464            void sendKillMessage(const std::string& message, unsigned int clientID);
    6565            void sendDeathMessage(const std::string& message, unsigned int clientID);
    66             void sendStaticMessage(const std::string& message, unsigned int clientID);
     66            void sendStaticMessage(const std::string& message, unsigned int clientID, const ColourValue& colour);
    6767            void sendFadingMessage(const std::string& message, unsigned int clientID);
    6868
     
    7070            void dispatchKillMessage(const std::string& message);
    7171            void dispatchDeathMessage(const std::string& message);
    72             void dispatchStaticMessage(const std::string& message);
     72            void dispatchStaticMessage(const std::string& message,const ColourValue& colour);
    7373            void dispatchFadingMessage(const std::string& message);
    7474
Note: See TracChangeset for help on using the changeset viewer.