Add the ability to choose a random intro sequence each startup
Will support future added intros without further code changes. Also uses RNG instead of `new Random`.
Migrate beatmap carousel test to AddUntilStep Co-authored-by: Dean Herbert <pe@ppy.sh>
Add session-wide storage as a safer alternative to statics Co-authored-by: Dean Herbert <pe@ppy.sh>
Fix track-adjusting mods not applying after resuming from another screen Co-authored-by: Dean Herbert <pe@ppy.sh>
Due to non-deterministic test failures in TestSceneBeatmapCarousel, migrate the checkSelected helper step from AddAssert to AddUntilStep. This adds more leniency for performance-related issues while still checking the desired behaviour.
Bump Humanizer from 2.7.2 to 2.7.9
Bumps [Humanizer](https://github.com/Humanizr/Humanizer) from 2.7.2 to 2.7.9. - [Release notes](https://github.com/Humanizr/Humanizer/releases) - [Changelog](https://github.com/Humanizr/Humanizer/blob/master/release_notes.md) - [Commits](https://github.com/Humanizr/Humanizer/compare/v2.7.2...v2.7.9) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Replace menu button text with "press for menu" on 0ms activation delay
Add bindable versions of IHasComboInformation properties
Decrease Spinner Disc Rotation on Rewind
Fix BackButton handling input before all other UI elements
Fix mania scrolling speed not including beatmap slider multiplier Co-authored-by: Dean Herbert <pe@ppy.sh>