osu/osu.Game.Tests/Visual/Menus
Bartłomiej Dach 12bd516a57
Shuffle playback order in global playlist by default
RFC. Closes https://github.com/ppy/osu/issues/18169.

Implements the given proposal of keeping the current stable order but
adding a shuffle facility to the now playing overlay, and enabling it by
default.

There are more changes I want to make here but I'd like this to get
discussion first, because I am likely to continue putting this sort of
selection logic into `MusicController` and I just want to confirm nobody
is going to have a problem with that.

In particular this is not sharing the randomisation implementation with
beatmap carousel because it doesn't generalise nicely (song select cares
about the particular *beatmap difficulties* selected to rewind properly,
while the music controller only cares about picking a *beatmap set*).
2024-09-18 14:19:55 +02:00
..
IntroTestScene.cs
TestSceneAudioDucking.cs Allow multiple ducks with same parameters 2024-07-08 13:52:40 +09:00
TestSceneIntroCircles.cs
TestSceneIntroMusicActionHandling.cs
TestSceneIntroTriangles.cs
TestSceneIntroWelcome.cs
TestSceneLoader.cs
TestSceneLoginOverlay.cs Fix bindable not being correctly re-bound across local user changes 2024-03-29 15:50:10 +08:00
TestSceneMainMenu.cs Fix tests 2024-08-12 11:19:02 +02:00
TestSceneMusicActionHandling.cs Shuffle playback order in global playlist by default 2024-09-18 14:19:55 +02:00
TestSceneOnlineMenuBanner.cs Fix failing test 2024-03-26 21:20:22 +08:00
TestSceneSideOverlays.cs
TestSceneSongTicker.cs
TestSceneStarFountain.cs Fix test being repeat step 2024-08-22 14:45:40 +09:00
TestSceneSupporterDisplay.cs
TestSceneToolbar.cs
TestSceneToolbarClock.cs
TestSceneToolbarUserButton.cs Fix flooring causing delta to not work as expected 2024-08-22 16:22:00 +09:00