Home
last modified time | relevance | path

Searched +defs:game +defs:score (Results 1 – 25 of 140) sorted by relevance

123456

/dports/games/tanglet/tanglet-1.6.0/src/
H A Dclock.cpp164 void Clock::Timer::load(const QSettings& game) in load()
170 void Clock::Timer::save(QSettings& game) in save()
330 bool Clock::DisciplineTimer::addWord(int score) in addWord()
336 bool Clock::DisciplineTimer::addIncorrectWord(int score) in addIncorrectWord()
496 void Clock::StaminaTimer::saveDetails(QSettings& game) in saveDetails()
605 void Clock::StrikeoutTimer::saveDetails(QSettings& game) in saveDetails()
633 bool Clock::TangletTimer::addWord(int score) in addWord()
737 void Clock::addWord(int score) in addWord()
746 void Clock::addIncorrectWord(int score) in addIncorrectWord()
790 void Clock::load(const QSettings& game) in load()
[all …]
/dports/games/xbubble/xbubble-0.5.8/src/
H A Dxbubble.c80 int score[2] = { 0, 0 }; in play_single_player_game() local
83 Game game; in play_single_player_game() local
102 int score[2] = { 0, 0 }; in play_challenge_game() local
104 Game game; in play_challenge_game() local
122 int score[2]; in play_match() local
127 Game game; in play_match() local
161 int score[2] = { 0, 0 }; in play_demo() local
162 Game game; in play_demo() local
H A Dgame.c103 int *score; member
128 void display_cups( Game game, int n, int on ) { in display_cups()
168 int *score, in new_game()
281 void delete_game( Game game, int no_clean ) { in delete_game()
318 static void process_x_events( Game game ) { in process_x_events()
500 Game game = current_game; in frame_update() local
630 static void hide_game_msg( Game game ) { in hide_game_msg()
636 static void show_start_boxes( Game game ) { in show_start_boxes()
655 static void show_game_result( Game game ) { in show_game_result()
718 static void computer_think( Game game ) { in computer_think()
[all …]
/dports/games/kartofel/kartofel-1.2/www/
H A Dksc.php16 $score = 0; variable
19 $game = ''; variable
36 $score = intval($_POST['score']); variable
54 $game = $_POST['game']; variable
/dports/games/redeclipse16/base-1.6.0/sql/stats/
H A Dcreate.sql17 game INTEGER, field
27 game INTEGER, field
29 score INTEGER, field
34 game INTEGER, field
37 score INTEGER, field
46 game INTEGER, field
70 game INTEGER, field
80 game INTEGER, field
88 game INTEGER, field
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtbase/examples/widgets/animation/sub-attaq/
H A Dstates.h77 int score; variable
97 PlayState *game; variable
122 PlayState *game; variable
135 PlayState *game; variable
/dports/converters/wkhtmltopdf/qt-5db36ec/demos/sub-attaq/
H A Dstates.h72 int score; variable
93 PlayState *game; variable
119 PlayState *game; variable
132 PlayState *game; variable
141 PlayState *game; variable
/dports/games/cgoban/cgoban-1.9.14/src/
H A DgoScore.c38 Str *goScore_str(GoScore *score, GoGame *game, in goScore_str()
107 void goScore_compute(GoScore *score, GoGame *game) { in goScore_compute()
221 static void checkIfSeki(GoGame *game, int loc) { in checkIfSeki()
242 static void markNeighborEmptySpecial(GoGame *game, int loc, GoStone s) { in markNeighborEmptySpecial()
274 static void markSpecialStones(GoGame *game, GoStone s, uint mark) { in markSpecialStones()
284 static int findSpecialEyes(GoGame *game, GoStone s) { in findSpecialEyes()
570 void goScore_zero(GoScore *score) { in goScore_zero()
/dports/games/flyhard/flyhard-0.42/src/
H A Dgame.h44 int score; member
68 struct game struct
84 static game* the_game; argument
/dports/games/lbreakout2/lbreakout2-2.6.5/game/
H A Dgame.c58 static void game_setup_title_and_author( Game *game, Level *level ) in game_setup_title_and_author()
102 Game *game = salloc( 1, sizeof( Game ) ); in game_create() local
144 Game *game = *_game; in game_delete() local
171 void game_init( Game *game, Level *level ) in game_init()
229 void game_finalize( Game *game ) in game_finalize()
250 void game_set_current( Game *game ) in game_set_current()
256 void game_set_score( int id, int score ) in game_set_score()
384 int game_get_score( int id, int *score ) in game_get_score()
/dports/games/redeclipse/base-2.0.0/sql/stats/
H A Dcreate.sql156 game INTEGER PRIMARY KEY, field
169 game INTEGER, field
171 score INTEGER, field
176 game INTEGER NOT NULL, field
179 score INTEGER NOT NULL, field
195 game INTEGER NOT NULL, field
228 game INTEGER, field
238 game INTEGER, field
246 game INTEGER, field
H A Dupgrade_5.sql13 game INTEGER NOT NULL, field
65 game INTEGER NOT NULL, field
68 score INTEGER NOT NULL, field
101 game INTEGER PRIMARY KEY, field
/dports/games/hexxagon/hexxagon-1.0.2/src/gui/
H A Dgtkmainwindow.h42 GtkScore score; variable
51 GameModel game; variable
/dports/games/excido/excido-0.1.5c/src/
H A DVisual.h43 Game* game; variable
45 int score; //the score displayed in the hud, updated from game->score variable
/dports/games/kartofel/kartofel-1.2/
H A Dsubmit_game.cc30 bool SubmitGame(const string& name, int score, in SubmitGame()
31 const string& version, const string& game) in SubmitGame()
H A Dverifydb.cc58 int id, score; in main() local
59 string game; in main() local
/dports/games/gnujump/gnujump-1.0.8/src/
H A Dgame-output.c93 drawGame (data_t * gfx, game_t * game) in drawGame()
232 drawScore (data_t * gfx, game_t * game, Uint32 currtime) in drawScore()
237 char score[32]; in drawScore() local
279 updateScore (data_t * gfx, game_t * game, Uint32 currtime) in updateScore()
284 char score[32]; in updateScore() local
/dports/games/libretro-2048/libretro-2048-35a299c/
H A Dgame.h70 typedef struct game { struct
71 int score; member
73 game_state_t state; argument
77 } game_t; argument
/dports/games/maitretarot/maitretarot-0.1.98/src/
H A Dgame.c46 close_all_clients (game_t * game) in close_all_clients()
111 game_t *game = g_malloc (sizeof (game_t)); in game_new() local
246 init_hand (game_t * game) in init_hand()
312 dill_cards (game_t * game) in dill_cards()
348 bills (game_t * game) in bills()
463 manage_chien (game_t * game) in manage_chien()
587 play_game (game_t * game) in play_game()
698 compute_scores (game_t * game) in compute_scores()
701 gint score = 0; in compute_scores() local
808 send_scores (game_t * game) in send_scores()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/examples/org.eclipse.swt.examples.browser.demos/src/org/eclipse/swt/examples/browser/demos/
H A DPawns.java19 byte[] game = new byte[64]; field in Pawns
41 public void playRequest(byte[][] game, int type) { in playRequest()
197 int score = nWalls; in initPawnBorders() local
223 int score = eval(tmp); in evalBest() local
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Samples/pyinvaders/src/
H A DPythonInterface.cpp38 int score = GameDetails::GetScore(); in SubmitHighScore() local
48 BOOST_PYTHON_MODULE(game) in BOOST_PYTHON_MODULE() argument
/dports/games/block/blocks/
H A Dblock.c40 struct game{ struct
41 char name[NAMEL];
42 char fname[FNAMEL];
43 char xdim;
44 char ydim;
45 char field[CHARL][CHARL];
46 char diff;
71 long score=0,moves=0; in main() local
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Samples/luainvaders/src/
H A DLuaInterface.cpp32 int game = lua_gettop(L); in InitGame() local
101 int score = GameDetails::GetScore(); in GameSubmitHighScore() local
/dports/games/gtkballs/gtkballs-3.1.5/src/
H A Dsavegame.c20 gint parse_save_game(gchar *sgame, gchar **rules, gint *score, gint **board, gint **next) { in parse_save_game()
91 gint score, *board, *next; in is_valid_save_game() local
126 gchar **games = NULL, *game; in get_saved_games() local
155 gchar *save_game(gchar *rules, gint score, gint *board, gint *nextcolors) { in save_game()
/dports/games/cave9/cave9-e6896eb/src/
H A Drender.c137 void render_message (Render* render, Game* game, const char* buf) in render_message()
302 static void monolith_model (Render* render, Game* game) in monolith_model()
381 static void render_hud (Render* render, Game* game) in render_hud()
397 char score[NUMBER_STR_MAX]; in render_hud() local
461 static void render_minimap (Render* render, Game* game) in render_minimap()
479 void render_frame (Render* render, Game* game) in render_frame()

123456