Home
last modified time | relevance | path

Searched refs:highscore (Results 101 – 125 of 791) sorted by relevance

12345678910>>...32

/dports/games/libkdegames/libkdegames-21.12.3/po/bs/
H A Dlibkdegames5.po23 #: highscore/khighscore.cpp:148
28 #: highscore/khighscore.cpp:149
37 #: highscore/kscoredialog.cpp:35
47 #: highscore/kscoredialog.cpp:108
52 #: highscore/kscoredialog.cpp:110
57 #: highscore/kscoredialog.cpp:112
62 #: highscore/kscoredialog.cpp:114
67 #: highscore/kscoredialog.cpp:276
72 #: highscore/kscoredialog.cpp:299
78 #: highscore/kscoredialog.cpp:565
[all …]
/dports/games/sol/sol-1.0.8/
H A Dreadme.var27 "The game features a site-wide highscore file, containing the top 200\n"
28 "players. Each user may appear only once in the highscore table. The\n"
29 "highscore list is sorted on the time taken to bring the game to a\n"
33 "highscore list from the Options menu.\n"
/dports/games/xdigger/xdigger-1.0.10/
H A DImakefile19 SRCS = xdigger.c drawtext.c drawpixmaps.c title.c runlevels.c highscore.c \
21 OBJS = xdigger.o drawtext.o drawpixmaps.o title.o runlevels.o highscore.o \
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/curl/lib/
H A Dconncache.c474 timediff_t highscore = -1; in Curl_conncache_extract_bundle() local
492 if(score > highscore) { in Curl_conncache_extract_bundle()
493 highscore = score; in Curl_conncache_extract_bundle()
524 timediff_t highscore =- 1; in Curl_conncache_extract_oldest() local
550 if(score > highscore) { in Curl_conncache_extract_oldest()
551 highscore = score; in Curl_conncache_extract_oldest()
/dports/games/libkdegames/libkdegames-21.12.3/po/en_GB/
H A Dlibkdegames5.po21 #: highscore/khighscore.cpp:148
26 #: highscore/khighscore.cpp:149
35 #: highscore/kscoredialog.cpp:35
45 #: highscore/kscoredialog.cpp:108
50 #: highscore/kscoredialog.cpp:110
55 #: highscore/kscoredialog.cpp:112
60 #: highscore/kscoredialog.cpp:114
65 #: highscore/kscoredialog.cpp:276
70 #: highscore/kscoredialog.cpp:299
76 #: highscore/kscoredialog.cpp:565
[all …]
/dports/games/xboing/xboing/docs/
H A Dchanges.doc15 - Added hours into the highscore output for time played!! Fixed spelling
52 entries in the highscore are obvious as debugging tests or cheating!!
236 - Moved getUsersFullName() and getHomeDir() from highscore.c to misc.c
282 - Added some stars to the highscore table title.
286 - Added space bground to highscore table.
316 and get in the global highscore file more than once :-)
320 - Added flock to the highscore file locking as a define. Thanks to :-
342 - Added a blind wipe fade effect for highscore - really cool look.
471 - Put code in to time the game and show up in highscore table.
474 - Made some calls in highscore table better and to use misc routines.
[all …]
/dports/games/libkdegames/libkdegames-21.12.3/po/pt/
H A Dlibkdegames5.po24 #: highscore/khighscore.cpp:148
29 #: highscore/khighscore.cpp:149
38 #: highscore/kscoredialog.cpp:35
48 #: highscore/kscoredialog.cpp:108
53 #: highscore/kscoredialog.cpp:110
58 #: highscore/kscoredialog.cpp:112
63 #: highscore/kscoredialog.cpp:114
68 #: highscore/kscoredialog.cpp:276
73 #: highscore/kscoredialog.cpp:299
79 #: highscore/kscoredialog.cpp:565
[all …]
/dports/games/libkdegames/libkdegames-21.12.3/po/is/
H A Dlibkdegames5.po29 #: highscore/khighscore.cpp:148
34 #: highscore/khighscore.cpp:149
42 #: highscore/kscoredialog.cpp:35
52 #: highscore/kscoredialog.cpp:108
57 #: highscore/kscoredialog.cpp:110
62 #: highscore/kscoredialog.cpp:112
67 #: highscore/kscoredialog.cpp:114
72 #: highscore/kscoredialog.cpp:276
77 #: highscore/kscoredialog.cpp:299
83 #: highscore/kscoredialog.cpp:565
[all …]
/dports/games/libkdegames/libkdegames-21.12.3/po/eo/
H A Dlibkdegames5.po20 #: highscore/khighscore.cpp:148
25 #: highscore/khighscore.cpp:149
32 #: highscore/kscoredialog.cpp:35
42 #: highscore/kscoredialog.cpp:108
47 #: highscore/kscoredialog.cpp:110
52 #: highscore/kscoredialog.cpp:112
57 #: highscore/kscoredialog.cpp:114
62 #: highscore/kscoredialog.cpp:276
67 #: highscore/kscoredialog.cpp:299
73 #: highscore/kscoredialog.cpp:565
[all …]
/dports/games/xbomb/xbomb-2.2b/
H A Dxwindow.c59 static Widget highscore,highscoresform,highscores[12][4]; variable
284 highscore=XtVaCreatePopupShell("hiscores",topLevelShellWidgetClass,toplevel, in InitialiseX()
289 highscoresform=XtVaCreateManagedWidget("form",formWidgetClass,highscore, in InitialiseX()
329 XtVaSetValues(highscore,XtNiconPixmap,icon_p,NULL); in InitialiseX()
334 XtManageChild(highscore); in InitialiseX()
353 XSetWMProtocols(display,XtWindow(highscore),&close_atom,1); in InitialiseX()
354 XtAddEventHandler(highscore,0,True,close_proc,NULL); in InitialiseX()
839 if(w==highscore) in key_press_proc()
895 XtPopup(highscore,XtGrabNone); in hiscore_proc()
897 XtPopdown(highscore); in hiscore_proc()
/dports/games/moon-buggy/moon-buggy-1.0.51/
H A DNEWS1 fix highscore file corruption bug (thanks, Arnd Behring)
13 new highscore list
/dports/net/rclone/rclone-1.57.0/vendor/storj.io/common/identity/
H A Dcertificate_authority.go92 highscore = new(uint32)
116 hs := atomic.LoadUint32(highscore)
141 atomic.SwapUint32(highscore, uint32(difficulty))
148 hs := atomic.LoadUint32(highscore)
152 if atomic.CompareAndSwapUint32(highscore, hs, uint32(difficulty)) {
/dports/net/storj/storj-1.45.3/vendor/storj.io/common/identity/
H A Dcertificate_authority.go92 highscore = new(uint32)
116 hs := atomic.LoadUint32(highscore)
141 atomic.SwapUint32(highscore, uint32(difficulty))
148 hs := atomic.LoadUint32(highscore)
152 if atomic.CompareAndSwapUint32(highscore, hs, uint32(difficulty)) {
/dports/games/libkdegames/libkdegames-21.12.3/po/ro/
H A Dlibkdegames5.po19 #: highscore/khighscore.cpp:148
24 #: highscore/khighscore.cpp:149
31 #: highscore/kscoredialog.cpp:35
41 #: highscore/kscoredialog.cpp:108
46 #: highscore/kscoredialog.cpp:110
51 #: highscore/kscoredialog.cpp:112
56 #: highscore/kscoredialog.cpp:114
61 #: highscore/kscoredialog.cpp:276
66 #: highscore/kscoredialog.cpp:299
72 #: highscore/kscoredialog.cpp:565
[all …]
/dports/games/libkdegames/libkdegames-21.12.3/po/pl/
H A Dlibkdegames5.po30 #: highscore/khighscore.cpp:148
35 #: highscore/khighscore.cpp:149
44 #: highscore/kscoredialog.cpp:35
54 #: highscore/kscoredialog.cpp:108
59 #: highscore/kscoredialog.cpp:110
64 #: highscore/kscoredialog.cpp:112
69 #: highscore/kscoredialog.cpp:114
74 #: highscore/kscoredialog.cpp:276
79 #: highscore/kscoredialog.cpp:299
85 #: highscore/kscoredialog.cpp:565
[all …]
/dports/games/libkdegames/libkdegames-21.12.3/po/sv/
H A Dlibkdegames5.po23 #: highscore/khighscore.cpp:148
28 #: highscore/khighscore.cpp:149
37 #: highscore/kscoredialog.cpp:35
47 #: highscore/kscoredialog.cpp:108
52 #: highscore/kscoredialog.cpp:110
57 #: highscore/kscoredialog.cpp:112
62 #: highscore/kscoredialog.cpp:114
67 #: highscore/kscoredialog.cpp:276
72 #: highscore/kscoredialog.cpp:299
78 #: highscore/kscoredialog.cpp:565
[all …]
/dports/games/libkdegames/libkdegames-21.12.3/po/eu/
H A Dlibkdegames5.po27 #: highscore/khighscore.cpp:148
32 #: highscore/khighscore.cpp:149
41 #: highscore/kscoredialog.cpp:35
51 #: highscore/kscoredialog.cpp:108
56 #: highscore/kscoredialog.cpp:110
61 #: highscore/kscoredialog.cpp:112
66 #: highscore/kscoredialog.cpp:114
71 #: highscore/kscoredialog.cpp:276
76 #: highscore/kscoredialog.cpp:299
82 #: highscore/kscoredialog.cpp:565
[all …]
/dports/games/libkdegames/libkdegames-21.12.3/po/gl/
H A Dlibkdegames5.po24 #: highscore/khighscore.cpp:148
29 #: highscore/khighscore.cpp:149
38 #: highscore/kscoredialog.cpp:35
48 #: highscore/kscoredialog.cpp:108
53 #: highscore/kscoredialog.cpp:110
58 #: highscore/kscoredialog.cpp:112
63 #: highscore/kscoredialog.cpp:114
68 #: highscore/kscoredialog.cpp:276
73 #: highscore/kscoredialog.cpp:299
79 #: highscore/kscoredialog.cpp:565
[all …]
/dports/games/libkdegames/libkdegames-21.12.3/po/hr/
H A Dlibkdegames5.po23 #: highscore/khighscore.cpp:148
28 #: highscore/khighscore.cpp:149
37 #: highscore/kscoredialog.cpp:35
47 #: highscore/kscoredialog.cpp:108
52 #: highscore/kscoredialog.cpp:110
57 #: highscore/kscoredialog.cpp:112
62 #: highscore/kscoredialog.cpp:114
67 #: highscore/kscoredialog.cpp:276
72 #: highscore/kscoredialog.cpp:299
79 #: highscore/kscoredialog.cpp:565
[all …]
/dports/games/libkdegames/libkdegames-21.12.3/po/it/
H A Dlibkdegames5.po21 #: highscore/khighscore.cpp:148
26 #: highscore/khighscore.cpp:149
35 #: highscore/kscoredialog.cpp:35
45 #: highscore/kscoredialog.cpp:108
50 #: highscore/kscoredialog.cpp:110
55 #: highscore/kscoredialog.cpp:112
60 #: highscore/kscoredialog.cpp:114
65 #: highscore/kscoredialog.cpp:276
70 #: highscore/kscoredialog.cpp:299
76 #: highscore/kscoredialog.cpp:565
[all …]
/dports/games/libkdegames/libkdegames-21.12.3/po/nds/
H A Dlibkdegames5.po21 #: highscore/khighscore.cpp:148
26 #: highscore/khighscore.cpp:149
35 #: highscore/kscoredialog.cpp:35
45 #: highscore/kscoredialog.cpp:108
50 #: highscore/kscoredialog.cpp:110
55 #: highscore/kscoredialog.cpp:112
60 #: highscore/kscoredialog.cpp:114
65 #: highscore/kscoredialog.cpp:276
70 #: highscore/kscoredialog.cpp:299
76 #: highscore/kscoredialog.cpp:565
[all …]
/dports/games/libkdegames/libkdegames-21.12.3/po/nl/
H A Dlibkdegames5.po29 #: highscore/khighscore.cpp:148
34 #: highscore/khighscore.cpp:149
43 #: highscore/kscoredialog.cpp:35
53 #: highscore/kscoredialog.cpp:108
58 #: highscore/kscoredialog.cpp:110
63 #: highscore/kscoredialog.cpp:112
68 #: highscore/kscoredialog.cpp:114
73 #: highscore/kscoredialog.cpp:276
78 #: highscore/kscoredialog.cpp:299
84 #: highscore/kscoredialog.cpp:565
[all …]
/dports/games/libkdegames/libkdegames-21.12.3/po/da/
H A Dlibkdegames5.po22 #: highscore/khighscore.cpp:148
27 #: highscore/khighscore.cpp:149
36 #: highscore/kscoredialog.cpp:35
46 #: highscore/kscoredialog.cpp:108
51 #: highscore/kscoredialog.cpp:110
56 #: highscore/kscoredialog.cpp:112
61 #: highscore/kscoredialog.cpp:114
66 #: highscore/kscoredialog.cpp:276
71 #: highscore/kscoredialog.cpp:299
77 #: highscore/kscoredialog.cpp:565
[all …]
/dports/games/libkdegames/libkdegames-21.12.3/po/et/
H A Dlibkdegames5.po21 #: highscore/khighscore.cpp:148
26 #: highscore/khighscore.cpp:149
35 #: highscore/kscoredialog.cpp:35
45 #: highscore/kscoredialog.cpp:108
50 #: highscore/kscoredialog.cpp:110
55 #: highscore/kscoredialog.cpp:112
60 #: highscore/kscoredialog.cpp:114
65 #: highscore/kscoredialog.cpp:276
70 #: highscore/kscoredialog.cpp:299
76 #: highscore/kscoredialog.cpp:565
[all …]
/dports/games/libkdegames/libkdegames-21.12.3/po/de/
H A Dlibkdegames5.po22 #: highscore/khighscore.cpp:148
27 #: highscore/khighscore.cpp:149
36 #: highscore/kscoredialog.cpp:35
46 #: highscore/kscoredialog.cpp:108
51 #: highscore/kscoredialog.cpp:110
56 #: highscore/kscoredialog.cpp:112
61 #: highscore/kscoredialog.cpp:114
66 #: highscore/kscoredialog.cpp:276
71 #: highscore/kscoredialog.cpp:299
77 #: highscore/kscoredialog.cpp:565
[all …]

12345678910>>...32