Home
last modified time | relevance | path

Searched defs:score_update (Results 1 – 4 of 4) sorted by relevance

/dports/games/cave9/cave9-e6896eb/src/
H A Dscore.c187 void score_update (Score* score, int new_score, bool is_global) in score_update() function
/dports/games/lexter/lexter-1.0.3/src/
H A Dscores.c122 struct hiscore *score_update(const struct score *scr, time_t *scr_time, const char **err) in score_update() function
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dhiscores.cc103 unwind_bool score_update(crawl_state.updating_scores, true); in hiscores_new_entry() local
/dports/games/legesmotus/legesmotus-0.4.0/client/
H A DGameController.cpp2872 void GameController::score_update(PacketReader& reader) { in score_update() function in GameController