Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 29, 2013, 8:06:44 PM (10 years ago)
Author:
jo
Message:

Adding most of the changes that were proposed in the release2012 branch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/gametypes/TeamGametype.h

    r9667 r9941  
    6262            inline const ColourValue& getTeamColour(int teamnr) const
    6363                { return this->teamcolours_[teamnr]; }
     64            int getTeamScore(PlayerInfo* player);
     65            int getTeamSize(int team);
     66            int getHumansInTeam(int team);
    6467
    6568        protected:
     
    7780            void setDefaultObjectColour(Pawn* pawn);
    7881            void colourPawn(Pawn* pawn, int teamNr);
     82            void announceTeamWin(int winnerTeam);
     83
    7984    };
    8085}
Note: See TracChangeset for help on using the changeset viewer.