1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 04:07:25 +08:00
osu-lazer/osu.Game/Overlays/Rankings
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
..
Tables Make country names clickable 2020-02-19 16:49:39 +03:00
CountryFilter.cs Add ContryFilter to new header 2020-02-03 20:32:20 +03:00
CountryPill.cs Add ContryFilter to new header 2020-02-03 20:32:20 +03:00
RankingsOverlayHeader.cs Make all toolbar tooltips lowercase 2020-09-06 10:13:06 -07:00
RankingsSortTabControl.cs Implement RankingsSortTabControl component 2020-07-13 01:22:05 +03:00
SpotlightSelector.cs Fix SpotlightSelector is a VisibilityContainer without a reason 2020-07-21 22:46:08 +03:00
SpotlightsLayout.cs Refactor LoadingLayer to avoid applying effects to external drawables 2021-01-05 17:31:45 +09:00