osu/osu.Game.Tests/Visual/UserInterface
Dean Herbert 54982dcdd7 Refactor LoadingLayer to avoid applying effects to external drawables
In theory this seemed like a good idea (and an optimisation in some
cases, due to lower fill rate), but in practice this leads to weird edge
cases.

This aims to do away with the operations on external drawables by
applying a dim to the area behind the `LoadingLayer` when required.
I went over each usage and ensured they look as good or better than
previously.

The specific bad usage here was the restoration of the colour on dispose
(if the `LoadingLayer` was disposed in a still-visible state).

I'm aware that the `BeatmapListingOverlay` will now dim completely during
load. I think this is fine for the time being.
2021-01-05 17:31:45 +09:00
..
TestSceneBackButton.cs
TestSceneBeatmapListingSearchControl.cs Use BindableList<T> 2020-10-28 19:44:13 +03:00
TestSceneBeatmapListingSortTabControl.cs
TestSceneBeatmapSearchFilter.cs
TestSceneBeatSyncedContainer.cs Remove more local music controller caches 2020-08-11 13:11:59 +09:00
TestSceneBreadcrumbControl.cs
TestSceneButtonSystem.cs
TestSceneCommentEditor.cs Simplify input buttons/keys in tests 2020-11-09 14:18:20 -08:00
TestSceneCommentRepliesButton.cs
TestSceneContextMenu.cs
TestSceneCursors.cs
TestSceneDashboardBeatmapListing.cs Rename namespace from Dashboard to Home 2020-08-02 21:47:09 +03:00
TestSceneDeleteLocalScore.cs Add the ability to import into ArchiveModelManagers from a stream 2020-12-07 18:09:18 +09:00
TestSceneDialogOverlay.cs
TestSceneDrawableDate.cs
TestSceneExpandingBar.cs
TestSceneFooterButtonMods.cs
TestSceneFriendsOnlineStatusControl.cs
TestSceneHoldToConfirmOverlay.cs
TestSceneIconButton.cs
TestSceneLabelledDrawable.cs
TestSceneLabelledSliderBar.cs Add the most basic implementation of LabelledSliderBar feasible 2020-10-06 17:26:06 +09:00
TestSceneLabelledSwitchButton.cs
TestSceneLabelledTextBox.cs
TestSceneLoadingLayer.cs Refactor LoadingLayer to avoid applying effects to external drawables 2021-01-05 17:31:45 +09:00
TestSceneLoadingSpinner.cs
TestSceneLogoAnimation.cs rename classes 2020-07-22 22:10:59 +02:00
TestSceneLogoTrackingContainer.cs Fix tests 2020-08-04 21:16:59 +09:00
TestSceneModButton.cs
TestSceneModDisplay.cs
TestSceneModSelectOverlay.cs Add test 2020-07-15 19:45:48 +09:00
TestSceneModSettings.cs Check state instead of alpha in tests 2020-12-06 13:18:19 -08:00
TestSceneNotificationOverlay.cs
TestSceneNowPlayingOverlay.cs Remove now-redundant test case 2020-09-04 10:24:54 +03:00
TestSceneOnScreenDisplay.cs
TestSceneOsuAnimatedButton.cs
TestSceneOsuHoverContainer.cs
TestSceneOsuIcon.cs
TestSceneOsuMenu.cs
TestSceneOsuTextBox.cs
TestSceneOverlayHeader.cs Apply suggestions 2020-07-21 22:56:44 +03:00
TestSceneOverlayHeaderBackground.cs
TestSceneOverlayRulesetSelector.cs
TestSceneOverlayScrollContainer.cs
TestSceneParallaxContainer.cs
TestScenePlaylistOverlay.cs Add regression test coverage 2020-09-11 00:12:05 +02:00
TestScenePopupDialog.cs
TestSceneProfileSubsectionHeader.cs Rename PaginatedContainerHeader to ProfileSubsectionHeader 2020-11-21 02:59:01 +03:00
TestSceneRankingsSortTabControl.cs
TestSceneScreenBreadcrumbControl.cs
TestSceneStatefulMenuItem.cs
TestSceneSwitchButton.cs
TestSceneTabControl.cs
TestSceneToggleMenuItem.cs
TestSceneToolbarRulesetSelector.cs
TestSceneTwoLayerButton.cs
TestSceneUpdateableBeatmapBackgroundSprite.cs
TestSceneUserListToolbar.cs
TestSceneVolumePieces.cs
TestSceneWaveContainer.cs