1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-23 18:47:28 +08:00
osu-lazer/osu.Game/Scoring/Legacy
Bartłomiej Dach cb87d6ce50
Move transferal of LegacyTotalScore back to original spot
This subtle detail was messing with server-side score import flows.
Server-side, legacy total score will *already* be in `LegacyTotalScore`
from the start, and `TotalScore` will be zero until recomputed via
`StandardisedScoreMigrationTools.UpdateFromLegacy()` - so in that
context, attempting to move it across is incorrect.
2024-01-23 12:42:57 +01:00
..
DatabasedLegacyScoreDecoder.cs Revert "Merge pull request #22741 from cdwcgt/do-not-fetch-deletePending" 2023-03-16 19:48:36 +09:00
LegacyReplaySoloScoreInfo.cs Serialise and deserialise ClientVersion to replays 2023-12-21 12:58:08 +01:00
LegacyScoreDecoder.cs Move transferal of LegacyTotalScore back to original spot 2024-01-23 12:42:57 +01:00
LegacyScoreEncoder.cs Add migration 2024-01-22 21:43:32 +09:00
ScoreInfoExtensions.cs Fix classic scoring overflowing in osu! ruleset due to integer multiplication overflow 2023-11-23 08:16:25 +09:00