Lines Matching refs:Battle

34 namespace Battle {  namespace
36 Battle::Battle(IServerPtr serv, int id ) : in Battle() function in LSL::Battle::Battle
46 Battle::~Battle() in ~Battle()
50 void Battle::SendHostInfo( Enum::HostInfo update ) in SendHostInfo()
55 void Battle::SendHostInfo( const std::string& Tag ) in SendHostInfo()
60 void Battle::Update( const std::string& Tag ) in Update()
65 void Battle::Join( const std::string& password ) in Join()
71 void Battle::Leave() in Leave()
76 void Battle::OnRequestBattleStatus() in OnRequestBattleStatus()
90 void Battle::SendMyBattleStatus() in SendMyBattleStatus()
98 void Battle::SetImReady( bool ready ) in SetImReady()
111 void Battle::Say( const std::string& msg ) in Say()
116 void Battle::DoAction( const std::string& msg ) in DoAction()
121 void Battle::SetLocalMap( const UnitsyncMap& map ) in SetLocalMap()
128 const ConstCommonUserPtr Battle::GetMe() const in GetMe()
133 const CommonUserPtr Battle::GetMe() in GetMe()
138 void Battle::SaveMapDefaults() in SaveMapDefaults()
162 void Battle::LoadMapDefaults( const std::string& mapname ) in LoadMapDefaults()
181 void Battle::OnUserAdded( const CommonUserPtr user ) in OnUserAdded()
189 m_timer->async_wait( boost::bind( &Battle::OnTimer, this, _1 ) ); in OnUserAdded()
222 void Battle::OnUserBattleStatusUpdated( const CommonUserPtr user, UserBattleStatus status ) in OnUserBattleStatusUpdated()
274 void Battle::OnUserRemoved( CommonUserPtr user ) in OnUserRemoved()
281 void Battle::RingNotReadyPlayers() in RingNotReadyPlayers()
292 void Battle::RingNotSyncedPlayers() in RingNotSyncedPlayers()
303 void Battle::RingNotSyncedAndNotReadyPlayers() in RingNotSyncedAndNotReadyPlayers()
314 void Battle::RingPlayer( const ConstUserPtr u ) in RingPlayer()
320 bool Battle::ExecuteSayCommand( const std::string& cmd ) in ExecuteSayCommand()
432 bool Battle::IsBanned( const CommonUserPtr user ) in IsBanned()
458 void Battle::SetAutoLockOnStart( bool value ) in SetAutoLockOnStart()
463 bool Battle::GetAutoLockOnStart() in GetAutoLockOnStart()
468 void Battle::SetLockExternalBalanceChanges( bool value ) in SetLockExternalBalanceChanges()
475 bool Battle::GetLockExternalBalanceChanges() in GetLockExternalBalanceChanges()
481 void Battle::AddBot( const std::string& nick, UserBattleStatus status ) in AddBot()
486 void Battle::ForceSide( CommonUserPtr user, int side ) in ForceSide()
491 void Battle::ForceTeam( CommonUserPtr user, int team ) in ForceTeam()
497 void Battle::ForceAlly( CommonUserPtr user, int ally ) in ForceAlly()
503 void Battle::ForceColor( CommonUserPtr user, const lslColor& col ) in ForceColor()
509 void Battle::ForceSpectator( CommonUserPtr user, bool spectator ) in ForceSpectator()
514 void Battle::KickPlayer( CommonUserPtr user ) in KickPlayer()
519 void Battle::SetHandicap( CommonUserPtr user, int handicap) in SetHandicap()
524 void Battle::ForceUnsyncedToSpectate() in ForceUnsyncedToSpectate()
536 void Battle::ForceUnReadyToSpectate() in ForceUnReadyToSpectate()
548 void Battle::ForceUnsyncedAndUnreadyToSpectate() in ForceUnsyncedAndUnreadyToSpectate()
560 void Battle::UserPositionChanged(const CommonUserPtr user ) in UserPositionChanged()
565 void Battle::SendScriptToClients() in SendScriptToClients()
570 void Battle::StartHostedBattle() in StartHostedBattle()
622 void Battle::StartSpring() in StartSpring()
638 void Battle::OnTimer( const boost::system::error_code& error ) in OnTimer()
665 void Battle::SetInGame( bool value ) in SetInGame()
682 void Battle::FixColors() in FixColors()
814 void Battle::Autobalance( Enum::BalanceType balance_type, bool support_clans, bool strong_clans, in… in Autobalance()
964 void Battle::FixTeamIDs( Enum::BalanceType balance_type, bool support_clans, bool strong_clans, int… in FixTeamIDs()
1125 void Battle::OnUnitsyncReloaded() in OnUnitsyncReloaded()
1131 void Battle::ShouldAutoUnspec() in ShouldAutoUnspec()
1142 void Battle::SetChannel(const ChannelPtr channel) in SetChannel()
1147 void Battle::SetAutoUnspec(bool value) in SetAutoUnspec()
1153 const ChannelPtr Battle::GetChannel() in GetChannel()