1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-24 03:27:24 +08:00
osu-lazer/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 Add basic structural requirements for cursor ripples 2023-04-30 14:48:03 +09:00
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 Automated pass 2023-06-24 01:00:03 +09:00
Replays Update usage of MathUtils 2024-03-06 12:13:12 +08:00
Scoring Make RankFromScore()'s dictionary param readonly 2024-01-22 19:56:30 +01:00
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 Automated pass 2023-06-24 01:00:03 +09:00
osu.Game.Rulesets.Osu.csproj Remove LangVersion redefintions 2024-02-07 03:28:40 +09:00
OsuInputManager.cs Fix allocations in SliderInputManager 2024-02-19 01:08:40 +03:00
OsuRuleset.cs Update triangles skin judgment display 2024-01-25 19:31:57 +09:00
OsuSkinComponentLookup.cs Add "Component" prefix to lookup naming 2022-11-09 17:46:43 +09:00
OsuSkinComponents.cs Implement ripples (legacy and default) 2023-04-30 14:48:03 +09:00