1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 07:23:14 +08:00
osu-lazer/osu.Game.Tests/Visual
Mike Will 9e1c242713 Prevent custom divisor ranges from halting preset cycling
A custom divisor like 24 or 32 will result in a range containing
many divisors that are already in the `Common` and `Triplets` presets.
When this happens, it can become impossible to cycle between presets,
because the preset can only be changed if the new divisor isn't already
contained within the current preset's range.
2024-01-24 18:31:39 -05:00
..
Audio Rename NormalSliderBar.cs to RoundedSliderBar.cs 2023-02-02 17:24:45 +01:00
Background Implement per-axis triangles clamping 2024-01-23 04:54:27 +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 Prevent custom divisor ranges from halting preset cycling 2024-01-24 18:31:39 -05:00
Gameplay Merge pull request #26669 from bdach/fix-score-submission-test-failures-again-aaaaaaaaAAAAAA 2024-01-22 20:07:51 +09:00
Menus Fix typo 2024-01-08 12:52:23 +01:00
Mods Fix blatant error in TestSceneModAccuracyChallenge 2024-01-15 13:30:34 +03:00
Multiplayer Merge pull request #26449 from peppy/playlist-room-buttons 2024-01-15 19:12:01 +01:00
Navigation Update IPC usages 2024-01-18 19:45:36 +09:00
Online Merge branch 'master' into user-rank-card 2024-01-15 16:37:48 +06:00
Playlists Improve test coverage for empty results 2024-01-15 18:49:41 +01:00
Ranking Adjust results screen to handle S->A rank adjustment when misses are present 2024-01-22 21:43:32 +09:00
Settings Add failing test case 2024-01-18 14:24:49 +03:00
SongSelect Remove unused using directive 2024-01-15 12:33:25 +01:00
UserInterface Add small volume meter to test feel 2024-01-17 08:28:47 +03: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