#include <stdlib.h>#include <stdio.h>#include <ctype.h>#include <algorithm>#include <memory>#include <unistd.h>#include "AppHdr.h"#include "branch.h"#include "files.h"#include "dungeon.h"#include "hiscores.h"#include "initfile.h"#include "itemname.h"#include "itemprop.h"#include "kills.h"#include "libutil.h"#include "message.h"#include "mon-util.h"#include "jobs.h"#include "options.h"#include "ouch.h"#include "place.h"#include "player.h"#include "religion.h"#include "shopping.h"#include "species.h"#include "state.h"#include "status.h"#include "stuff.h"#include "env.h"#include "tags.h"#include "skills2.h"

Defines | |
| #define | SCORE_VERSION "0.1" |
Enumerations | |
| enum | old_job_type { OLD_JOB_THIEF = -1, OLD_JOB_DEATH_KNIGHT = -2 } |
Functions | |
| std::string | score_file_name () |
| std::string | log_file_name () |
| void | hiscores_new_entry (const scorefile_entry &ne) |
| void | logfile_new_entry (const scorefile_entry &ne) |
| void | hiscores_print_all (int display_count, int format) |
| void | hiscores_print_list (int display_count, int format) |
| std::string | hiscores_format_single (const scorefile_entry &se) |
| std::string | hiscores_format_single_long (const scorefile_entry &se, bool verbose) |
| const char * | kill_method_name (kill_method_type kmt) |
| kill_method_type | str_to_kill_method (const std::string &s) |
| std::vector< std::string > | xlog_split_fields (const std::string &s) |
| std::string | xlog_escape (const std::string &s) |
| std::string | xlog_unescape (const std::string &s) |
| void | mark_milestone (const std::string &type, const std::string &milestone, bool report_origin_level, time_t t) |
| #define SCORE_VERSION "0.1" |
| enum old_job_type |
| std::string hiscores_format_single | ( | const scorefile_entry & | se | ) |

| std::string hiscores_format_single_long | ( | const scorefile_entry & | se, | |
| bool | verbose | |||
| ) |

| void hiscores_new_entry | ( | const scorefile_entry & | ne | ) |

| void hiscores_print_all | ( | int | display_count, | |
| int | format | |||
| ) |

| void hiscores_print_list | ( | int | display_count, | |
| int | format | |||
| ) |

| const char* kill_method_name | ( | kill_method_type | kmt | ) |
| std::string log_file_name | ( | ) |

| void logfile_new_entry | ( | const scorefile_entry & | ne | ) |

| void mark_milestone | ( | const std::string & | type, | |
| const std::string & | milestone, | |||
| bool | report_origin_level, | |||
| time_t | t | |||
| ) |

| std::string score_file_name | ( | ) |

| kill_method_type str_to_kill_method | ( | const std::string & | s | ) |
| std::string xlog_escape | ( | const std::string & | s | ) |

| std::vector<std::string> xlog_split_fields | ( | const std::string & | s | ) |
| std::string xlog_unescape | ( | const std::string & | s | ) |

1.5.6