Namespaces | |
depcheck | |
Classes | |
class | campaign |
class | configure_engine |
configure_engine More... | |
class | connect_engine |
class | create_engine |
class | flg_manager |
FLG stands for faction, leader and gender. More... | |
class | level |
class | random_map |
class | scenario |
class | side_engine |
class | user_map |
Typedefs | |
typedef boost::scoped_ptr < connect_engine > | connect_engine_ptr |
typedef boost::shared_ptr < side_engine > | side_engine_ptr |
typedef std::pair < ng::controller, std::string > | controller_option |
Enumerations | |
enum | controller { CNTR_NETWORK = 0, CNTR_LOCAL, CNTR_COMPUTER, CNTR_EMPTY, CNTR_RESERVED, CNTR_LAST } |
Functions | |
static bool | less_campaigns_rank (const create_engine::level_ptr &a, const create_engine::level_ptr &b) |
std::string | get_RC_suffix (const std::string &unit_color, const std::string &color) |
const std::string | random_enemy_picture ("units/random-dice.png") |
typedef boost::scoped_ptr<connect_engine> ng::connect_engine_ptr |
Definition at line 41 of file connect_engine.hpp.
typedef std::pair<ng::controller, std::string> ng::controller_option |
Definition at line 45 of file connect_engine.hpp.
Definition at line 44 of file connect_engine.hpp.
enum ng::controller |
Enumerator | |
---|---|
CNTR_NETWORK | |
CNTR_LOCAL | |
CNTR_COMPUTER | |
CNTR_EMPTY | |
CNTR_RESERVED | |
CNTR_LAST |
Definition at line 31 of file connect_engine.hpp.
std::string ng::get_RC_suffix | ( | const std::string & | unit_color, |
const std::string & | color | ||
) |
Definition at line 38 of file flg_manager.cpp.
Referenced by mp::wait::leader_preview_pane::draw_contents(), ng::flg_manager::reset_gender_combo(), and ng::flg_manager::reset_leader_combo().
|
static |
Definition at line 75 of file create_engine.cpp.
Referenced by ng::create_engine::init_all_levels().
const std::string ng::random_enemy_picture | ( | "units/random-dice.png" | ) |