Go to the source code of this file.
Classes | |
class | xlog_fields |
class | scorefile_entry |
Functions | |
void | hiscores_new_entry (const scorefile_entry &se) |
void | logfile_new_entry (const scorefile_entry &se) |
void | hiscores_print_list (int display_count=-1, int format=SCORE_TERSE) |
void | hiscores_print_all (int display_count=-1, int format=SCORE_TERSE) |
std::string | hiscores_format_single (const scorefile_entry &se) |
std::string | hiscores_format_single_long (const scorefile_entry &se, bool verbose=false) |
void | mark_milestone (const std::string &type, const std::string &milestone, bool report_origin_level=false, time_t t=0) |
std::string | xlog_unescape (const std::string &) |
std::string | xlog_escape (const std::string &) |
std::vector< std::string > | xlog_split_fields (const std::string &s) |
std::string hiscores_format_single | ( | const scorefile_entry & | se | ) |
std::string hiscores_format_single_long | ( | const scorefile_entry & | se, | |
bool | verbose = false | |||
) |
void hiscores_new_entry | ( | const scorefile_entry & | se | ) |
void hiscores_print_all | ( | int | display_count = -1 , |
|
int | format = SCORE_TERSE | |||
) |
void hiscores_print_list | ( | int | display_count = -1 , |
|
int | format = SCORE_TERSE | |||
) |
void logfile_new_entry | ( | const scorefile_entry & | se | ) |
void mark_milestone | ( | const std::string & | type, | |
const std::string & | milestone, | |||
bool | report_origin_level = false , |
|||
time_t | t = 0 | |||
) |
std::string xlog_escape | ( | const std::string & | ) |
std::vector<std::string> xlog_split_fields | ( | const std::string & | s | ) |
std::string xlog_unescape | ( | const std::string & | ) |