Hide unnecessary profile sections for bots Co-authored-by: Dan Balasescu <smoogipoo@smgi.me>
Log when loading rulesets from disk fails
Update framework
Handle potential null case
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