Searched refs:lobby_info (Results 1 – 16 of 16) sorted by relevance
/dports/games/wesnoth/wesnoth-1.14.17/src/game_initialization/ |
H A D | lobby_info.cpp | 38 lobby_info::lobby_info(const std::vector<std::string>& installed_addons) in lobby_info() function in mp::lobby_info 111 void lobby_info::process_gamelist(const config& data) in process_gamelist() 219 void lobby_info::process_userlist() in process_userlist() 254 void lobby_info::sync_games_display_status() in sync_games_display_status() 275 game_info* lobby_info::get_game_by_id(int id) in get_game_by_id() 287 room_info* lobby_info::get_room(const std::string& name) in get_room() 309 bool lobby_info::has_room(const std::string& name) const in has_room() 325 void lobby_info::open_room(const std::string& name) in open_room() 332 void lobby_info::close_room(const std::string& name) in close_room() 341 void lobby_info::make_games_vector() in make_games_vector() [all …]
|
H A D | multiplayer.cpp | 409 , lobby_info(li) in mp_workflow_helper() 418 mp::lobby_info* lobby_info; member 443 if(helper->lobby_info->get_game_by_id(game_id)) { in enter_wait_mode() 444 campaign_info->current_turn = helper->lobby_info->get_game_by_id(game_id)->current_turn; in enter_wait_mode() 491 gui2::dialogs::mp_staging dlg(*connect_engine, *helper->lobby_info, helper->connection); in enter_staging_mode() 514 mp::user_info* host_info = helper->lobby_info->get_user(preferences::login()); in enter_create_mode() 551 mp::lobby_info li(installed_addons); in enter_lobby_mode() 552 helper->lobby_info = &li; in enter_lobby_mode() 665 lobby_info li({}); in goto_mp_connect() 673 lobby_info li({}); in goto_mp_wait() [all …]
|
H A D | lobby_info.hpp | 30 class lobby_info class 33 explicit lobby_info(const std::vector<std::string>& installed_addons);
|
/dports/games/wesnoth/wesnoth-1.14.17/src/gui/dialogs/multiplayer/ |
H A D | mp_join_game.hpp | 38 mp_join_game(saved_game& state, mp::lobby_info& lobby_info, wesnothd_connection& connection, 79 mp::lobby_info& lobby_info_;
|
H A D | mp_staging.hpp | 40 …mp_staging(ng::connect_engine& connect_engine, mp::lobby_info& lobby_info, wesnothd_connection* co… 88 mp::lobby_info& lobby_info_;
|
H A D | player_info.hpp | 36 const mp::lobby_info& li); 95 const mp::lobby_info& lobby_info_;
|
H A D | lobby.hpp | 65 mp_lobby(const config& game_config, mp::lobby_info& info, wesnothd_connection &connection); 175 mp::lobby_info& lobby_info_;
|
H A D | mp_join_game.cpp | 61 mp_join_game::mp_join_game(saved_game& state, mp::lobby_info& lobby_info, wesnothd_connection& conn… in REGISTER_DIALOG() 64 , lobby_info_(lobby_info) in REGISTER_DIALOG()
|
H A D | mp_staging.cpp | 49 mp_staging::mp_staging(ng::connect_engine& connect_engine, mp::lobby_info& lobby_info, wesnothd_con… in REGISTER_DIALOG() 52 , lobby_info_(lobby_info) in REGISTER_DIALOG()
|
H A D | player_info.cpp | 38 const mp::lobby_info& li) in REGISTER_DIALOG()
|
H A D | lobby.cpp | 118 mp_lobby::mp_lobby(const config& game_config, mp::lobby_info& info, wesnothd_connection &connection) in mp_lobby()
|
/dports/games/wesnoth/wesnoth-1.14.17/src/gui/widgets/ |
H A D | chatbox.hpp | 87 void set_lobby_info(mp::lobby_info& i) in set_lobby_info() 147 mp::lobby_info* lobby_info_;
|
/dports/games/wesnoth/wesnoth-1.14.17/src/tests/gui/ |
H A D | test_gui2.cpp | 854 mp::lobby_info li; 881 mp::lobby_info li;
|
/dports/games/wesnoth/wesnoth-1.14.17/source_lists/ |
H A D | wesnoth | 137 game_initialization/lobby_info.cpp
|
/dports/misc/shared-mime-info/shared-mime-info-ef58b2b2f7ad4070171c6e45e3b3764daa3ff2c1/tests/mime-detection/ |
H A D | SConscript | 362 gui/dialogs/lobby/lobby_info.cpp
|
/dports/games/wesnoth/wesnoth-1.14.17/projectfiles/Xcode/The Battle for Wesnoth.xcodeproj/ |
H A D | project.pbxproj | 488 …A215CD1CAD969200927AEA /* lobby_info.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B55BE04911… 967 …5BE04C11234B1A00154E6C /* lobby_info.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B55BE04911… 2103 …4B1A00154E6C /* lobby_info.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =… 2104 …34B1A00154E6C /* lobby_info.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType … 3573 B55BE04911234B1A00154E6C /* lobby_info.cpp */, 3574 B55BE04A11234B1A00154E6C /* lobby_info.hpp */, 5067 B55BE04C11234B1A00154E6C /* lobby_info.cpp in Sources */, 5881 91A215CD1CAD969200927AEA /* lobby_info.cpp in Sources */,
|