osu/osu.Game.Rulesets.Osu
Bartłomiej Dach e5e345712e
Fix resume overlay not appearing after pausing inside window but outside of actual playfield area
Related to https://github.com/ppy/osu/discussions/27871 (although does
not actually fix the issue with the pause button, _if_ it is to be
considered an issue - the problem there is that the gameplay cursor
gets hidden, so the other condition in the modified check takes over).

Regressed in
bce3bd55e5.
Reasoning for breakage is silent change in `this` when moving the
`Contains()` check (`DrawableRuleset` will encompass screen bounds,
while `OsuResumeOverlay` is only as big as the actual playfield).
2024-04-16 13:45:09 +02:00
..
Beatmaps Use ArgumentOutOfRangeException throw helper methods 2024-03-05 10:20:30 +01:00
Configuration
Difficulty Merge pull request #27148 from Givikap120/traceable_pp 2024-04-16 04:54:57 +09:00
Edit Replace usages of `is null` with `== null` 2024-04-03 01:50:39 +08:00
Judgements Store tracking history to slider judgement result instead 2024-02-29 12:11:50 +01:00
Mods Merge branch 'master' into heatmap-misses 2024-03-18 14:43:24 +01:00
Objects Only optimise Catmull segments in osu ruleset 2024-04-01 17:22:50 +09:00
Properties
Replays Update usage of `MathUtils` 2024-03-06 12:13:12 +08:00
Scoring
Skinning Update usage of `MathUtils` 2024-03-06 12:13:12 +08:00
Statistics Merge branch 'master' into heatmap-misses 2024-03-18 14:43:24 +01:00
UI Fix resume overlay not appearing after pausing inside window but outside of actual playfield area 2024-04-16 13:45:09 +02:00
Utils
OsuInputManager.cs Fix allocations in SliderInputManager 2024-02-19 01:08:40 +03:00
OsuRuleset.cs
OsuSkinComponentLookup.cs
OsuSkinComponents.cs
osu.Game.Rulesets.Osu.csproj Remove LangVersion redefintions 2024-02-07 03:28:40 +09:00