Prefer collection initializer over collection expression syntax
Closes https://github.com/ppy/osu/issues/27159. In today's episode of "just stable things"...
SoloStatisticsWatcher
OsuGame
Doesn't feel like it needs to be in base, and it being in base was causing problems elsewhere before.
Add support for displaying "unranked PP" placeholder
Use more stringent checks when applying online metadata
LegacyReplayPressHandler
Add aliases "author" and "mapper" for creator results
Only compute flashlight in osu! difficulty calculations when required
down
wasLeft
PressHandler
ModMuted
After https://github.com/ppy/osu/pull/23362 I'm not sure the `LocallyModified` check is doing anything useful. It was confusing me really hard when trying to parse this logic, and it can misbehave (as `None` will also pass the check).
Closes https://github.com/ppy/osu/issues/27134.