osu/osu.Game/Scoring
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
..
Drawables
Legacy Move transferal of `LegacyTotalScore` back to original spot 2024-01-23 12:42:57 +01:00
HitResultDisplayStatistic.cs Automated pass 2023-06-24 01:00:03 +09:00
IScoreInfo.cs Delete `ScoreInfo.HasReplay` as no longer needed 2023-10-27 12:39:54 +02:00
LegacyDatabasedScore.cs
RankingTier.cs
Score.cs Revert nullability enable in `Score` (and related changes) 2023-06-24 15:35:07 +02:00
ScoreImporter.cs Unify legacy total score / accuracy / rank recomputation flows 2024-01-22 20:52:51 +01:00
ScoreInfo.cs Make slider ends show on results screen again 2024-01-02 17:01:32 +09:00
ScoreInfoExtensions.cs Make `ScoreInfo.BeatmapInfo` nullable 2023-07-04 14:50:34 +09:00
ScoreManager.cs Move maximum statistics population to `LegacyScoreDecoder` 2024-01-22 20:01:24 +01:00
ScoreModelDownloader.cs
ScorePerformanceCache.cs Make `ScoreInfo.BeatmapInfo` nullable 2023-07-04 14:50:34 +09:00
ScoreRank.cs Automated pass 2023-06-24 01:00:03 +09:00