#include "synced_user_choice.hpp"
#include "actions/undo.hpp"
#include "config_assign.hpp"
#include "floating_label.hpp"
#include "game_display.hpp"
#include "game_data.hpp"
#include "log.hpp"
#include "play_controller.hpp"
#include "synced_context.hpp"
#include "replay.hpp"
#include "resources.hpp"
#include "gui/dialogs/multiplayer/synced_choice_wait.hpp"
#include <boost/lexical_cast.hpp>
#include <set>
#include <map>
#include "formula/string_utils.hpp"
Go to the source code of this file.
Macros | |
#define | DBG_REPLAY LOG_STREAM(debug, log_replay) |
#define | LOG_REPLAY LOG_STREAM(info, log_replay) |
#define | WRN_REPLAY LOG_STREAM(warn, log_replay) |
#define | ERR_REPLAY LOG_STREAM(err, log_replay) |
Functions | |
static void | wait_ingame (user_choice_manager &man) |
static void | wait_prestart (user_choice_manager &man) |
Variables | |
static lg::log_domain | log_replay ("replay") |
#define DBG_REPLAY LOG_STREAM(debug, log_replay) |
Definition at line 34 of file synced_user_choice.cpp.
Referenced by user_choice_manager::ask_local_choice(), mp_sync::get_user_choice(), and user_choice_manager::search_in_replay().
#define ERR_REPLAY LOG_STREAM(err, log_replay) |
Definition at line 37 of file synced_user_choice.cpp.
Referenced by user_choice_manager::fix_oos(), and mp_sync::get_user_choice().
#define LOG_REPLAY LOG_STREAM(info, log_replay) |
Definition at line 35 of file synced_user_choice.cpp.
Referenced by mp_sync::get_user_choice().
#define WRN_REPLAY LOG_STREAM(warn, log_replay) |
Definition at line 36 of file synced_user_choice.cpp.
Referenced by user_choice_manager::ask_local_choice().
|
static |
Definition at line 378 of file synced_user_choice.cpp.
References resources::controller, user_choice_manager::finished(), resources::gamedata, game_data::phase(), game_data::PLAY, controller_base::play_slice(), game_data::START, user_choice_manager::wait_message(), and user_choice_manager::waiting().
Referenced by user_choice_manager::get_user_choice_internal().
|
static |
Definition at line 396 of file synced_user_choice.cpp.
References resources::screen, and gui2::tdialog::show().
Referenced by user_choice_manager::get_user_choice_internal().
|
static |