(StableImportManager is added to the DI in OsuGame and not in the OsuGameBase)
StableDirectoryLocationDialog
Co-authored-by: Salman Ahmed <frenzibyte@gmail.com>
Co-authored-by: Dean Herbert <pe@ppy.sh>
Implement a directory selection screen
Added "invert" mod for taiko
Add support for original language metadata display on playlist items
This reverts commit 5972e43bc2.
5972e43bc2
Remove obsolete methods in `ModHidden` and apply few touches
Add star rating to the beatmap metadata in player loading screen
Shouldn't guard against that here.
Allow changing current star difficulty of a `StarRatingDisplay`
Encapsulate check arguments in context object
This reverts commit a86a4bab91.
a86a4bab91
Add database tracking of beatmap creator `user_id`s
Switch null assignment to non-nullable entity warnings on
Crashing was not really the best thing to do there given the preceding code that already allowed a few continues in case of a missing file.