osu/osu.Game/Database
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
..
BackgroundDataStoreProcessor.cs Merge pull request #27866 from Joehuu/fix-online-score-export 2024-04-23 09:08:04 +02:00
BeatmapExporter.cs Change .olz to use UTF-8 encoding 2024-04-30 21:40:04 +08:00
BeatmapLookupCache.cs
EmptyRealmSet.cs Use MustDisposeResource annotation to appease ReSharper inspections 2024-05-11 22:33:18 +03:00
ICanAcceptFiles.cs
IHasFiles.cs
IHasGuidPrimaryKey.cs
IHasNamedFiles.cs
IHasOnlineID.cs
IHasPrimaryKey.cs
IHasRealmFiles.cs
IModelDownloader.cs
IModelFileManager.cs
IModelImporter.cs
IModelManager.cs
ImportParameters.cs
ImportProgressNotification.cs
ImportTask.cs
INamedFile.cs
INamedFileInfo.cs
INamedFileUsage.cs
IPostNotifications.cs
ISoftDelete.cs
LegacyArchiveExporter.cs Fix formatting 2024-04-30 21:47:03 +08:00
LegacyBeatmapExporter.cs
LegacyBeatmapImporter.cs
LegacyCollectionImporter.cs
LegacyExporter.cs
LegacyImportManager.cs Extract common method for determining stable import usability of directory 2023-12-15 15:42:19 +01:00
LegacyModelImporter.cs
LegacyScoreExporter.cs
LegacyScoreImporter.cs
LegacySkinExporter.cs
LegacySkinImporter.cs
Live.cs
MemoryCachingComponent.cs
MissingBeatmapNotification.cs
ModelDownloader.cs
ModelManager.cs Add feedback to delete button even when no-op 2024-02-18 21:52:23 -08:00
OnlineLookupCache.cs
RealmAccess.cs 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
RealmArchiveModelImporter.cs Remove unused method 2024-04-29 18:48:07 +08:00
RealmExtensions.cs
RealmFileStore.cs Reference property via nameof rather than hardcoding 2024-01-09 11:49:42 +01:00
RealmLive.cs
RealmLiveUnmanaged.cs
RealmObjectExtensions.cs
StandardisedScoreMigrationTools.cs Populate total score without mods when performing standardised score migration 2024-04-17 09:11:47 +02:00
TooManyDownloadsNotification.cs
UserLookupCache.cs