1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-08 14:32:57 +08:00
Commit Graph

4 Commits

Author SHA1 Message Date
Dean Herbert
e8d20fb402
Fix skin SourceChanged event never being unbound 2025-01-29 18:16:04 +09:00
Salman Alshamrani
8151c3095d Revert unnecessary inheritance
Everyone is right, too much inheritance and polymorphism backfires very badly.
2025-01-25 19:12:37 -05:00
Salman Alshamrani
c1ac27d658 Fix failing tests
- Caches `DrawableRuleset` in editor compose screen for mania playfield adjustment container (because it's used to wrap the blueprint container as well)
- Fixes `ManiaModWithPlayfieldCover` performing a no-longer-correct direct cast with a naive-but-working approach.
2025-01-12 22:56:40 -05:00
Salman Alshamrani
1e08b3dbda Make mania judgements relative to the hit target position
This improves display in portrait screen, where the stage is scaled up.
2024-12-31 12:25:58 -05:00