[Gcblue-commits] gcb_wx/include/graphics tcMessageInterface.h,1.5,1.6
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2005-07-29 02:36:00
|
Update of /cvsroot/gcblue/gcb_wx/include/graphics In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28827/include/graphics Modified Files: tcMessageInterface.h Log Message: 0.7.2 pre-release test build, added waypoints to client display, fixed multiplayer message overload bug, added better throttling for bad multiplayer connections Index: tcMessageInterface.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/graphics/tcMessageInterface.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** tcMessageInterface.h 26 Jul 2005 00:37:02 -0000 1.5 --- tcMessageInterface.h 29 Jul 2005 02:35:52 -0000 1.6 *************** *** 46,49 **** --- 46,51 ---- void PopupMessage(const std::string& msg); void SetPopupChatText(bool state); + + void SetPopupState(bool state); static tcMessageInterface* Get(); ///< singleton accessor *************** *** 52,55 **** --- 54,58 ---- private: static tcMessageCenter* messageCenter; + bool popupsEnabled; ///< true if popup message should be displayed tcMessageInterface(); |