Home
last modified time | relevance | path

Searched refs:scorefile_entry (Results 1 – 12 of 12) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dhiscores.h15 class scorefile_entry; variable
17 int hiscores_new_entry(const scorefile_entry &se);
19 void logfile_new_entry(const scorefile_entry &se);
27 string hiscores_format_single(const scorefile_entry &se);
28 string hiscores_format_single_long(const scorefile_entry &se,
63 class scorefile_entry
144 scorefile_entry();
145 scorefile_entry(int damage, mid_t death_source, int death_type,
149 scorefile_entry(const scorefile_entry &se);
151 scorefile_entry &operator = (const scorefile_entry &other);
[all …]
H A Dhiscores.cc195 scorefile_entry le = ne; in logfile_new_entry()
273 scorefile_entry se; in hiscores_print_all()
693 scorefile_entry::scorefile_entry(int dam, mid_t dsource, int dtype, in scorefile_entry() function in scorefile_entry
704 scorefile_entry::scorefile_entry() in scorefile_entry() function in scorefile_entry
710 scorefile_entry::scorefile_entry(const scorefile_entry &se) in scorefile_entry() function in scorefile_entry
715 scorefile_entry &scorefile_entry::operator = (const scorefile_entry &se) in operator =()
721 void scorefile_entry::init_from(const scorefile_entry &se) in init_from()
795 actor* scorefile_entry::killer() const in killer()
1484 void scorefile_entry::reset() in reset()
1588 void scorefile_entry::init(time_t dt) in init()
[all …]
H A Dchardump.h35 class scorefile_entry; variable
38 const scorefile_entry *se = nullptr);
H A Dend.h15 NORETURN void end_game(scorefile_entry &se);
H A Douch.cc1006 damage_desc = scorefile_entry(dam, source, in ouch()
1008 .death_description(scorefile_entry::DDV_TERSE); in ouch()
1087 scorefile_entry se(dam, source, death_type, aux, false, in ouch()
1096 = se.death_description(scorefile_entry::DDV_VERBOSE); in ouch()
1123 se.death_description(scorefile_entry::DDV_NORMAL).c_str()), in ouch()
H A Dwizard.cc249 scorefile_entry se(INSTANT_DEATH, MID_NOBODY, KILLED_BY_WIZMODE, nullptr); in _log_wizmode_entrance()
H A Dchardump.cc107 const scorefile_entry *se;
110 const scorefile_entry *s = nullptr) in dump_params()
169 const scorefile_entry *se = nullptr) in _get_dump()
184 const scorefile_entry *se) in dump_char()
H A Dend.cc306 NORETURN void end_game(scorefile_entry &se) in end_game()
/dports/games/dungeoncrawl/dc400b26-src/source/
H A Dhiscores.h19 void hiscores_new_entry( struct scorefile_entry &se );
31 void hiscores_format_single( char *buffer, struct scorefile_entry &se );
32 int hiscores_format_single_long( char *buffer, struct scorefile_entry &se,
H A Dhiscores.cc54 static struct scorefile_entry hs_list[SCORE_FILE_ENTRIES];
62 static bool hs_read(FILE *scores, struct scorefile_entry &dest);
65 static void hs_copy(struct scorefile_entry &dest, struct scorefile_entry &src);
66 static void hs_write(FILE *scores, struct scorefile_entry &entry);
75 static void hs_search_death(char *inbuf, struct scorefile_entry &se);
76 static void hs_search_where(char *inbuf, struct scorefile_entry &se);
84 void hiscores_new_entry( struct scorefile_entry &ne ) in hiscores_new_entry()
246 void hiscores_format_single(char *buf, struct scorefile_entry &se) in hiscores_format_single()
1208 static void hs_init( struct scorefile_entry &dest ) in hs_init()
1249 void hs_copy(struct scorefile_entry &dest, struct scorefile_entry &src) in hs_copy()
[all …]
H A Douch.cc78 void end_game( struct scorefile_entry &se );
659 struct scorefile_entry se; in ouch()
886 void end_game( struct scorefile_entry &se ) in end_game()
H A Dexterns.h513 struct scorefile_entry struct