Home
last modified time | relevance | path

Searched defs:num_turns (Results 1 – 25 of 25) sorted by relevance

/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/tests/
H A Dchar_suffer_test.cpp28 const int num_turns = to_turns<int>( dur ); in test_suffer() local
38 const int num_turns = to_turns<int>( dur ); in test_suffer_focus_lost() local
59 const int num_turns = to_turns<int>( dur ); in test_suffer_bodypart_hp_lost() local
74 const int num_turns = to_turns<int>( dur ); in test_suffer_pain_felt() local
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/tests/
H A Dchar_suffer_test.cpp28 const int num_turns = to_turns<int>( dur ); in test_suffer() local
38 const int num_turns = to_turns<int>( dur ); in test_suffer_focus_lost() local
59 const int num_turns = to_turns<int>( dur ); in test_suffer_bodypart_hp_lost() local
74 const int num_turns = to_turns<int>( dur ); in test_suffer_pain_felt() local
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dactivity_tracker.cpp127 int num_turns = to_turns<int>( calendar::turn - current_turn ); in new_turn() local
H A Ditem.cpp9009 void item::set_countdown( int num_turns ) in set_countdown()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dactivity_tracker.cpp127 int num_turns = to_turns<int>( calendar::turn - current_turn ); in new_turn() local
H A Ditem.cpp9009 void item::set_countdown( int num_turns ) in set_countdown()
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Actuators/
H A DMcKibbenActuator.cpp47 McKibbenActuator::McKibbenActuator(const string& name, double num_turns, double thread_length) in McKibbenActuator()
/dports/games/freeorion/freeorion-0.4.10.2/test/system/
H A DSmokeTestGame.cpp82 int num_turns = 3; in BOOST_FIXTURE_TEST_SUITE() local
H A DSmokeTestHostless.cpp52 int num_turns = 3; in BOOST_FIXTURE_TEST_SUITE() local
/dports/science/chrono/chrono-7.0.1/src/chrono_vehicle/utils/
H A DChVehiclePath.cpp59 int num_turns) { in CirclePath()
/dports/games/wesnoth/wesnoth-1.14.17/src/whiteboard/
H A Dside_actions.hpp211 size_t num_turns() const { return turn_beginnings_.size(); } in num_turns() function in wb::side_actions_container
340 size_t num_turns() const { return actions_.num_turns(); } in num_turns() function in wb::side_actions
/dports/games/wesnoth/wesnoth-1.14.17/src/game_initialization/
H A Dconfigure_engine.hpp49 int num_turns() const in num_turns() function in ng::configure_engine
/dports/games/wesnoth/wesnoth-1.14.17/src/
H A Dmp_game_settings.hpp46 int num_turns; member
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dhiscores.h119 int num_turns; // number of turns taken variable
H A Dtileweb.h73 int num_turns; member
H A Dplayer.h294 int num_turns; // number of turns taken variable
/dports/games/gnurobots/gnurobots-1.2.0/src/
H A Dgrobot.c326 void g_robot_turn(GRobot *robot, gint num_turns) in g_robot_turn()
/dports/www/osrm-backend/osrm-backend-5.26.0/src/guidance/
H A Dturn_lane_handler.cpp436 const auto num_turns = [&]() { in isSimpleIntersection() local
/dports/games/wesnoth/wesnoth-1.14.17/src/gui/dialogs/multiplayer/
H A Dmp_create_game.cpp926 const int num_turns = turns_->get_widget_value(window); in post_show() local
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Actuators/Test/
H A DtestActuators.cpp458 double num_turns = 1.5; // 1.5 turns in testMcKibbenActuator() local
/dports/games/uqm/uqm-0.8.0/src/uqm/
H A Dhyper.c576 SIZE num_turns; in init_transition() local
/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DSitRepPanel.cpp44 void SnoozeSitRepForNTurns(std::string sitrep_text, int start_turn, int num_turns) { in SnoozeSitRepForNTurns()
/dports/games/angband/Angband-4.2.2/src/
H A Dmon-move.c1982 int num_turns = turn - cave->turn; in restore_monsters() local
/dports/games/dungeoncrawl/dc400b26-src/source/
H A Dexterns.h329 long num_turns; // number of turns taken member
548 long num_turns; // number of turns taken member
/dports/games/wesnoth/wesnoth-1.14.17/src/server/
H A Dgame.cpp1319 const int num_turns = ctw_node["max"].to_int(); in process_change_turns_wml() local