Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8623 in orxonox.OLD for trunk/src/util/multiplayer_team_deathmatch.h


Ignore:
Timestamp:
Jun 20, 2006, 1:39:01 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: merged the network branche back here
merged with command:
svn merge -r8230:HEAD https://svn.orxonox.net/orxonox/branches/network .
conflicts resolved in favour of the network branche (conflicts were in network)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/util/multiplayer_team_deathmatch.h

    r8147 r8623  
    1212#include "network_game_rules.h"
    1313
    14 #include "glgui_box.h"
     14#include "glgui.h"
    1515
    1616class TiXmlElement;
     
    2727
    2828
    29 class MultiplayerTeamDeathmatch : public NetworkGameRules
     29class MultiplayerTeamDeathmatch : public NetworkGameRules, public EventListener
    3030{
    3131
     
    5555   
    5656    int getRandomTeam();
     57   
     58    virtual void process(const Event &event);
     59   
     60    virtual void handleChatMessage( int userId, const std::string & message, int messageType );
    5761
    5862  protected:
     
    7478    float              gameStateTimer;             //!< if less than 0 -> change game state
    7579
     80    bool               bShowTeamChange;            //!< if true -> show team change dialog
     81
    7682    OrxGui::GLGuiBox* box;
    77 
    78 
     83   
    7984    void calculateTeamScore();
    8085    void nextGameState();
     
    8792    void onButtonTeam0();
    8893    void onButtonTeam1();
     94    void onButtonCancel();
    8995    void onButtonExit();
    9096};
Note: See TracChangeset for help on using the changeset viewer.