osu/osu.Game/Screens/Play
Mike Will dfd966e039 Improve silence detection in MutedNotification
Instead of checking the master and music volumes separately to
see if they're <= 1%, check the aggregate of the two volumes to
see if it's <= -60 dB.

When muted notification is activated, restore the aggregate volume
level to -30 dB.
2024-02-02 00:48:42 -05:00
..
Break
HUD Remove unnecessary bindable 2024-01-29 02:13:39 +09:00
PlayerSettings Merge pull request #26591 from peppy/offset-awareness 2024-01-22 14:59:31 +01:00
ArgonKeyCounter.cs
ArgonKeyCounterDisplay.cs
BeatmapMetadataDisplay.cs
BreakOverlay.cs
BreakTracker.cs
ComboEffects.cs
DimmableStoryboard.cs
EpilepsyWarning.cs
FailAnimationContainer.cs
FailOverlay.cs
GameplayClockContainer.cs Remove test guarantee of audio time not advancing 2024-01-18 20:06:53 +09:00
GameplayClockExtensions.cs
GameplayMenuOverlay.cs
GameplayOffsetControl.cs
GameplayState.cs
HotkeyExitOverlay.cs
HotkeyRetryOverlay.cs
HUDOverlay.cs Move cast to local function and make direct cast 2024-01-26 12:55:36 +09:00
IGameplayClock.cs
ILocalUserPlayInfo.cs
MasterGameplayClockContainer.cs Remove "pause rate adjust" flow 2024-01-18 14:21:02 +09:00
OffsetCorrectionClock.cs Remove "pause rate adjust" flow 2024-01-18 14:21:02 +09:00
PauseOverlay.cs
Player.cs Fix potential null reference in player screen transition handling 2024-01-22 16:37:56 +09:00
PlayerConfiguration.cs
PlayerLoader.cs Improve silence detection in MutedNotification 2024-02-02 00:48:42 -05:00
PlayerTouchInputDetector.cs Fix touch device not always activating when it should 2024-01-16 17:12:40 +01:00
ReplayPlayer.cs Revert keyboard seek speed change 2024-01-22 21:47:38 +09:00
ReplayPlayerLoader.cs
ResumeOverlay.cs
RoomSubmittingPlayer.cs
SaveFailedScoreButton.cs
ScreenSuspensionHandler.cs
ScreenWithBeatmapBackground.cs
SkipOverlay.cs
SoloPlayer.cs
SoloSpectatorPlayer.cs
SoloSpectatorScreen.cs
SpectatorPlayer.cs move creation of PlaybackSettings to ReplayPlayer 2024-01-12 15:12:02 +08:00
SpectatorPlayerLoader.cs
SpectatorResultsScreen.cs Mark ResultsScreen.Score as nullable 2024-01-29 16:43:26 +09:00
SquareGraph.cs
SubmittingPlayer.cs Show a better message when score submission fails due to system clock being set wrong 2024-01-31 16:52:50 +09:00