osu/osu.Game
Bartłomiej Dach be642c8c42
Fix total score without mods migration failing on custom ruleset scores when custom ruleset cannot be loaded
Closes https://github.com/ppy/osu/issues/28209.

Yes this means that such scores will have a zero total score without
mods in DB and thus might up getting their total recalculated to zero
when we try a mod multiplier rebalance (unless we skip scores with zero
completely I suppose). I also don't really care about that right now.
2024-05-19 09:43:33 +02:00
..
Audio
Beatmaps Update bundled beatmaps 2024-05-07 14:18:50 +08:00
Collections
Configuration Add setting to allow hiding all country flags 2024-05-10 20:32:21 +08:00
Database Fix total score without mods migration failing on custom ruleset scores when custom ruleset cannot be loaded 2024-05-19 09:43:33 +02:00
Extensions
Graphics Fix checkboxes applying extra padding 2024-05-18 11:06:29 +03:00
Input
IO Update naming of enum fields in ObjType 2024-05-01 17:24:53 +03:00
IPC
Localisation Merge branch 'master' into fix-mismatching-localisation-xmldoc 2024-05-17 08:47:14 +02:00
Models
Online Merge branch 'master' into pre-mod-multiplier-score 2024-05-08 13:39:44 +02:00
Overlays Always show placeholder on unknown / missing country 2024-05-10 22:45:59 +08:00
Performance
Properties
Replays
Rulesets Add inline comment explaining LifetimeEnd set for future visitors 2024-05-15 14:17:28 +08:00
Scoring Use hash rather than online ID as primary lookup key when presenting score 2024-05-14 11:16:50 +02:00
Screens Rename and move footer classes to appropriate places 2024-05-16 04:41:16 +03:00
Skinning Fix BeatmapAttributeText breaking due to enum serialisation woes 2024-05-03 14:27:34 +02:00
Storyboards Use throw helper methods 2024-05-02 00:31:48 +03:00
Tests
Updater
Users Fix nullability inspection 2024-05-10 23:26:43 +08:00
Utils
.editorconfig
FodyWeavers.xml
osu!.res
osu.Game.csproj Bump once more 2024-05-17 11:15:17 +09:00
OsuGame.cs
OsuGameBase_Importing.cs
OsuGameBase.cs
PerformFromMenuRunner.cs