Home
last modified time | relevance | path

Searched defs:cannot_move (Results 1 – 15 of 15) sorted by relevance

/dports/games/wesnoth/wesnoth-1.14.17/src/help/
H A Dhelp_topic_generators.cpp707 const bool cannot_move = moves > type_.movement(); in operator ()() local
755 bool cannot_move = m.movement_cost > type_.movement(); in operator ()() local
/dports/games/wesnoth/wesnoth-1.14.17/src/gui/widgets/
H A Dunit_preview_pane.cpp177 const bool cannot_move = tm.moves > total_movement; in get_mp_tooltip() local
/dports/math/sdpa/sdpa-7.3.8/
H A Dsdpa_dataset.cpp164 const double cannot_move = 1.0e-4; in update() local
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-info.cc1587 bool monster_info::cannot_move() const in cannot_move() function in monster_info
H A Dmonster.cc3013 bool monster::cannot_move() const in cannot_move() function in monster
H A Dplayer.cc5400 bool player::cannot_move() const in cannot_move() function in player
/dports/games/rnd_jue/rocksndiamonds-3.3.1.0/src/
H A Dgame.h253 boolean cannot_move; member
H A Dgame.c1617 boolean cannot_move = (move_stepsize == STEPSIZE_NOT_MOVING ? TRUE : FALSE); in SetPlayerMoveSpeed() local
/dports/games/rocksndiamonds/rnd_jue-3.3.0.0/src/
H A Dgame.h251 boolean cannot_move; member
H A Dgame.c1657 boolean cannot_move = (move_stepsize == STEPSIZE_NOT_MOVING ? TRUE : FALSE); in SetPlayerMoveSpeed() local
/dports/games/rnd_jue/rnd_jue-3.3.0.0/src/
H A Dgame.h251 boolean cannot_move; member
H A Dgame.c1657 boolean cannot_move = (move_stepsize == STEPSIZE_NOT_MOVING ? TRUE : FALSE); in SetPlayerMoveSpeed() local
/dports/games/rocksndiamonds/rocksndiamonds-3.3.1.2/src/
H A Dgame.h253 boolean cannot_move; member
H A Dgame.c1617 boolean cannot_move = (move_stepsize == STEPSIZE_NOT_MOVING ? TRUE : FALSE); in SetPlayerMoveSpeed() local
/dports/games/wesnoth/wesnoth-1.14.17/src/
H A Dreports.cpp672 const bool cannot_move = tm.moves > u->total_movement(); in unit_moves() local