Localize beatmap listing ruleset filter `Any` button
Make collection database even more safe
Add osu!catch Difficulty Adjust setting to enable "Hard Rock offsets"
This was only working by luck until now. It was "correctly" matching on null online ID (see logic at https://github.com/ppy/osu/blob/abc96057b2cf50e02e0ec939645f6421684495d4/osu.Game/Screens/OnlinePlay/Match/RoomSubScreen.cs#L199-L207). Now it works by actually matching on the online ID.
static
# Conflicts: # osu.Game.Rulesets.Osu/Mods/OsuModTraceable.cs # osu.Game/Rulesets/Mods/IHasSeed.cs
This commit reverts 7815b3c7
7815b3c7
Add `IApplicableToBeatmapProcessor` mod interface
Remove local configuration of rider data sources
SkinManager
AllSources
In tests.
SkinManager.DefaultSkin
RulesetResourcesSkin
This will be reverted in a future change, no need to keep it around.
Fix multiplayer leave dialog not working on all exit operations
IApplicableToBeatmapProcessor
Extract `SeedSettingsControl` to `IHasSeed` interface
Add "placeholder" (pre-MVP) implementation of osu!catch editor
SeedSettingsControl
All interface members are implicitly public.
[CanBeNull]