Apply{Vertical -> Horizontal}Centering
Regressed with recent centering changes in https://github.com/ppy/osu/pull/24220
Add ability to export beatmaps from editor in a stable-compatible format
Closes https://github.com/ppy/osu/issues/12904.
Allow autoplay to fail
ModFailCondition
IBeatSyncProvider.Clock
PerformanceBreakdown
Feels more correct.
Backpopulate stable ScoreV2 scores with ScoreV2 system mod (and don't recalculate their total score)
As mentioned in https://github.com/ppy/osu/discussions/24161
ModScoreV2
LegacyMods
GenerateTicks
GameplaySampleTriggerSource
IGameplayClock
The implementation of this requires a bit of a special case for 0, so makes sense to implement in a central place.
Fix fallback for `Judged` to be more correct