Home
last modified time | relevance | path

Searched refs:highScoreName (Results 1 – 4 of 4) sorted by relevance

/dports/games/opentyrian/opentyrian-opentyrian-77a8715634e3/src/
H A Dconfig.c849 memset(&saveFiles[z].highScoreName, 0, sizeof(saveFiles[z].highScoreName)); in JE_loadConfiguration()
850 memcpy(&saveFiles[z].highScoreName, &p[1], *p); in JE_loadConfiguration()
885 strcpy(saveFiles[z].highScoreName, defaultTeamNames[mt_rand() % 22]); in JE_loadConfiguration()
887 strcpy(saveFiles[z].highScoreName, defaultHighScoreNames[mt_rand() % 34]); in JE_loadConfiguration()
961 memset(p, 0, sizeof(tempSaveFile.highScoreName)); in JE_saveConfiguration()
962 *p = strlen(tempSaveFile.highScoreName); in JE_saveConfiguration()
963 memcpy(&p[1], &tempSaveFile.highScoreName, *p); in JE_saveConfiguration()
H A Dconfig.h68 char highScoreName[30]; /* string [29] */ member
H A Dmainint.c921 …JE_textShade(VGAScreen, 110, ((z+1) * 10) + 65 , saveFiles[temp + z].highScoreName, 15, 2, FULL_SH… in JE_highScoreScreen()
943 …JE_textShade(VGAScreen, 110, ((z+1) * 10) + 125 , saveFiles[temp + z].highScoreName, 15, 2, FULL_S… in JE_highScoreScreen()
1502 strcpy(saveFiles[i].highScoreName, saveFiles[i - 1].highScoreName); in JE_highScoreCheck()
1660 strcpy(saveFiles[slot].highScoreName, stemp); in JE_highScoreCheck()
1676 …JE_textShade(VGAScreen, 150, ((i - first_slot + 1) * 12) + 65, saveFiles[i].highScoreName, 15, 2, … in JE_highScoreCheck()
1692 …E_outTextGlow(VGAScreenSeg, 150, (slot - first_slot + 1) * 12 + 65, saveFiles[slot].highScoreName); in JE_highScoreCheck()
1967 strcpy(tempStr, saveFiles[temp + a].highScoreName); in JE_sort()
1968 strcpy(saveFiles[temp + a].highScoreName, saveFiles[temp + b].highScoreName); in JE_sort()
1969 strcpy(saveFiles[temp + b].highScoreName, tempStr); in JE_sort()
/dports/games/pangzero/pangzero-1.3/bin/
H A Dpangzero531 unless ($player->{highScoreName}) {
534 $player->{highScoreName} = &InputPlayerName($player, $message);
536 $highScoreEntry->[0] = $player->{highScoreName};
540 delete $player->{highScoreName};