Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dstairs.cc266 mark_milestone("zig.exit", make_stringf("left a ziggurat at level %d.", in leaving_level_now()
580 mark_milestone("shaft", "fell down a shaft to " in _travel_destination()
678 mark_milestone("abyss.enter", "entered the Abyss!"); in floor_transition()
683 mark_milestone("abyss.enter", "escaped (hah) into the Abyss!"); in floor_transition()
689 mark_milestone("abyss.exit", "escaped from the Abyss!"); in floor_transition()
856 mark_milestone("br.exit", "left " + old_branch_string + ".", in floor_transition()
H A Dnotes.cc428 mark_milestone(br == BRANCH_ZIGGURAT ? "zig.enter" : "br.enter", in check_milestone()
438 mark_milestone(br == BRANCH_ZIGGURAT ? "zig" : "br.end", in check_milestone()
H A Dhiscores.h31 void mark_milestone(const string &type, const string &milestone,
H A Dgod-prayer.cc103 mark_milestone("god.ecumenical", "prayed at an ecumenical altar."); in _pray_ecumenical_altar()
H A Dreligion.cc598 mark_milestone("god.mollify", in dec_penance()
2632 mark_milestone("god.maxpiety", "became the Champion of " in gain_piety()
2984 mark_milestone("god.renounce", "abandoned " + god_name(old_god) + "."); in excommunication()
3822 mark_milestone("god.worship", "became a worshipper of " in join_religion()
H A Ddbg-asrt.cc773 mark_milestone("crash", cause_msg, "", t); in do_crash_dump()
H A Douch.cc1127 mark_milestone("death", lowercase_first(se.long_kill_message()).c_str()); in ouch()
H A Dl-crawl.cc1581 mark_milestone(luaL_checkstring(ls, 1), in LUAFN()
H A Dmon-death.cc629 mark_milestone("ghost", milestone); in record_monster_defeat()
633 mark_milestone("uniq", in record_monster_defeat()
H A Ditems.cc1151 mark_milestone("rune", _milestone_rune(item)); in _milestone_check()
1153 mark_milestone("orb", "found the Orb of Zot!"); in _milestone_check()
H A Dabyss.cc426 mark_milestone("abyss.enter", in banished()
H A Dmain.cc706 mark_milestone("begin", "began the quest for the Orb."); in _take_starting_note()
H A Dgod-abil.cc4642 mark_milestone("sacrifice", mile_text); in ru_do_sacrifice()
5424 mark_milestone("ancestor.class", mile_text); in hepliaklqana_choose_ancestor_type()
H A Dhiscores.cc2984 void mark_milestone(const string &type, const string &milestone, in mark_milestone() function
H A Dplayer.cc2823 mark_milestone("monstrous", "discovered their " in level_change()
/dports/www/trafficserver/trafficserver-9.1.1/proxy/http2/
H A DHttp2Stream.h118 void mark_milestone(Http2StreamMilestone type);
228 Http2Stream::mark_milestone(Http2StreamMilestone type) in mark_milestone() function
H A DHttp2ConnectionState.cc371 stream->mark_milestone(Http2StreamMilestone::START_DECODE_HEADERS); in rcv_headers_frame()
391 stream->mark_milestone(Http2StreamMilestone::START_TXN); in rcv_headers_frame()
949 stream->mark_milestone(Http2StreamMilestone::START_TXN); in rcv_continuation_frame()
1650 stream->mark_milestone(Http2StreamMilestone::START_ENCODE_HEADERS); in send_headers_frame()
1667 stream->mark_milestone(Http2StreamMilestone::START_TX_HEADERS_FRAMES); in send_headers_frame()
H A DHttp2Stream.cc47 this->mark_milestone(Http2StreamMilestone::OPEN); in Http2Stream()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/dat/des/sprint/
H A Dzigsprint.des45 -- crawl.mark_milestone("sprint", "entered arena " .. data.teleport_spot ..
55 -- crawl.mark_milestone("sprint", "entered arena " .. data.arena_number ..
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/dat/des/portals/
H A Dwizlab.des114 crawl.mark_milestone("br.enter", "entered " .. wizlab_desc .. ".", "parent")
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/dat/des/branches/
H A Dpan.des41 crawl.mark_milestone('br.enter', 'entered the realm of ' .. name .. '.', "")