CreateChildDependencies
Add supporter required placeholder in beatmap listing overlay
Add hitsound checks
spanDuration
Likelihood that `spanDuration` is greater than E+7 is quite low in any realistic case, so this should work fine.
See https://github.com/ppy/osu/pull/13669#discussion_r659314980
MockNestedHitObject
Tidy up some areas of `ArchiveModelManager` / beatmap imports
Populate
Add overall difficulty in query search filter
hasHitsound
couldHaveHitsound
hasHitsounds
mapHasHitsounds
PossibleTemplates
HitSampleInfo.AllAdditions
Disable logo click sound when transitioning from main menu to song select
This should've been in the original commit, but for some reason got deleted out.
Use DI to resolve "dropped object target" container in `Catcher`
Decrease the max dropdown height in mod settings
No idea how the hell that happened... R# silent about it, of course.
GetTexture
Presumes that `RulesetSkinProvidingContainer` doesn't allow falling back to parent skins, whatsoever.
Extract utility functions from `OsuModRandom` into a helper class