~armagetronad-dev/armagetronad/trunk-armagetronad-fortress_ai

« back to all changes in this revision

Viewing changes to src/engine/ePlayer.h

  • Committer: Manuel Moos
  • Date: 2010-08-07 21:08:56 UTC
  • mfrom: (890.1.89 armagetronad)
  • Revision ID: z-man@users.sf.net-20100807210856-93ljrijn34c77p5v
MergingĀ fromĀ mainline.

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
class ePlayer: public uPlayerPrototype{
88
88
    friend class eMenuItemChat;
89
89
    static uActionPlayer s_chat;
 
90
    static uActionTooltip s_chatTooltip;
90
91
 
91
92
    tConfItemBase *configuration[PLAYER_CONFITEMS];
92
93
    int            CurrentConfitem;
93
94
    void   StoreConfitem(tConfItemBase *c);
94
95
    void   DeleteConfitems();
 
96
 
 
97
    double lastTooltip_;
95
98
public:
96
99
    tString    name;                 // the player's screen name
97
100
    tString    globalID;             // the global ID of the player in user@authority form
141
144
 
142
145
    static bool PlayerIsInGame(int p);
143
146
 
 
147
    // veto function for tooltips that require a controllable game object
 
148
    static bool VetoActiveTooltip(int player);
 
149
 
144
150
    static rViewport * PlayerViewport(int p);
145
151
 
146
152
    static void LogIn();          //!< sends authentication login messages for all local players