Home
last modified time | relevance | path

Searched refs:end_game (Results 1 – 25 of 108) sorted by relevance

12345

/dports/games/nighthawk/nighthawk/src/
H A Dxpm_loader.cc50 end_game(-1); in parse_error()
150 end_game(-1); in parse_colour_block()
166 end_game(-1); in parse_colour_block()
229 end_game(-1); in parse_bitmap()
280 end_game(-1); in load_xpm()
288 end_game(-1); in load_xpm()
H A Dfloor.cc84 end_game(-1); in load()
105 end_game(-1); in load()
H A Dmisc.cc41 end_game(-1); in malloc_error_h()
H A Dmain.cc133 end_game(0); in main()
/dports/games/nighthawk/nighthawk/src/attic/
H A Dned.cc34 int end_game = 0; variable
44 while(!end_game) in fg_loop()
58 end_game = 1; in fg_loop()
/dports/games/asteroids3d/asteroids3D-0.5.1/src/
H A Dkeyb.c41 .end_game = 27 /* == '\e' */,
74 .end_game = 27 /* == '\e' */,
105 if (key == keymap.end_game) in keyboard_handler()
106 end_game(); in keyboard_handler()
H A Dscore.c204 if (key == keymap.end_game) in score_keyboard_handler()
244 key_char2str(keymap.end_game, buf, sizeof(buf)); in score_display()
H A Dshield.c71 end_game(); in process_shield()
/dports/games/tanks-of-freedom/Tanks-of-Freedom-0.7.0-beta/scripts/
H A Dgame_conditions.gd11 self.action_controller.end_game(-1)
15 self.action_controller.end_game(self.action_controller.current_player)
/dports/games/abe/abe-1.1/src/
H A DGame.c269 if(game.end_game) { in gameBeforeDrawToScreen()
346 if(!game.end_game) { in gameMainLoop()
352 if(!game.end_game) { in gameMainLoop()
358 if(!game.end_game) { in gameMainLoop()
364 if(!game.end_game) { in gameMainLoop()
373 if(!game.end_game) { in gameMainLoop()
390 if(!game.end_game) { in gameMainLoop()
550 game.end_game = 1; in gameCheckPosition()
784 game.end_game = 0; in runMap()
H A DGame.h53 int end_game; member
/dports/irc/atheme-services/atheme-7.2.9/modules/contrib/
H A Dwumpus.c332 static void end_game(void);
343 end_game(); in init_game()
390 end_game(void) in end_game() function
529 end_game(); in shoot_player()
565 end_game(); in check_last_person_alive()
570 end_game(); in check_last_person_alive()
915 end_game(); in cmd_reset()
1002 end_game(); in _moddeinit()
/dports/games/dobutsu/dobutsu-2/
H A Ddobutsu.c73 static void end_game(void);
294 end_game() in end_game() function
323 end_game(); in cmd_new()
499 end_game(); in cmd_exit()
/dports/games/biloba/biloba-0.9.3/src/
H A Dutils.c287 end_game(); in handle_generic_event()
291 end_game(); in handle_generic_event()
300 end_game(); in handle_generic_event()
H A Dlogic.h29 void end_game(void);
/dports/devel/godot-tools/godot-demo-projects-8d9d58f112d8/networking/multiplayer_bomber/
H A Dgamestate.gd34 end_game()
49 end_game()
165 func end_game():
/dports/games/tanks-of-freedom/Tanks-of-Freedom-0.7.0-beta/scripts/storyteller/actions/
H A Dwin.gd4 self.bag.root.action_controller.end_game(action_details['player'])
/dports/games/nuclearchess/nuclearchess-1.0.0/src/
H A Dgui.c51 bool end_game; variable
253 end_game = TRUE; in game_over()
547 if (end_game) { in button_tip()
610 if (end_game && letzter_zug_mensch) { in button_back()
618 end_game = FALSE; in button_back()
664 if (end_game) { in button_change_color()
715 end_game = FALSE; in button_restart_game()
840 end_game = FALSE; in button_start_game()
/dports/games/exult/exult-snapshot-v1.7.0.20211128/gamemgr/
H A Dsigame.h30 void end_game(bool success) override;
H A Dbggame.h31 void end_game(bool success) override;
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dend.h15 NORETURN void end_game(scorefile_entry &se);
/dports/games/py-pychess/pychess-1.0.2/lib/pychess/Utils/
H A DLearnModel.py89 self.end_game = True
117 if self.end_game:
/dports/games/alienwave/alienwave/
H A Dmain.c310 void end_game() in end_game() function
401 end_game(); in main()
/dports/games/xataxx/xataxx/
H A Ddemo.c37 while (!end_game()) { in demo()
/dports/games/tuxmath/tuxmath_w_fonts-2.0.3/src/
H A Dserver.c100 void end_game(void);
382 end_game(); in StopSrvrGame()
851 end_game(); in server_check_stdin()
946 end_game(); in check_game_clients()
1404 void end_game(void) in end_game() function

12345