Home
last modified time | relevance | path

Searched refs:show_move (Results 1 – 13 of 13) sorted by relevance

/dports/games/wesnoth/wesnoth-1.14.17/src/actions/
H A Dmove.hpp107 bool show_move = true,
116 bool show_move = true);
H A Dmove.cpp1182 bool show_move, in move_unit_internal() argument
1193 mover.try_actual_movement(show_move); in move_unit_internal()
1213 if (show_move) { in move_unit_internal()
1248 bool continued_move, bool show_move, in move_unit_and_record() argument
1279 size_t r = move_unit_internal(undo_stack, show_move, interrupted, mover); in move_unit_and_record()
1288 return move_unit_internal(undo_stack, show_move, interrupted, mover); in move_unit_and_record()
1294 bool continued_move,bool skip_ally_sighted, bool show_move) in move_unit_from_replay() argument
1304 return move_unit_internal(undo_stack, show_move, nullptr, mover); in move_unit_from_replay()
/dports/cad/jspice3/jspice3-2.5/src/lib/sced/
H A Dcopy.c28 static void show_move(struct ka*,struct ka*);
37 static void show_move();
200 show_move(&NewBB,&OldBB);
214 show_move(&OldBB,&NewBB);
258 show_move(&OldBB,&NewBB);
269 show_move(&OldBB,&NewBB);
314 show_move(&OldBB,&NewBB);
647 show_move(OBB,NBB) in show_move() function
/dports/games/wesnoth/wesnoth-1.14.17/src/
H A Dsynced_commands.cpp311 bool show_move = show; in SYNCED_COMMAND_HANDLER_FUNCTION() local
314 show_move = show_move && !preferences::skip_ai_moves(); in SYNCED_COMMAND_HANDLER_FUNCTION()
316 …lay(steps, use_undo ? resources::undo_stack : nullptr, skip_sighted, skip_ally_sighted, show_move); in SYNCED_COMMAND_HANDLER_FUNCTION()
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgxchar.c575 private int show_move(P1(gs_show_enum * penum));
585 code = show_move(penum); in continue_show_update()
686 show_move(gs_show_enum * penum) in show_move() function
906 code = show_move(penum); in show_proceed()
1027 code = show_move(penum); in show_proceed()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgxchar.c575 private int show_move(P1(gs_show_enum * penum));
585 code = show_move(penum); in continue_show_update()
686 show_move(gs_show_enum * penum) in show_move() function
906 code = show_move(penum); in show_proceed()
1027 code = show_move(penum); in show_proceed()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxchar.c741 static int show_move(gs_show_enum * penum);
751 code = show_move(penum); in continue_show_update()
889 show_move(gs_show_enum * penum) in show_move() function
1139 code = show_move(penum); in show_proceed()
1270 code = show_move(penum); in show_proceed()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxchar.c741 static int show_move(gs_show_enum * penum);
751 code = show_move(penum); in continue_show_update()
889 show_move(gs_show_enum * penum) in show_move() function
1119 code = show_move(penum); in show_proceed()
1248 code = show_move(penum); in show_proceed()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxchar.c741 static int show_move(gs_show_enum * penum);
751 code = show_move(penum); in continue_show_update()
889 show_move(gs_show_enum * penum) in show_move() function
1139 code = show_move(penum); in show_proceed()
1270 code = show_move(penum); in show_proceed()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxchar.c754 static int show_move(gs_show_enum * penum);
764 code = show_move(penum); in continue_show_update()
902 show_move(gs_show_enum * penum) in show_move() function
1121 code = show_move(penum); in show_proceed()
1251 code = show_move(penum); in show_proceed()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxchar.c741 static int show_move(gs_show_enum * penum);
751 code = show_move(penum); in continue_show_update()
889 show_move(gs_show_enum * penum) in show_move() function
1119 code = show_move(penum); in show_proceed()
1248 code = show_move(penum); in show_proceed()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxchar.c754 static int show_move(gs_show_enum * penum);
764 code = show_move(penum); in continue_show_update()
902 show_move(gs_show_enum * penum) in show_move() function
1121 code = show_move(penum); in show_proceed()
1251 code = show_move(penum); in show_proceed()
/dports/games/monsterz/monsterz-0.7.1/
H A Dmonsterz.py516 self.show_move = False
926 if self.show_move:
1154 if self.show_move and (monsterz.timer % 6) == 0:
1170 self.show_move = False
1220 self.show_move = True
1222 self.show_move = False
1608 if self.game.eyes >= 1 and not self.game.show_move: