Home
last modified time | relevance | path

Searched refs:SendHostInfo (Results 1 – 25 of 29) sorted by relevance

12

/dports/games/springlobby/springlobby-0.180/src/hosting/
H A Dautohost.cpp130 m_battle.SendHostInfo( IBattle::HI_Locked ); in OnSaidBattle()
135 m_battle.SendHostInfo( IBattle::HI_Locked ); in OnSaidBattle()
161 m_battle.SendHostInfo( IBattle::HI_Map ); in OnSaidBattle()
178 m_battle.SendHostInfo( wxFormat( _T( "%d_%s" ) ) % section % key ); in OnSaidBattle()
227 m_battle.SendHostInfo( IBattle::HI_StartRects ); in OnSaidBattle()
247 m_battle.SendHostInfo( IBattle::HI_StartRects ); in OnSaidBattle()
288 m_battle.SendHostInfo( IBattle::HI_Locked ); in OnUserRemoved()
H A Dbattleroommmoptionstab.cxx330 m_battle->SendHostInfo( (wxString()<<gameoption) + wxsep + key ); in OnChkBoxChange()
352 m_battle->SendHostInfo( (wxString()<< gameoption) + wxsep + TowxString(key) ); in OnComBoxChange()
370 m_battle->SendHostInfo( (wxString()<< gameoption) + wxsep + TowxString(key)); in OnTextCtrlChange()
389 m_battle->SendHostInfo( (wxString()<< gameoption) + wxsep + TowxString(key) ); in OnSpinCtrlDoubleChange()
520 m_battle->SendHostInfo( IBattle::HI_Send_All_opts ); in OnLoadPreset()
H A Dbattlemaptab.cpp216 m_battle->SendHostInfo( IBattle::HI_Map ); in SetMap()
266 m_battle->SendHostInfo( wxFormat( _T( "%d_startpostype" ) ) % LSL::OptionsWrapper::EngineOption ); in OnStartTypeSelect()
H A Dbattleoptionstab.cpp245 if ( names.Count() > 0 ) m_battle->SendHostInfo( IBattle::HI_Restrictions ); in OnRestrict()
266 if ( names.Count() > 0 ) m_battle->SendHostInfo( IBattle::HI_Restrictions ); in OnAllow()
H A Dmmoptionwindows.cpp148 m_battle.SendHostInfo( m_tag ); in OnOk()
H A Dbattleroomtab.cpp732 m_battle->SendHostInfo( IBattle::HI_Locked ); in OnLock()
832 m_battle->SendHostInfo( IBattle::HI_Send_All_opts ); in OnPresetSel()
1037 m_battle->SendHostInfo( IBattle::HI_Map ); in SetMap()
/dports/games/springlobby/springlobby-0.180/src/lsl/src/lsl/battle/
H A Dsingleplayer.h26 void SendHostInfo( Enum::HostInfo update );
27 void SendHostInfo( const std::string& /*unused*/ ){ } in SendHostInfo() function
H A Dsingleplayer.cpp32 void SinglePlayerBattle::SendHostInfo( HostInfo update ) in SendHostInfo() function in LSL::SinglePlayerBattle
50 SendHostInfo( HI_Send_All_opts ); in SendHostInfo()
H A Dbattle.h31 void SendHostInfo( Enum::HostInfo update );
32 void SendHostInfo( const std::string& Tag );
H A Dibattle.cpp213 void IBattle::SendHostInfo( Enum::HostInfo /*unused*/ ) in SendHostInfo() function in LSL::Battle::IBattle
217 void IBattle::SendHostInfo( const std::string& /*unused*/ ) in SendHostInfo() function in LSL::Battle::IBattle
313 if ( IsFounderMe() ) SendHostInfo( Enum::HI_Spectators ); in OnUserBattleStatusUpdated()
361 SendHostInfo( Enum::HI_Spectators ); in OnUserRemoved()
627 SendHostInfo( Enum::HI_Spectators ); in ForceSpectator()
916 SendHostInfo( Enum::HI_Map ); in LoadOptionsPreset()
929 SendHostInfo( Enum::HI_StartRects ); in LoadOptionsPreset()
941 SendHostInfo( Enum::HI_StartRects ); in LoadOptionsPreset()
950 SendHostInfo( Enum::HI_Restrictions ); in LoadOptionsPreset()
955 SendHostInfo( Enum::HI_Send_All_opts ); in LoadOptionsPreset()
H A Dbattle.cpp50 void Battle::SendHostInfo( Enum::HostInfo update ) in SendHostInfo() function in LSL::Battle::Battle
52 m_serv->SendHostInfo( update ); in SendHostInfo()
55 void Battle::SendHostInfo( const std::string& Tag ) in SendHostInfo() function in LSL::Battle::Battle
57 m_serv->SendHostInfo( Tag ); in SendHostInfo()
165 SendHostInfo( (boost::format( "%d_startpostype" ) % LSL::OptionsWrapper::EngineOption).str() ); in LoadMapDefaults()
171 SendHostInfo( Enum::HI_StartRects ); in LoadMapDefaults()
178 SendHostInfo( Enum::HI_StartRects ); in LoadMapDefaults()
H A Dibattle.h191 virtual void SendHostInfo( Enum::HostInfo update );
192 virtual void SendHostInfo( const std::string& Tag );
/dports/games/springlobby/springlobby-0.180/src/
H A Dsingleplayerbattle.h30 void SendHostInfo( HostInfo update );
31 void SendHostInfo( const wxString& /*unused*/ ){ } in SendHostInfo() function
H A Dsingleplayerbattle.cpp32 void SinglePlayerBattle::SendHostInfo( HostInfo update ) in SendHostInfo() function in SinglePlayerBattle
50 SendHostInfo( HI_Send_All_opts ); in SendHostInfo()
H A Dbattle.h28 void SendHostInfo( HostInfo update );
29 void SendHostInfo( const wxString& Tag );
H A Dibattle.cpp217 void IBattle::SendHostInfo( HostInfo /*unused*/ ) in SendHostInfo() function in IBattle
221 void IBattle::SendHostInfo( const wxString& /*unused*/ ) in SendHostInfo() function in IBattle
320 if ( IsFounderMe() ) SendHostInfo( HI_Spectators ); in OnUserBattleStatusUpdated()
368 SendHostInfo( HI_Spectators ); in OnUserRemoved()
646 SendHostInfo( HI_Spectators ); in ForceSpectator()
971 SendHostInfo( HI_Map ); in LoadOptionsPreset()
984 SendHostInfo( IBattle::HI_StartRects ); in LoadOptionsPreset()
993 SendHostInfo( HI_StartRects ); in LoadOptionsPreset()
1002 SendHostInfo( HI_Restrictions ); in LoadOptionsPreset()
1007 SendHostInfo( HI_Send_All_opts ); in LoadOptionsPreset()
H A Dsingleplayertab.cpp242 m_battle.SendHostInfo( IBattle::HI_Map_Changed ); // reload map options in SetMap()
269 m_battle.SendHostInfo( IBattle::HI_Restrictions ); // Update restrictions in options. in SetMod()
270 m_battle.SendHostInfo( IBattle::HI_Mod_Changed ); // reload mod options in SetMod()
390 m_battle.SendHostInfo( IBattle::HI_StartType ); in OnRandomCheck()
H A Dbattle.cpp54 void Battle::SendHostInfo( HostInfo update ) in SendHostInfo() function in Battle
56 m_serv.SendHostInfo( update ); in SendHostInfo()
60 void Battle::SendHostInfo( const wxString& Tag ) in SendHostInfo() function in Battle
62 m_serv.SendHostInfo( Tag ); in SendHostInfo()
191 SendHostInfo( wxFormat( _T("%d_startpostype") ) % LSL::OptionsWrapper::EngineOption ); in LoadMapDefaults()
194 SendHostInfo( IBattle::HI_StartRects ); in LoadMapDefaults()
201 SendHostInfo( IBattle::HI_StartRects ); in LoadMapDefaults()
636 SendHostInfo( IBattle::HI_Locked ); in StartHostedBattle()
H A Dtasserver.h125 void SendHostInfo( HostInfo update );
126 void SendHostInfo( const wxString& Tag );
H A Dserver.h120 virtual void SendHostInfo( HostInfo update ) = 0;
121 virtual void SendHostInfo( const wxString& Tag ) = 0;
H A Dibattle.h267 virtual void SendHostInfo( HostInfo update );
268 virtual void SendHostInfo( const wxString& Tag );
/dports/games/springlobby/springlobby-0.180/src/lsl/src/lsl/networking/
H A Dtasserver.h193 void SendHostInfo(Enum::HostInfo update);
194 void SendHostInfo(int type, const std::string &key);
195 void SendHostInfo(const std::string& tag );
H A Diserver.h139 void SendHostInfo(Enum::HostInfo update);
140 void SendHostInfo(const std::string &key);
H A Diserver.cpp825 void Server::SendHostInfo(Enum::HostInfo update) in SendHostInfo() function in LSL::Server
827 m_impl->SendHostInfo(update); in SendHostInfo()
830 void Server::SendHostInfo(const std::string &key) in SendHostInfo() function in LSL::Server
832 m_impl->SendHostInfo(key); in SendHostInfo()
H A Dtasserver.cpp407 void ServerImpl::SendHostInfo( Enum::HostInfo update ) in SendHostInfo() function in LSL::ServerImpl
508 void ServerImpl::SendHostInfo( int type, const std::string& key ) in SendHostInfo() function in LSL::ServerImpl
533 void ServerImpl::SendHostInfo(const std::string& tag) in SendHostInfo() function in LSL::ServerImpl
537 SendHostInfo( Util::FromString<long>(type), key); in SendHostInfo()

12