1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 14:32:55 +08:00
osu-lazer/osu.Game.Tests/Visual
Bartłomiej Dach 6572fa4378
Only validate playback rate when in submission context
Temporary workaround for https://github.com/ppy/osu/issues/26404.

It appears that some audio files do not behave well with BASS, leading
BASS to report a contradictory state of affairs (i.e. a track that is
in playing state but also not progressing). This appears to be related
to seeking specifically, therefore only enable the validation of
playback rate in the most sensitive contexts, namely when any sort of
score submission is involved.
2024-01-12 14:59:15 +01:00
..
Audio Rename NormalSliderBar.cs to RoundedSliderBar.cs 2023-02-02 17:24:45 +01:00
Background Add test coverage 2023-11-09 22:57:20 +03:00
Beatmaps Implement nano beatmap card 2023-09-18 11:30:14 +02:00
Collections Add failing test for adding collection w/ name colliding w/\ default items 2023-12-18 12:47:42 +01:00
Colours Automated pass 2023-06-24 01:00:03 +09:00
Components Partial everything 2022-11-27 00:00:27 +09:00
Editing Few new rider inspection 2024-01-04 16:39:50 +09:00
Gameplay Only validate playback rate when in submission context 2024-01-12 14:59:15 +01:00
Menus Fix typo 2024-01-08 12:52:23 +01:00
Mods Automated pass 2023-06-24 01:00:03 +09:00
Multiplayer Add test coverage of failed multiplayer score 2024-01-04 17:54:52 +09:00
Navigation Add test for crashing scenario 2024-01-08 21:34:54 +01:00
Online Remove unused using 2024-01-09 14:51:30 +09:00
Playlists Bypass Parent nullability checks for now 2023-10-17 17:48:45 +09:00
Ranking Adjust catch score grade cutoffs 2023-11-29 19:05:31 +09:00
Settings Add failing test cases 2023-12-30 21:33:22 +03:00
SongSelect Fix code quality inspection 2023-12-26 12:20:17 +01:00
UserInterface Remove unnecessary using directives 2023-12-31 23:35:42 +09:00
TestMultiplayerComponents.cs Partial everything 2022-11-27 00:00:27 +09:00
TestSceneOsuScreenStack.cs Rename AllowTrackAdjustments to more understandable ApplyModTrackAdjustments 2023-07-25 20:20:53 +09:00