The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Static Public Member Functions | Static Protected Member Functions | List of all members
ai_testing Class Reference

#include <testing.hpp>

Static Public Member Functions

static void log_turn_start (unsigned int side)
 
static void log_turn_end (unsigned int side)
 
static void log_draw ()
 
static void log_victory (std::set< unsigned int > teams)
 
static void log_game_start ()
 
static void log_game_end ()
 

Static Protected Member Functions

static void log_turn (const char *msg, unsigned int side)
 

Detailed Description

Definition at line 27 of file testing.hpp.

Member Function Documentation

void ai_testing::log_draw ( )
static

Definition at line 75 of file testing.cpp.

References replay::add_log_data(), LOG_AI_TESTING, and resources::recorder.

Referenced by play_controller::check_time_over().

void ai_testing::log_game_end ( )
static
void ai_testing::log_game_start ( )
static
void ai_testing::log_turn ( const char *  msg,
unsigned int  side 
)
staticprotected
void ai_testing::log_turn_end ( unsigned int  side)
static

Definition at line 40 of file testing.cpp.

References log_turn().

Referenced by play_controller::play_turn().

void ai_testing::log_turn_start ( unsigned int  side)
static

Definition at line 35 of file testing.cpp.

References log_turn().

Referenced by play_controller::play_turn().

void ai_testing::log_victory ( std::set< unsigned int teams)
static

Definition at line 81 of file testing.cpp.

References replay::add_log_data(), LOG_AI_TESTING, and resources::recorder.

Referenced by play_controller::check_victory().


The documentation for this class was generated from the following files: