Home
last modified time | relevance | path

Searched refs:kill_category (Results 1 – 21 of 21) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dcloud.h14 kill_category whose;
23 cloud_struct(coord_def p, cloud_type c, int d, int spread, kill_category kc,
31 void set_whose(kill_category _whose);
38 static kill_category killer_to_whose(killer_type killer);
39 static killer_type whose_to_killer(kill_category whose);
H A Dmon-ench.h24 kill_category who; // Source's alignment.
37 const char *kill_category_desc(kill_category) const;
38 void merge_killer(kill_category who, mid_t whos);
H A Dkills.h167 int num_kills(const monster* mon, kill_category cat) const;
168 int num_kills(const monster_info& mon, kill_category cat) const;
177 const char *category_name(kill_category kc) const;
H A Dkill-category.h4 enum kill_category enum
H A Dkills.cc46 const char *KillMaster::category_name(kill_category kc) const in category_name()
91 const kill_category kc = in record_kill()
145 : category_name((kill_category) i), in kill_info()
226 int KillMaster::num_kills(const monster* mon, kill_category cat) const in num_kills()
231 int KillMaster::num_kills(const monster_info& mon, kill_category cat) const in num_kills()
H A Dcloud.cc343 static bool _killer_whose_match(kill_category whose, killer_type killer) in _killer_whose_match()
379 kill_category kc, killer_type kt, mid_t src, in cloud_struct()
803 kill_category whose = KC_OTHER; in place_cloud()
1657 kill_category cloud_struct::killer_to_whose(killer_type _killer) in killer_to_whose()
1677 killer_type cloud_struct::whose_to_killer(kill_category _whose) in whose_to_killer()
1689 void cloud_struct::set_whose(kill_category _whose) in set_whose()
1834 mid_t agent_mid = 0, kill_category kcat = KC_OTHER) in _spread_cloud()
H A Dbeam.h184 kill_category whose_kill() const;
H A Dmapmark.h260 kill_category kcat;
H A Dl-dgn.cc1126 static kill_category dgn_kill_name_to_category(string name) in dgn_kill_name_to_category()
1155 const kill_category kc = dgn_kill_name_to_category(kname); in dgn_apply_area_cloud()
1254 const kill_category kc = dgn_kill_name_to_category(kname); in dgn_place_cloud()
H A Dactor.h50 virtual kill_category kill_alignment() const = 0;
H A Dplayer-act.cc44 kill_category player::kill_alignment() const in kill_alignment()
H A Dmonster.h166 kill_category kill_alignment() const override;
H A Dmon-ench.cc2124 const char *mon_enchant::kill_category_desc(kill_category k) const in kill_category_desc()
2130 void mon_enchant::merge_killer(kill_category k, mid_t m) in merge_killer()
H A Dmon-util.h516 actor *find_agent(mid_t m, kill_category kc);
H A Dplayer.h563 kill_category kill_alignment() const override;
H A Dmapmark.cc887 kcat = static_cast<kill_category>(unmarshallByte(in)); in read()
H A Dmon-death.cc331 kill_category kc = in _give_player_experience()
H A Dtags.cc5590 me.who = static_cast<kill_category>(unmarshallShort(th)); in unmarshall_mon_enchant()
6227 cloud.whose = static_cast<kill_category>(unmarshallUByte(th)); in _tag_read_level()
H A Dmon-util.cc4880 actor *find_agent(mid_t m, kill_category kc) in find_agent()
H A Dmonster.cc4989 kill_category monster::kill_alignment() const in kill_alignment()
H A Dbeam.cc146 kill_category bolt::whose_kill() const in whose_kill()