1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 22:07:28 +08:00
osu-lazer/osu.Game/Screens
Dean Herbert a20e43c2ae Ensure containers which are being used to hide HUD elements still update for now
I don't think this is necessarily a final solution (as this means all
HUD elements are adding overhead even when not visible), but this will
make the implementations much easier for the time being.

I've checked and can't notice any perceivable overhead in profiling so
we should be fine for now.
2022-06-14 18:22:25 +09:00
..
Backgrounds Update screen transition events to use new event args 2022-04-22 00:52:44 +09:00
Edit Fix skin editor not accounting for aspect ratios in base-game sizing logic 2022-06-06 18:02:42 +09:00
Import Update screen transition events to use new event args 2022-04-22 00:52:44 +09:00
Menu Simplify toolbar hiding logic in FirstRunSetupOverlay 2022-05-19 16:42:48 +09:00
OnlinePlay Merge branch 'master' into multiplayer-leaderboard-user-mods-2 2022-06-08 13:39:42 +09:00
Play Ensure containers which are being used to hide HUD elements still update for now 2022-06-14 18:22:25 +09:00
Ranking Fix difficulty name overflow in score panel 2022-06-07 12:05:03 +08:00
Select Merge pull request #18619 from peppy/fix-collection-performance 2022-06-10 15:01:31 +09:00
Spectate Clean up SpectatorScreen based on suggestions 2022-02-09 12:20:07 +09:00
Utility Merge pull request #18635 from peppy/latency-comparer-more-modes 2022-06-12 00:59:36 +09:00
BackgroundScreen.cs Update screen transition events to use new event args 2022-04-22 00:52:44 +09:00
BackgroundScreenStack.cs Improve code around background screen handling to read better 2021-09-07 14:35:33 +09:00
IHandlePresentBeatmap.cs Remove explicit public definition 2021-03-03 19:03:45 +09:00
IHasSubScreenStack.cs Add the ability for PerformFromMenuRunner to inspect nested screen stacks 2021-02-19 17:58:04 +09:00
IOsuScreen.cs Move MusicController adjustment set to inside OsuScreen itself (and result nullable) 2021-09-16 16:08:09 +09:00
IPerformFromScreenRunner.cs Split out IPerformFromScreenRunner to allow for easier testing 2022-04-18 17:49:28 +09:00
Loader.cs Update screen transition events to use new event args 2022-04-22 00:52:44 +09:00
OsuScreen.cs Merge branch 'master' into first-run-setup 2022-04-21 22:14:57 +02:00
OsuScreenDependencies.cs Fix OsuScreenDependencies not caching non-leased versions 2019-12-13 20:05:54 +09:00
OsuScreenStack.cs Force nested screens to load synchronously 2022-05-10 18:21:35 +09:00
ScorePresentType.cs Update class exclusion for dynamic compilation 2020-09-04 20:41:08 +09:00
ScreenWhiteBox.cs Update screen transition events to use new event args 2022-04-22 00:52:44 +09:00
StartupScreen.cs Remove unnecessary AllowTrackAdjustments overrides, add true to SongSelect 2021-09-15 13:12:57 +03:00