Home
last modified time | relevance | path

Searched refs:seen_context (Results 1 – 11 of 11) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-act.cc750 if (mons->seen_context != SC_JUST_SEEN) in _handle_movement()
2321 mon->seen_context = SC_JUST_SEEN; in mons_set_just_seen()
2666 mons.seen_context = (all_door.size() <= 2) ? SC_DOOR : SC_GATE; in _mons_open_door()
3161 mon->seen_context = SC_NONE; in _monster_swaps_places()
3162 m2->seen_context = SC_NONE; in _monster_swaps_places()
3270 mons.seen_context = SC_NONE; in _do_move_monster()
3284 mons.seen_context = SC_NONSWIMMER_SURFACES_FROM_DEEP; in _do_move_monster()
H A Dteleport.cc96 seen_context = jump ? SC_LEAP_IN : SC_TELEPORT_IN; in blink_to()
H A Dview.cc92 if (mons->seen_context) in handle_seen_interrupt()
93 aid.context = mons->seen_context; in handle_seen_interrupt()
551 mi->seen_context = SC_NONE; in update_monsters_in_view()
H A Ddbg-util.cc372 god_name(mon->god).c_str(), mon->seen_context); in debug_dump_mon()
H A Dmonster.h111 seen_context_type seen_context; // Non-standard context for variable
H A Ddelay.cc996 else if (mon->seen_context == SC_JUST_SEEN) in _monster_warning()
H A Dwiz-mon.cc800 mon1->seen_context = SC_NONE; in _move_monster()
H A Dshout.cc234 mons->seen_context = SC_FISH_SURFACES; in monster_shout()
H A Dmonster.cc81 foe_memory(0), god(GOD_NO_GOD), ghost(), seen_context(SC_NONE), in monster()
156 seen_context = SC_NONE; in reset()
H A Dmon-place.cc792 mon->seen_context = SC_ABYSS; in place_monster()
H A Dmon-cast.cc7038 throwee.seen_context = SC_THROWN_IN; in _throw_ally_to()