1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 06:47:24 +08:00
osu-lazer/osu.Game/Overlays/BeatmapSet/Scores
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
..
DrawableTopScore.cs Merge branch 'master' into adjust-beatmap-overlay 2020-02-21 09:52:44 +09:00
NoScoresPlaceholder.cs Improve legibility of NoScroesPlaceholder 2019-11-22 18:10:44 +09:00
NotSupporterPlaceholder.cs Adjust font sizes and spacing in BeatmapSetOverlay 2020-02-16 21:43:33 +01:00
ScoresContainer.cs Refactor LoadingLayer to avoid applying effects to external drawables 2021-01-05 17:31:45 +09:00
ScoreTable.cs Hide bonus result types from score table for the time being 2020-10-09 13:23:18 +09:00
ScoreTableRowBackground.cs Adjust font sizes and spacing in BeatmapSetOverlay 2020-02-16 21:43:33 +01:00
TopScoreStatisticsSection.cs Consume display name logic 2020-10-07 15:43:52 +09:00
TopScoreUserSection.cs Merge branch 'master' into adjust-beatmap-overlay 2020-02-21 09:52:44 +09:00