Home
last modified time | relevance | path

Searched refs:IsFounderMe (Results 1 – 21 of 21) sorted by relevance

/dports/games/springlobby/springlobby-0.180/src/
H A Dibattle.cpp320 if ( IsFounderMe() ) SendHostInfo( HI_Spectators ); in OnUserBattleStatusUpdated()
365 if ( IsFounderMe() && bs.spectator ) in OnUserRemoved()
529 if ( IsFounderMe() || user.BattleStatus().IsBot() ) in ForceSide()
537 if ( IsFounderMe() || user.BattleStatus().IsBot() ) in ForceTeam()
552 if ( IsFounderMe() || user.BattleStatus().IsBot() ) in ForceAlly()
567 if ( IsFounderMe() || user.BattleStatus().IsBot() ) in ForceColour()
616 if ( IsFounderMe() || user.BattleStatus().IsBot() ) in ForceSpectator()
634 if ( IsFounderMe() ) in ForceSpectator()
655 if ( IsFounderMe() || user.BattleStatus().IsBot() ) in SetHandicap()
759 if ( IsFounderMe() ) // save all rects infos in SetLocalMap()
[all …]
H A Dbattle.cpp149 if ( IsFounderMe() ) LoadMapDefaults( TowxString(map.name) ); in SetLocalMap()
215 if ( IsFounderMe() ) in OnUserAdded()
242 if ( IsFounderMe() ) in OnUserBattleStatusUpdated()
279 if ( IsFounderMe() ) in OnUserBattleStatusUpdated()
357 if (IsFounderMe()) in ExecuteSayCommand()
452 if (IsFounderMe()) in CheckBan()
604 if ( IsFounderMe() ) in StartHostedBattle()
666 if ( !IsFounderMe() ) return; in OnTimer()
710 if ( !IsFounderMe() )return; in FixColours()
H A Dofflinebattle.h16 bool IsFounderMe() const { return true; } in IsFounderMe() function
H A Dsingleplayerbattle.h25 bool IsFounderMe() const { return true; } in IsFounderMe() function
H A Dtasserver.cpp546 if ( battle->IsFounderMe() ) in Update()
1335 ASSERT_EXCEPTION( battle.IsFounderMe(), _T("I'm not founder") ); in Ring()
1604 ASSERT_LOGIC( battle.IsFounderMe(), _T("I'm not founder") ); in SendHostInfo()
1747 ASSERT_LOGIC( battle.IsFounderMe(), _T("I'm not founder") ); in SendHostInfo()
1954 if ( !GetBattle(battleid).IsFounderMe() ) in ForceTeam()
1994 if ( !GetBattle(battleid).IsFounderMe() ) in ForceAlly()
2032 if ( !GetBattle(battleid).IsFounderMe() ) in ForceColour()
2075 if ( !GetBattle(battleid).IsFounderMe() ) in ForceSpectator()
2112 if ( !GetBattle(battleid).IsFounderMe() ) in BattleKickPlayer()
2149 if ( !GetBattle(battleid).IsFounderMe() ) in SetHandicap()
[all …]
H A Dspring.cpp233 if ( battle.IsFounderMe() ) in WriteScriptTxt()
250 tdf.Append( _T("IsHost"), battle.IsFounderMe() ); in WriteScriptTxt()
260 if ( !battle.IsFounderMe() ) in WriteScriptTxt()
H A Dibattle.h219 virtual bool IsFounderMe() const;
H A Dui.cpp883 if (!battle.IsFounderMe() ) in OnBattleClosed()
1032 if( battle->IsFounderMe() && battle->GetAutoLockOnStart() ) { in OnSpringTerminated()
H A Dserverevents.cpp286 if ( !battle.IsFounderMe() || battle.IsProxy() ) in OnJoinedBattle()
/dports/games/springlobby/springlobby-0.180/src/lsl/src/lsl/battle/
H A Dibattle.cpp231 if ( !bs.IsBot() && IsFounderMe() in OnUserAdded()
358 if ( IsFounderMe() && bs.spectator ) in OnUserRemoved()
510 if ( IsFounderMe() || user->BattleStatus().IsBot() ) in ForceSide()
518 if ( IsFounderMe() || user->BattleStatus().IsBot() ) in ForceTeam()
533 if ( IsFounderMe() || user->BattleStatus().IsBot() ) in ForceAlly()
548 if ( IsFounderMe() || user->BattleStatus().IsBot() ) in ForceColor()
597 if ( IsFounderMe() || user->BattleStatus().IsBot() ) in ForceSpectator()
615 if ( IsFounderMe() ) in ForceSpectator()
636 if ( IsFounderMe() || user->BattleStatus().IsBot() ) in SetHandicap()
732 if ( IsFounderMe() ) // save all rects infos in SetLocalMap()
[all …]
H A Dbattle.cpp124 if ( IsFounderMe() ) in SetLocalMap()
194 if ( IsFounderMe() ) in OnUserAdded()
224 if ( IsFounderMe() ) in OnUserBattleStatusUpdated()
261 if ( IsFounderMe() ) in OnUserBattleStatusUpdated()
336 if (IsFounderMe()) in ExecuteSayCommand()
434 if (IsFounderMe()) in IsBanned()
642 if ( !IsFounderMe() ) return; in OnTimer()
684 if ( !IsFounderMe() )return; in FixColors()
H A Doffline.h19 bool IsFounderMe() const { return true; } in IsFounderMe() function
H A Dsingleplayer.h21 bool IsFounderMe() const { return true; } in IsFounderMe() function
H A Dibattle.h144 virtual bool IsFounderMe() const;
/dports/games/springlobby/springlobby-0.180/src/hosting/
H A Dbattlemaptab.cpp224 if ( !m_battle->IsFounderMe() ) in OnMapSelect()
248 if ( !m_battle->IsFounderMe() ) in OnMapBrowse()
288 m_minimap->SetReadOnly( !m_battle->IsFounderMe() ); in SetBattle()
289 m_start_radios->Enable( m_battle->IsFounderMe() ); in SetBattle()
H A Dbattleroommmoptionstab.cxx180 bool enable = m_battle->IsFounderMe(); in setupOptionsSectionSizer()
328 if (m_battle->IsFounderMe()) in OnChkBoxChange()
350 if (m_battle->IsFounderMe()) in OnComBoxChange()
368 if (m_battle->IsFounderMe()) in OnTextCtrlChange()
387 if (m_battle->IsFounderMe()) in OnSpinCtrlDoubleChange()
622 if ( !m_battle->IsFounderMe() ) { in SetBattle()
H A Dbattleroomtab.cpp607 if ( m_battle->IsFounderMe() ) in OnStart()
686 if ( !m_battle->IsFounderMe() ) // Works with autohosts, and human hosts knows what it mean. in OnFixColours()
1003 if ( !m_battle->IsFounderMe() ) in OnMapBrowse()
1044 if ( !m_battle->IsFounderMe() ) in OnMapSelect()
1061 if ( !m_battle->IsFounderMe() ) return; in OnOptionActivate()
1139 if ( !m_battle->IsFounderMe() ) in SetBattle()
H A Dbattleoptionstab.cpp292 if ( !m_battle->IsFounderMe() ) in SetBattle()
/dports/games/springlobby/springlobby-0.180/src/lsl/src/lsl/networking/
H A Diserver.cpp100 if ( battle->IsFounderMe() ) in TimerUpdate()
204 if ( !m_impl->m_current_battle ->IsFounderMe()) return; in StartHostedBattle()
372 if ( !m_impl->m_current_battle ->IsFounderMe())return; in UdpPingAllClients()
880 if (!m_impl->m_current_battle->IsFounderMe()) return; in ForceSide()
912 if (!m_impl->m_current_battle->IsFounderMe()) return; in ForceTeam()
937 if (!m_impl->m_current_battle->IsFounderMe()) in ForceAlly()
961 if (!m_impl->m_current_battle->IsFounderMe()) return; in ForceColor()
990 if (!m_impl->m_current_battle->IsFounderMe()) return; in ForceSpectator()
1012 if (!m_impl->m_current_battle->IsFounderMe()) return; in BattleKickPlayer()
1037 if (!m_impl->m_current_battle->IsFounderMe()) return; in SetHandicap()
[all …]
H A Dtasserver.cpp410 if (!m_current_battle->IsFounderMe()) return; in SendHostInfo()
511 if (!m_current_battle->IsFounderMe()) return; in SendHostInfo()
/dports/games/springlobby/springlobby-0.180/src/lsl/src/lsl/spring/
H A Dspring.cpp248 if ( battle->IsFounderMe() ) in WriteScriptTxt()
267 tdf.Append( "IsHost", battle->IsFounderMe() ); in WriteScriptTxt()
277 if ( !battle->IsFounderMe() ) in WriteScriptTxt()