Home
last modified time | relevance | path

Searched refs:NUM_MONSTERS (Results 1 – 25 of 27) sorted by relevance

12

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dunique-creature-list-type.h5 class unique_creature_list : public FixedBitVector<NUM_MONSTERS>
11 FixedBitVector<NUM_MONSTERS>::set(i, value);
14 FixedBitVector<NUM_MONSTERS>::set(MONS_MARGERY, value);
15 FixedBitVector<NUM_MONSTERS>::set(MONS_MAGGIE, value);
H A Dmon-pick.cc124 monster_type valid[NUM_MONSTERS]; in pick_monster_all_branches()
125 int rarities[NUM_MONSTERS]; in pick_monster_all_branches()
H A Ddbg-objstat.cc544 for (int i = 0; i < NUM_MONSTERS; i++) in _init_monsters()
552 objstat_monsters.insert(NUM_MONSTERS); in _init_monsters()
862 monster_recs[cur_lev][NUM_MONSTERS][field] += value; in _record_monster_stat()
867 monster_recs[all_lev][NUM_MONSTERS][field] += value; in _record_monster_stat()
873 monster_recs[br_lev][NUM_MONSTERS][field] += value; in _record_monster_stat()
1215 if (mc == NUM_MONSTERS) in _write_monster_stats()
H A Dmon-pick.h38 class monster_picker : public random_picker<monster_type, NUM_MONSTERS>
H A Dl-debug.cc307 for (monster_type mt = MONS_0; mt < NUM_MONSTERS; ++mt) in LUAFN()
327 for (monster_type mt = MONS_0; mt < NUM_MONSTERS; ++mt) in _check_uniques()
H A Dbloodspatter.cc180 if (montype != NUM_MONSTERS && montype != MONS_PLAYER) in bleed_onto_floor()
H A Dmonster-type.h1122 NUM_MONSTERS, // used for polymorph enumerator
1156 COMPILE_CHECK(NUM_MONSTERS < MONS_NO_MONSTER);
H A Dmon-poly.cc473 for (monster_type mt = MONS_0; mt < NUM_MONSTERS; ++mt) in init_poly_set()
592 for (monster_type mc = MONS_0; mc < NUM_MONSTERS; ++mc) in monster_polymorph()
H A Dmon-util.cc73 static FixedVector < int, NUM_MONSTERS > mon_entry;
84 static mon_display monster_symbols[NUM_MONSTERS];
161 for (monster_type mt = MONS_0; mt < NUM_MONSTERS; ++mt) in _initialise_randmons()
277 for (monster_type mc = MONS_0; mc < NUM_MONSTERS; ++mc) in init_monster_symbols()
292 for (monster_type mc = MONS_0; mc < NUM_MONSTERS; ++mc) in init_monster_symbols()
297 for (monster_type i = MONS_PROGRAM_BUG; i < NUM_MONSTERS; ++i) in init_monster_symbols()
1091 return mt < 0 || mt >= NUM_MONSTERS in invalid_monster_type()
3253 if (mc >= 0 && mc < NUM_MONSTERS) in get_monster_data()
4951 for (monster_type mc = MONS_0; mc < NUM_MONSTERS; ++mc) in debug_mondata()
5045 for (monster_type mc = MONS_0; mc < NUM_MONSTERS; ++mc) in debug_monspells()
H A Darena.cc1005 for (monster_type i = MONS_0; i < NUM_MONSTERS; ++i) in global_setup()
1136 for (int tries = 0; tries <= NUM_MONSTERS; tries++) in arena_pick_random_monster()
H A Dmon-place.cc713 if (band_monsters[i] == NUM_MONSTERS) in place_monster()
2561 return NUM_MONSTERS; in _band_member()
2570 if (_band_member((band_type)i, 1, BRANCH_DUNGEON, true) == NUM_MONSTERS) in debug_bands()
H A Dwiz-mon.cc917 if (type == NUM_MONSTERS) in wizard_polymorph_monster()
H A Dlookup-help.cc318 for (monster_type i = MONS_0; i < NUM_MONSTERS; ++i) in _get_monster_keys()
H A Dmonster.cc2218 case NUM_MONSTERS: in _invalid_monster_str()
2241 if (type > NUM_MONSTERS) in _invalid_monster_str()
2244 int (NUM_MONSTERS - type)); in _invalid_monster_str()
H A Ddungeon.cc3981 for (monster_type mcls = MONS_0; mcls < NUM_MONSTERS; ++mcls) in _zombifiables()
5047 if (type < NUM_MONSTERS) in dgn_place_monster()
5126 && (mg.cls < NUM_MONSTERS || needs_resolution(mg.cls))) in dgn_place_monster()
H A Dinitfile.cc1451 for (monster_type i = MONS_0; i < NUM_MONSTERS; ++i) in _mons_class_by_string()
1466 for (monster_type i = MONS_0; i < NUM_MONSTERS; ++i) in _mons_classes_by_glyph()
H A Dtags.cc1835 marshallShort(th, NUM_MONSTERS); in _tag_construct_you_dungeon()
1836 for (int j = 0; j < NUM_MONSTERS; ++j) in _tag_construct_you_dungeon()
4403 if (j < NUM_MONSTERS && created) in _tag_read_you_dungeon()
H A Dmapdef.cc4234 if (type >= NUM_MONSTERS) in parse_mons_spec()
5176 if (*mons >= NUM_MONSTERS) in monster_corpse_is_valid()
/dports/games/dungeoncrawl/dc400b26-src/source/
H A Dlev-pand.cc160 pan_mons = random2(NUM_MONSTERS); // was random2(400) {dlb} in pandemonium_mons()
H A Dmon-util.cc38 static FixedVector < int, NUM_MONSTERS > mon_entry;
128 for (x = 0; x < NUM_MONSTERS; x++) in mons_init()
136 for (x = 0; x < NUM_MONSTERS; x++) in mons_init()
H A Dmonplace.cc100 mon_type = random2(NUM_MONSTERS); in place_monster()
124 mon_type = random2(NUM_MONSTERS); in place_monster()
H A Douch.cc747 if (monster->type > 0 || monster->type <= NUM_MONSTERS) in ouch()
H A Ddebug.cc410 for (int i = 0; i < NUM_MONSTERS; i++) in debug_prompt_for_monster()
H A Denum.h1760 NUM_MONSTERS, // used for polymorph enumerator
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/util/monster/
H A Dmonster-main.cc733 if ((spec_type < 0 || spec_type >= NUM_MONSTERS in main()
739 if (spec_type < 0 || spec_type >= NUM_MONSTERS in main()

12