1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 17:27:39 +08:00
osu-lazer/osu.Game/Screens/OnlinePlay/Playlists
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
..
CreatePlaylistsRoomButton.cs Re-namespace all files in OnlinePlay directory 2020-12-25 16:50:09 +01:00
Playlists.cs Rename {Multiplayer -> OnlinePlay}Screen 2020-12-25 17:00:00 +01:00
PlaylistsLoungeSubScreen.cs Re-namespace all files in OnlinePlay directory 2020-12-25 16:50:09 +01:00
PlaylistsMatchSettingsOverlay.cs Refactor LoadingLayer to avoid applying effects to external drawables 2021-01-05 17:31:45 +09:00
PlaylistsPlayer.cs Re-namespace all files in OnlinePlay directory 2020-12-25 16:50:09 +01:00
PlaylistsReadyButton.cs Re-namespace all files in OnlinePlay directory 2020-12-25 16:50:09 +01:00
PlaylistsResultsScreen.cs Re-namespace all files in OnlinePlay directory 2020-12-25 16:50:09 +01:00
PlaylistsRoomManager.cs Re-namespace all files in OnlinePlay directory 2020-12-25 16:50:09 +01:00
PlaylistsRoomSubScreen.cs Rename {Multiplayer -> OnlinePlay}Screen 2020-12-25 17:00:00 +01:00