osu/osu.Game/Screens/Play
Dean Herbert 778d2a71b4 Remove Task from the inner-most Import method in RealmArchiveModelImporter
One of my pending work items for post-realm merge.

The lowest-level import task is no longer asynchronous, as we don't want
it to span multiple threads to allow easier interaction with realm.
Removing the `Task` spec simplifies a heap of usages.

Individual usages should decide whether they want to run the import
asynchronously, by either using an alternative override or spooling up a
thread themselves.
2022-01-25 15:30:29 +09:00
..
Break
HUD Remove unused params from BDL methods 2022-01-15 01:06:39 +01:00
PlayerSettings
BeatmapMetadataDisplay.cs
BreakOverlay.cs
BreakTracker.cs
ComboEffects.cs
DimmableStoryboard.cs
EpilepsyWarning.cs Remove unused params from BDL methods 2022-01-15 01:06:39 +01:00
FailAnimation.cs
FailOverlay.cs
GameplayClock.cs
GameplayClockContainer.cs
GameplayMenuOverlay.cs
GameplayState.cs
HotkeyExitOverlay.cs
HotkeyRetryOverlay.cs
HUDOverlay.cs
ILocalUserPlayInfo.cs
ISamplePlaybackDisabler.cs
KeyCounter.cs
KeyCounterAction.cs
KeyCounterDisplay.cs
KeyCounterKeyboard.cs
KeyCounterMouse.cs
KeyCounterState.cs
MasterGameplayClockContainer.cs
PauseOverlay.cs
Player.cs Remove Task from the inner-most Import method in RealmArchiveModelImporter 2022-01-25 15:30:29 +09:00
PlayerConfiguration.cs
PlayerLoader.cs
ReplayPlayer.cs
ReplayPlayerLoader.cs
ResumeOverlay.cs
RoomSubmittingPlayer.cs
ScreenSuspensionHandler.cs
ScreenWithBeatmapBackground.cs
SkipOverlay.cs
SoloPlayer.cs
SoloSpectator.cs
SoloSpectatorPlayer.cs
SongProgress.cs
SongProgressBar.cs
SongProgressGraph.cs
SongProgressInfo.cs
SpectatorPlayer.cs
SpectatorPlayerLoader.cs
SpectatorResultsScreen.cs
SquareGraph.cs
SubmittingPlayer.cs