Home
last modified time | relevance | path

Searched refs:SCORE_VERSION (Results 1 – 6 of 6) sorted by relevance

/dports/games/xboing/xboing/include/
H A Dhighscore.h64 #define SCORE_VERSION 2 macro
/dports/games/neverball/neverball-1.6.0/ball/
H A Dset.c63 #define SCORE_VERSION 2 macro
110 fs_printf(fp, "version %d\nset %s\n", SCORE_VERSION, s->id); in set_store_hs()
/dports/games/xsokoban/xsokoban/
H A Dscore.c31 #define SCORE_VERSION "xs02" macro
416 if (0 == strcmp(magic, SCORE_VERSION)) { in ReadScore()
642 if (fwrite(SCORE_VERSION, 4, 1, scorefile) != 1) { in WriteScore()
/dports/games/xboing/xboing/
H A Dhighscore.c994 scoresHeader.version = htonl((u_long) SCORE_VERSION); in InitialiseHighScores()
1051 if (ntohl(scoresHeader.version) != (u_long) SCORE_VERSION)
1116 scoresHeader.version = htonl((u_long)SCORE_VERSION);
/dports/biology/bio-mocha/bcftools-1.14/plugins/
H A Dscore.c41 #define SCORE_VERSION "2021-10-15" macro
300 "About: Compute polygenic scores for an input cohort. (version " SCORE_VERSION in usage_text()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dhiscores.cc64 #define SCORE_VERSION "0.1" macro
1117 string score_version = SCORE_VERSION; in set_base_xlog_fields()