Home
last modified time | relevance | path

Searched refs:MF_WAS_IN_VIEW (Results 1 – 16 of 16) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Ddactions.cc131 return !testbits(mon->flags, MF_WAS_IN_VIEW); in mons_matches_daction()
392 mon->flags & ~(MF_JUST_SUMMONED | MF_WAS_IN_VIEW); in _daction_hog_to_human()
H A Dmon-flags.h214 MF_WAS_IN_VIEW = BIT(10), enumerator
H A Dview.cc95 else if (testbits(mons->flags, MF_WAS_IN_VIEW) in handle_seen_interrupt()
122 if (!mon || !mon->alive() || (mon->flags & MF_WAS_IN_VIEW) in flush_comes_into_view()
536 mi->flags &= ~MF_WAS_IN_VIEW; in update_monsters_in_view()
540 if (mi->flags & MF_WAS_IN_VIEW) in update_monsters_in_view()
547 mi->flags &= ~MF_WAS_IN_VIEW; in update_monsters_in_view()
H A Dmon-poly.cc246 | MF_WAS_IN_VIEW | MF_BAND_MEMBER | MF_KNOWN_SHIFTER in change_monster_type()
735 mons->flags |= MF_WAS_IN_VIEW; in seen_monster()
H A Ddelay.cc916 && testbits(at.mons_data->flags, MF_WAS_IN_VIEW)) in _should_stop_activity()
990 if (testbits(mon->flags, MF_WAS_IN_VIEW) && delay) in _monster_warning()
H A Dteleport.cc95 if (!(flags & MF_WAS_IN_VIEW)) in blink_to()
H A Dmon-abil.cc213 new_slime_data.extra_flags |= MF_WAS_IN_VIEW; in _do_split()
783 fauna_data.extra_flags |= MF_WAS_IN_VIEW; in treant_release_fauna()
H A Dwiz-mon.cc799 mon1->flags &= ~(MF_WAS_IN_VIEW | MF_SEEN); in _move_monster()
H A Dplayer-equip.cc1259 if (testbits((*mi)->flags, MF_WAS_IN_VIEW) && !you.can_see(**mi)) in _mark_unseen_monsters()
H A Dshout.cc246 if (!(mons->flags & MF_WAS_IN_VIEW)) in monster_shout()
H A Dgod-passive.cc1136 | MF_WAS_IN_VIEW | MF_HARD_RESET; in shadow_monster()
H A Dmon-act.cc752 if (testbits(mons->flags, MF_WAS_IN_VIEW)) in _handle_movement()
3263 else if (crawl_state.game_is_hints() && mons.flags & MF_WAS_IN_VIEW in _do_move_monster()
H A Dmon-place.cc780 && !(mg.extra_flags & MF_WAS_IN_VIEW) in place_monster()
790 && !(mon->flags & MF_WAS_IN_VIEW)) // is this possible? in place_monster()
H A Dmon-ench.cc326 if (testbits(flags, MF_WAS_IN_VIEW)) in add_enchantment_effect()
H A Dspl-cast.cc1065 | MF_WAS_IN_VIEW | MF_HARD_RESET); in _try_monster_cast()
H A Dmon-cast.cc4665 if (!(ally->flags & MF_WAS_IN_VIEW) in _blink_allies_encircle()
7037 if (!(throwee.flags & MF_WAS_IN_VIEW)) in _throw_ally_to()