Home
last modified time | relevance | path

Searched refs:player_score (Results 1 – 25 of 30) sorted by relevance

12

/dports/games/tecnoballz/tecnoballz-0.93.1/src/
H A Dhandler_high_score.cc42 scores_tables = (player_score **) NULL; in handler_high_score()
93 scores_tables = new player_score *[MAX_OF_DIFFICULTY_LEVELS]; in first_init()
98 scores_tables[i] = new player_score[MAX_OF_HIGH_SCORES]; in first_init()
99 player_score *score = scores_tables[i]; in first_init()
171 player_score * in load_high_score()
214 player_score *score = scores_tables[i]; in save_high_score()
296 player_score *score = scores_tables[difficulty_level - 1]; in is_player_ranked()
352 player_score *score = scores_tables[difficulty_level - 1]; in sort_scores()
390 player_score *
403 player_score *score = scores_tables[difficulty_level - 1]; in get_best_playername()
[all …]
H A Dsprite_display_scores.cc191 player_score *score = high_score->get_high_score_table (); in copyToText()
H A Dsprite_display_menu.cc776 player_score *score = high_score->get_high_score_table (); in copy_high_score_in_menu()
/dports/games/tecnoballz/tecnoballz-0.93.1/include/
H A Dhandler_high_score.h42 } player_score; typedef
51 player_score ** scores_tables;
68 player_score *get_high_score_table ();
/dports/games/crafty/crafty-25.2_1/
H A Dannotate.c78 int annotate_margin, annotate_score[100], player_score, best_moves, in Annotate() local
308 player_score = -999999; in Annotate()
322 player_score = annotate_score[searches_done]; in Annotate()
336 player_score + annotate_margin > in Annotate()
358 player_score = Iterate(wtm, annotate, 1); in Annotate()
375 player_score + annotate_margin < annotate_score[0] in Annotate()
387 player_pv.pathd, DisplayEvaluationKibitz(player_score, in Annotate()
391 player_pv.pathd, DisplayEvaluationKibitz(player_score, in Annotate()
397 AnnotateVtoNAG(player_score, wtm, html_mode, latex)); in Annotate()
399 fprintf(annotate_out, " %s)%s\n", AnnotateVtoNAG(player_score, in Annotate()
/dports/games/barrage/barrage-1.0.5/src/
H A Dunits.c19 extern int player_score;
187 player_score += SCORE_HUMAN_SAVE; in units_update()
190 player_score += SCORE_TANK_SAVE; in units_update()
194 player_score += SCORE_RECON_SAVE; in units_update()
312 player_score += SCORE_HUMAN_HIT; in units_check_impact()
324 player_score += SCORE_TANK_HIT; in units_check_impact()
326 player_score += SCORE_RECON_HIT; in units_check_impact()
H A Dmain.c64 int player_score = 0; variable
344 if ( player_score < 0 ) player_score = 0; in draw_score()
345 snprintf( str, 8, "%06i", player_score ); str[7] = 0; in draw_score()
497 player_score = 0; in game_init()
524 sprintf( buf, "Your result is %i points.", player_score ); in game_finalize()
526 if ( ( rank = chart_get_rank( player_score ) ) >= 0 ) { in game_finalize()
534 chart_add_entry( player_name, player_score ); in game_finalize()
H A Dbfield.c24 extern int player_ammo, player_score;
349 player_score += SCORE_RELOAD; in bfield_reload_gun()
/dports/games/powermanga/powermanga-0.93.1/src/
H A Dtexts.c47 Sint32 player_score; variable
268 if (player_score != old_player_score) in text_draw_score()
271 sprintf (text_score->string, "%08d", player_score); in text_draw_score()
273 old_player_score = player_score; in text_draw_score()
471 player_score = 0; in texts_init()
H A Dpowermanga.h222 extern Sint32 player_score;
H A Delectrical_shock.c157 player_score += spr->pow_of_dest << 2 << score_multiplier; in electrical_shock()
H A Dmenu_sections.c741 if (player_score > high_scores_points[i]) in high_scores_sort()
750 high_scores_points[i] = player_score; in high_scores_sort()
H A Dbonus.c368 player_score += 250 << score_multiplier; in bonus_collision()
H A Dextra_gun.c704 player_score += in guns_enemy_collisions()
H A Dsatellite_protections.c733 player_score += in satellites_enemy_collisions()
H A Dspaceship.c720 player_score += foe->spr.pow_of_dest << 2 << score_multiplier; in spaceship_enemy_collision()
/dports/devel/efl/efl-1.25.1/src/examples/edje/
H A Dembryo_pong.edc19 public player_score, ai_score;
23 set_int(player_score, 0);
43 set_int(player_score, get_int(player_score) + 1);
44 snprintf(buf, sizeof(buf), "%d", get_int(player_score));
/dports/games/hex-a-hop/hex-a-hop-1.1.0/src/
H A Dhex_puzzzle.cpp1423 w->player_score = score; in Restore()
1438 int player_score; member
1612 player_score = 0; in ResetLevel()
2657 if (player_score > 0) in Render()
2684 l->SetScore(player_score); in Render()
2811 levelPar = player_score = -1; in UpdateCursor()
3087 player_score += 10; in ScoreDestroy()
3369 player_score += 10; in Input()
3377 player_score += 10; in Input()
3727 player_score += 1; in Input()
[all …]
/dports/games/freeciv-nox11/freeciv-2.6.6/common/
H A Dplayer.h81 struct player_score { struct
252 struct player_score score;
/dports/games/freeciv/freeciv-2.6.6/common/
H A Dplayer.h81 struct player_score { struct
252 struct player_score score;
/dports/games/d2x/d2x-0.2.5/main/
H A Dnetmisc.c340 tmpi = INTEL_INT(Netgame.player_score[i]); in send_netgame_packet()
456 memcpy(&(netgame->player_score[i]), &(data[loc]), 4); loc += 4; in receive_netgame_packet()
457 netgame->player_score[i] = INTEL_INT(netgame->player_score[i]); in receive_netgame_packet()
H A Dmulti.h403 int player_score[MAX_PLAYERS]; member
/dports/games/r1q2/r1q2-8012_5/client/
H A Dcl_main.c1836 char *player_score; in CL_ConnectionlessPacket() local
1898 player_score = p; in CL_ConnectionlessPacket()
1899 p = strchr (player_score, ' '); in CL_ConnectionlessPacket()
1922 Com_Printf ("%-15s %5s %4s\n", LOG_CLIENT, player_name, player_score, player_ping); in CL_ConnectionlessPacket()
/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/common/main/
H A Dmulti.h871 std::array<uint32_t, MAX_PLAYERS> player_score; member
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/gis/fit/defs/
H A DProfile_Messages.csv288 ;82;player_score;uint16;;;;;;;;;;;;1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;…
408 ;83;player_score;uint16;;;;;;;;;;;;1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;…
456 ;18;player_score;uint16;;;;;;;;;;;;1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;…

12