#include "synced_context.hpp"
#include "synced_commands.hpp"
#include "actions/undo.hpp"
#include "ai/manager.hpp"
#include "global.hpp"
#include "config.hpp"
#include "config_assign.hpp"
#include "game_classification.hpp"
#include "replay.hpp"
#include "random_new.hpp"
#include "random_new_synced.hpp"
#include "random_new_deterministic.hpp"
#include "resources.hpp"
#include "synced_checkup.hpp"
#include "game_data.hpp"
#include "game_board.hpp"
#include "log.hpp"
#include "lua_jailbreak_exception.hpp"
#include "play_controller.hpp"
#include "game_end_exceptions.hpp"
#include "seed_rng.hpp"
#include "syncmp_handler.hpp"
#include "units/id.hpp"
#include "whiteboard/manager.hpp"
#include <boost/lexical_cast.hpp>
#include <cassert>
#include <stdlib.h>
#include <sstream>
#include <iomanip>
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) |
Variables | |
static lg::log_domain | log_replay ("replay") |
#define DBG_REPLAY LOG_STREAM(debug, log_replay) |
Definition at line 47 of file synced_context.cpp.
Referenced by synced_context::ask_server_choice(), synced_context::ignore_error_function(), and synced_context::run().
#define ERR_REPLAY LOG_STREAM(err, log_replay) |
Definition at line 50 of file synced_context.cpp.
Referenced by synced_context::default_error_function(), set_scontext_synced::do_final_checkup(), synced_context::just_log_error_function(), synced_context::run_and_store(), and synced_context::run_in_synced_context_if_not_already().
#define LOG_REPLAY LOG_STREAM(info, log_replay) |
Definition at line 48 of file synced_context.cpp.
Referenced by set_scontext_synced::init(), set_scontext_synced_base::set_scontext_synced_base(), set_scontext_synced::~set_scontext_synced(), and set_scontext_synced_base::~set_scontext_synced_base().
#define WRN_REPLAY LOG_STREAM(warn, log_replay) |
Definition at line 49 of file synced_context.cpp.
|
static |