1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-16 01:42:58 +08:00
osu-lazer/osu.Game/Screens/Play
Unknown 7be55df790 fix being stuck in gameplay if exit is pressed too fast
The reliance on `pauseOverlay.Alpha == 1` created a race condition that, when you pressed Exit while the pauseoverlay is still fading in, could get you stuck in gameplay.
The game wants to show the pause overlay but also thinks it's already paused and returns early.
2017-11-25 19:09:05 +01:00
..
BreaksOverlay Remove unused parmeter 2017-11-10 19:32:09 +09:00
HUD Fix sizing of ModIcon 2017-11-16 00:15:27 +09:00
ReplaySettings Convert text to a local variable 2017-11-13 05:58:19 +03:00
FailOverlay.cs Update method names in line with framework changes 2017-05-28 18:34:12 +09:00
HotkeyRetryOverlay.cs Rename EasingTypes to Easing 2017-07-22 20:53:53 +02:00
HUDOverlay.cs Allow visibility can be toggled only if replay is loaded 2017-10-03 20:26:53 +03:00
KeyCounter.cs Update framework 2017-07-12 11:06:13 +09:00
KeyCounterAction.cs Update KeyCounterCollection to support action-based buttons 2017-08-21 12:39:22 +09:00
KeyCounterCollection.cs Add nullref check in KeyCounterCollection's Add method 2017-09-11 11:41:09 +09:00
KeyCounterKeyboard.cs Use Color4Extensions from Framework and remove redundant Name 2017-03-04 19:42:37 +01:00
KeyCounterMouse.cs Use ReceiveMouseInputAt whenever possible 2017-06-30 09:54:03 +03:00
MenuOverlay.cs Remove usage of HideOnEscape 2017-08-16 22:56:32 +09:00
PauseContainer.cs fix being stuck in gameplay if exit is pressed too fast 2017-11-25 19:09:05 +01:00
Player.cs fix being stuck in gameplay if exit is pressed too fast 2017-11-25 19:09:05 +01:00
PlayerLoader.cs Fix multiple order-of-execution issues with osu! logo 2017-11-13 18:43:16 +09:00
ReplayPlayer.cs HitRenderer -> RulesetContainer 2017-08-09 13:28:29 +09:00
SkipButton.cs Update in-line with framework changes. 2017-09-04 09:32:35 +09:00
SongProgress.cs Remove usage of HideOnEscape 2017-08-16 22:56:32 +09:00
SongProgressBar.cs CI Fixes 2017-06-24 09:15:53 +01:00
SongProgressGraph.cs Remove max 2017-09-14 13:47:25 +09:00
SongProgressInfo.cs Update namespaces in line with framework 2017-05-16 12:50:30 +09:00
SquareGraph.cs Update in-line with framework changes. 2017-09-04 09:32:35 +09:00