Implement a directory selection screen
YearsPanel
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.
Any failures will be caught. They're not logged, but they also weren't before. Error handling can be improved at a future date, this series of changes is primarily intending to unblock a new inspection.
NotifyCollectionChangedArgs
Safe to access by the virtue of the preceding case labels on `args.Action`. And they're in test code anyways.
A null value will fail the test anyhow.