]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commit
Keyhunt: fix #2344 "KeyHunt: Unfair scoring when key is destroyed when playing with... terencehill/keyhunt_score_distribution_fix 1426/head
authorterencehill <piuntn@gmail.com>
Wed, 2 Apr 2025 18:01:29 +0000 (20:01 +0200)
committerterencehill <piuntn@gmail.com>
Wed, 2 Apr 2025 23:42:24 +0000 (01:42 +0200)
commit0cb3108f7e66a897a1bd81f32f499cdbfa3d378d
tree5ee3ea75234e2f15705e2ff82c05e3e50697ca1d
parente2fef3744944517bb0cd1646f389da29b48a55fe
Keyhunt: fix #2344 "KeyHunt: Unfair scoring when key is destroyed when playing with 4 teams"

Fixed by saving total player score internally as a float, distributing the score to players truly evenly,
by using the new version of DistributeEvenly_Get that doesn't round the score
and updating the actual score to the rounded value of the exact score.

The version of DistributeEvenly_Get that rounds is now called DistributeEvenly_GetRounded (currently unused)

Also clean up DistributeEvenly_Init and DistributeEvenly_GetRandomized code (no logic changes)
qcsrc/common/gamemodes/gamemode/keyhunt/sv_keyhunt.qc
qcsrc/lib/random.qc