osu/osu.Game/Database
Dean Herbert 581a4d2d6d Use `APIBeatmap` for realm migration requiring `ShortName` mapping 2022-09-15 16:58:58 +09:00
..
BeatmapLookupCache.cs
EmptyRealmSet.cs
ICanAcceptFiles.cs
IHasFiles.cs
IHasGuidPrimaryKey.cs
IHasNamedFiles.cs
IHasOnlineID.cs
IHasPrimaryKey.cs
IHasRealmFiles.cs Match class name to file 2022-08-10 19:53:40 +09:00
IModelDownloader.cs
IModelFileManager.cs
IModelImporter.cs Add `ImportAsUpdate` method to `IModelImporter` to avoid otehr changes 2022-07-26 15:49:04 +09:00
IModelManager.cs
INamedFile.cs
INamedFileInfo.cs
INamedFileUsage.cs
IPostNotifications.cs
ISoftDelete.cs
ImportProgressNotification.cs Apply NRT to notification classes 2022-08-30 15:57:10 +09:00
ImportTask.cs
LegacyBeatmapExporter.cs
LegacyBeatmapImporter.cs Fix crash with legacy import from incomplete installs 2022-08-28 14:13:38 +10:00
LegacyCollectionImporter.cs Fix re-importing existing collections not correctly adding new items 2022-08-16 16:43:05 +09:00
LegacyExporter.cs
LegacyImportManager.cs Fix crash when attempting to import on mobile platforms 2022-08-10 15:32:43 +09:00
LegacyModelImporter.cs
LegacyScoreExporter.cs
LegacyScoreImporter.cs
LegacySkinExporter.cs
LegacySkinImporter.cs
Live.cs Mark `Live` methods as `InstantHandleAttribute` 2022-07-28 15:03:08 +09:00
MemoryCachingComponent.cs Add statistics display for `MemoryCachingComponent`s 2022-07-06 18:38:40 +09:00
ModelDownloader.cs Don't trigger fling animation when `Close` is triggered by non-user action 2022-09-12 16:54:25 +09:00
ModelManager.cs Migrate the majority of existing file lookups to use new extension methods 2022-08-10 16:01:16 +09:00
OnlineLookupCache.cs
RealmAccess.cs Use `APIBeatmap` for realm migration requiring `ShortName` mapping 2022-09-15 16:58:58 +09:00
RealmArchiveModelImporter.cs Improve performance when cancelling import with debugger attached 2022-09-05 11:28:13 +09:00
RealmExtensions.cs Fix transaction not being disposed 2022-07-07 18:15:38 +09:00
RealmFileStore.cs
RealmLive.cs Fix `PerformWrite` not rolling back transaction on exception 2022-06-30 15:15:09 +09:00
RealmLiveUnmanaged.cs
RealmObjectExtensions.cs
TooManyDownloadsNotification.cs Move colouring to full icon content rather than background 2022-08-30 18:06:48 +09:00
UserLookupCache.cs