MCPcopy Create free account

hub / github.com/crawl/crawl / functions

Functions17,100 in github.com/crawl/crawl

↓ 6 callersFunction_dgn_random_point_in_bounds
Returns a random point in map bounds matching the given search feature, and respecting the map mask (a map mask of MMT_VAULT ensures that positions in
crawl-ref/source/dungeon.cc:3816
↓ 6 callersFunction_diggable
crawl-ref/source/dgn-delve.cc:97
↓ 6 callersFunction_dur_colour
crawl-ref/source/status.cc:135
↓ 6 callersFunction_equip_oper
crawl-ref/source/item-use.cc:879
↓ 6 callersFunction_foe_effect_viable
use when a dur/ench-type effect can only be cast once
crawl-ref/source/mon-cast.cc:1241
↓ 6 callersFunction_getRandomisedStr
crawl-ref/source/database.cc:669
↓ 6 callersFunction_has
(it, key)
crawl-ref/source/webserver/game_data/static/simplebar.js:118
↓ 6 callersFunction_hex
crawl-ref/source/colour.cc:691
↓ 6 callersFunction_hs_close
crawl-ref/source/hiscores.cc:608
↓ 6 callersFunction_in_map
crawl-ref/source/dgn-delve.cc:92
↓ 6 callersFunction_is_consonant
* Is the given character a lower-case ascii consonant? * * For our purposes, y is not a consonant. */
crawl-ref/source/item-name.cc:2678
↓ 6 callersFunction_is_slow_equip
crawl-ref/source/item-use.cc:1229
↓ 6 callersFunction_is_valid_mutation
crawl-ref/source/mutation.cc:345
↓ 6 callersFunction_job_allowed
crawl-ref/source/newgame.cc:141
↓ 6 callersFunction_make_derived_undead
* Make derived undead out of a dying/dead monster. * * @param mons the monster that died * @param quiet whether to print flavour message
crawl-ref/source/mon-death.cc:1527
↓ 6 callersFunction_mark_expiring
crawl-ref/source/status.cc:157
↓ 6 callersFunction_mod
crawl-ref/source/message.cc:236
↓ 6 callersFunction_mpr
crawl-ref/source/message.cc:1510
↓ 6 callersFunction_pop_delay
crawl-ref/source/delay.cc:106
↓ 6 callersFunction_push_back_if_nonempty
crawl-ref/source/directn.cc:1781
↓ 6 callersFunction_random_class_of_skill_name
crawl-ref/source/mon-util.cc:4032
↓ 6 callersFunction_replace_speech_tag
From should be of the form "prefix @tag@". Replaces all substrings of the form "prefix @tag@" with to, and all strings of the form "prefix @tag/alt@"
crawl-ref/source/mon-util.cc:4204
↓ 6 callersFunction_reset_travel_colours
crawl-ref/source/viewmap.cc:341
↓ 6 callersFunction_safe_feat
crawl-ref/source/tilecell.cc:372
↓ 6 callersFunction_short_read
crawl-ref/source/tags.cc:167
↓ 6 callersFunction_uselessness_desc
crawl-ref/source/describe.cc:2614
↓ 6 callersFunctionacquirement_create_item
crawl-ref/source/acquire.cc:1215
↓ 6 callersMethodactivate
crawl-ref/source/mapmark.cc:67
↓ 6 callersFunctionactor_slime_wall_immune
crawl-ref/source/actor.cc:402
↓ 6 callersFunctionactor_to_death_source
crawl-ref/source/ouch.cc:1628
↓ 6 callersMethodadjusted_body_armour_penalty
* The encumbrance penalty to the player for their worn body armour. * * @param scale A scale to multiply the result by, to avoid precision loss.
crawl-ref/source/player.cc:6178
↓ 6 callersFunctionadmin_log_msg
(text)
crawl-ref/source/webserver/static/scripts/client.js:639
↓ 6 callersMethodapply_beam_conducts
crawl-ref/source/beam.cc:716
↓ 6 callersFunctionare_fixed_props_ok
crawl-ref/source/artefact.cc:822
↓ 6 callersMethodarm_name
crawl-ref/source/monster.cc:2485
↓ 6 callersFunctionarmour_is_enchantable
* Return whether a piece of armour is enchantable. * * This function ignores the current enchantment level, so is still * true for maximally-enchan
crawl-ref/source/item-prop.cc:1363
↓ 6 callersFunctionarray_cat
crawl-ref/source/catch2-tests/catch_amalgamated.hpp:10460
↓ 6 callersFunctionbane_from_name
* Given some name, return a bane type. Tries to match the short description as found in `bane-data.h`. * If `partial_matches` is set, it will fill th
crawl-ref/source/mutation.cc:3367
↓ 6 callersFunctionbk
(a)
crawl-ref/source/webserver/static/scripts/contrib/jquery.js:2
↓ 6 callersFunctioncan_do_capstone_ability
Would a god currently allow using a one-time six-star ability? * Does not check whether the god actually grants such an ability. */
crawl-ref/source/god-abil.cc:132
↓ 6 callersFunctioncan_go_straight
Checks whether there is a straight path from p1 to p2 that monster can safely passes through. If it exists, such a path may be missed; on the other ha
crawl-ref/source/mon-movetarget.cc:1090
↓ 6 callersMethodcan_smell
crawl-ref/source/player.cc:8085
↓ 6 callersFunctioncan_swim
crawl-ref/source/species.cc:319
↓ 6 callersMethodcan_swim
crawl-ref/source/player.cc:5863
↓ 6 callersFunctioncant_transform_reason
* Is the player unable to enter the given form? If so, why? */
crawl-ref/source/transform.cc:1832
↓ 6 callersFunctioncast_manifold_assault
Mildly hacky: If this was triggered via Autumn Katana, katana_defender is the target it first triggered on. If nullptr, this is a normal cast.
crawl-ref/source/spl-transloc.cc:1392
↓ 6 callersFunctioncast_toxic_radiance
crawl-ref/source/spl-damage.cc:3494
↓ 6 callersFunctionchange_species_to
* Change the player's species to something else. * * This is used primarily in wizmode, but is also used for extreme * cases of save compatibility
crawl-ref/source/species.cc:694
↓ 6 callersMethodchanged
crawl-ref/source/map-cell.h:309
↓ 6 callersFunctioncheck_ability_possible
crawl-ref/source/ability.cc:2542
↓ 6 callersFunctioncheck_selected_skills
Make sure at least one skill is selected. If not, go to the skill menu and return true.
crawl-ref/source/skills.cc:792
↓ 6 callersFunctionclamp_in_bounds
crawl-ref/source/coord.cc:92
↓ 6 callersMethodclamped
crawl-ref/source/coord-def.h:190
↓ 6 callersMethodclear
crawl-ref/source/arena.cc:166
↓ 6 callersMethodclear_fearmongers
Clear the list of fearmongers. Doesn't message.
crawl-ref/source/fearmonger.cc:95
↓ 6 callersFunctionclear_message_store
crawl-ref/source/message.cc:2157
↓ 6 callersMethodclear_text_tags
crawl-ref/source/tileweb.cc:2395
↓ 6 callersFunctionclear_travel_trail
crawl-ref/source/travel.cc:5324
↓ 6 callersMethodclone
crawl-ref/source/mapmark.cc:142
↓ 6 callersMethodclose
crawl-ref/source/tags.cc:142
↓ 6 callersMethodcloud_immune
crawl-ref/source/actor.cc:233
↓ 6 callersFunctioncommand_to_name
crawl-ref/source/macro.cc:2162
↓ 6 callersMethodcompare
crawl-ref/source/externs.h:296
↓ 6 callersFunctioncreateCommonjsModule
(fn, module)
crawl-ref/source/webserver/game_data/static/simplebar.js:46
↓ 6 callersFunctioncreate_password_token
(user_id)
crawl-ref/source/webserver/webtiles/userdb.py:598
↓ 6 callersFunctioncurs_calc_pair_safe
see declaration
crawl-ref/source/libunix.cc:1244
↓ 6 callersFunctioncurses_color_to_internal_colour
see declaration
crawl-ref/source/libunix.cc:1560
↓ 6 callersFunctiondamage_rating
crawl-ref/source/describe.cc:1432
↓ 6 callersFunctiondebug_cap_stat
crawl-ref/source/dbg-util.cc:467
↓ 6 callersFunctiondecline_pronoun
crawl-ref/source/english.cc:286
↓ 6 callersFunctiondel_exclude
Remove a possible exclude.
crawl-ref/source/exclude.cc:521
↓ 6 callersMethoddel_gold
crawl-ref/source/player.cc:8294
↓ 6 callersFunctiondescribe_to_hit
* Calculate and describe the % chance of a player hitting the given monster. * * @param mi[in] Player-visible info about the monster in q
crawl-ref/source/describe.cc:5773
↓ 6 callersFunctiondgn_place_item
crawl-ref/source/dungeon.cc:5104
↓ 6 callersFunctiondgn_reset_level
crawl-ref/source/dungeon.cc:1529
↓ 6 callersFunctiondgn_smooth_height_at
crawl-ref/source/dgn-height.cc:57
↓ 6 callersFunctiondistance2
crawl-ref/source/coord.cc:16
↓ 6 callersFunctiondithmenos_get_player_shadow
crawl-ref/source/god-passive.cc:936
↓ 6 callersFunctiondlua_push_coordinates
crawl-ref/source/l-dgn.cc:632
↓ 6 callersFunctiondo_mon_name_replacements
This should take a small subset of what do_mon_str_replacements() does.
crawl-ref/source/mon-util.cc:4662
↓ 6 callersMethoddrain
crawl-ref/source/player.cc:7430
↓ 6 callersMethoddrain_magic
crawl-ref/source/player.cc:8495
↓ 6 callersFunctiondump_test_fails
* Toss failures from a test into stderr & an error file, if there were any * failures. * * @param fails The failures, if any. * @param name
crawl-ref/source/errors.cc:59
↓ 6 callersMethodedit
* A rudimentary textbox editing mode. * * This uses a line_reader to read some text at the location of the TextItem. * It does not do anything with
crawl-ref/source/precision-menu.cc:740
↓ 6 callersMethodeffect
crawl-ref/source/potion.cc:256
↓ 6 callersMethodend
crawl-ref/source/exclude.cc:301
↓ 6 callersMethodengage
crawl-ref/source/catch2-tests/catch_amalgamated.hpp:8669
↓ 6 callersFunctionenumify
(name, enum)
crawl-ref/source/util/genutil.py:55
↓ 6 callersMethodevil
Is this creature despised by the so-called 'good gods'?
crawl-ref/source/actor.cc:1142
↓ 6 callersMethodexpose_region
crawl-ref/source/ui.cc:106
↓ 6 callersFunctionfeat_is_fountain
Is this feature a type of fountain? */
crawl-ref/source/terrain.cc:693
↓ 6 callersFunctionfeat_is_portal
Is this feature a kind of portal? */
crawl-ref/source/terrain.cc:253
↓ 6 callersFunctionfeat_is_traversable_now
Returns true if the character can cross this dungeon feature, and the player hasn't requested that travel avoid the feature.
crawl-ref/source/travel.cc:268
↓ 6 callersMethodfinish
crawl-ref/source/catch2-tests/catch_amalgamated.hpp:1919
↓ 6 callersFunctionfixup_ability
TODO: consolidate with player_has_ability?
crawl-ref/source/ability.cc:1158
↓ 6 callersFunctionflavour_has_reach
* Does a monster attacking with this flavour reach as if using a polearm? * * @param flavour The attack flavour in question; e.g. AF_COLD. * @ret
crawl-ref/source/mon-util.cc:2209
↓ 6 callersMethodflush_messages
crawl-ref/source/tileweb.cc:313
↓ 6 callersFunctionfull_describe_square
Show a description of the only thing on a square, or a selection menu with visible things on the square if there are many. For x-v and similar context
crawl-ref/source/directn.cc:2772
↓ 6 callersMethodfull_text
The full string, with elements joined as appropriate.
crawl-ref/source/message.cc:213
↓ 6 callersFunctiongem_for_branch
crawl-ref/source/item-prop.cc:2291
← previousnext →1,801–1,900 of 17,100, ranked by callers