1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-07 19:27:26 +08:00
osu-lazer/osu.Game
Bartłomiej Dach cebd5f6dc2
Fix restore default button having a minuscule hit area
Another casualty of edc78205d5. This
particular button was actually *relying* on receiving positional events
from its entire bounding box rather than `Content`, in order for the
button to be htitable more easily, which broke as other buttons were
fixed to behave more in line with expectations.

Upon closer inspection this is another case of a weird carried-over
construction. The button doesn't really need to inherit `OsuButton` or
do any of the arcane stuff that it was doing, so it's now a plain
`OsuClickableContainer` with less `Content` hackery.
2022-12-20 20:47:58 +01:00
..
Audio Fix the MOTHERLOAD of undetected issues that are now visible thanks to net6.0 2022-12-16 18:16:26 +09:00
Beatmaps Use MaxBy in all locations that can and update inspection level to match dotnet-build 2022-12-19 16:47:10 +09:00
Collections Partial everything 2022-11-27 00:00:27 +09:00
Configuration Merge branch 'master' into guard-url-protocols 2022-12-16 18:23:16 +09:00
Database Merge branch 'master' into guard-url-protocols 2022-12-16 18:23:16 +09:00
Extensions Fix the MOTHERLOAD of undetected issues that are now visible thanks to net6.0 2022-12-16 18:16:26 +09:00
Graphics Merge branch 'master' into wiki-heading-id-attributes 2022-12-20 06:34:47 +01:00
Input Partial everything 2022-11-27 00:00:27 +09:00
IO Fix some more inspections 2022-12-16 20:21:19 +09:00
IPC Handle osu:// scheme links via IPC in desktop game 2022-06-20 21:26:22 +02:00
Localisation Merge pull request #21628 from peppy/go-hard-file-writes 2022-12-16 14:52:57 +09:00
Models Fix the MOTHERLOAD of undetected issues that are now visible thanks to net6.0 2022-12-16 18:16:26 +09:00
Online Merge branch 'master' into guard-url-protocols 2022-12-16 18:23:16 +09:00
Overlays Fix restore default button having a minuscule hit area 2022-12-20 20:47:58 +01:00
Performance Partial everything 2022-11-27 00:00:27 +09:00
Properties Automated #nullable processing 2022-06-17 16:37:17 +09:00
Replays Show smoke in replays 2022-09-18 17:55:06 -07:00
Rulesets Use MaxBy in all locations that can and update inspection level to match dotnet-build 2022-12-19 16:47:10 +09:00
Scoring Use MaxBy in all locations that can and update inspection level to match dotnet-build 2022-12-19 16:47:10 +09:00
Screens Use MaxBy in all locations that can and update inspection level to match dotnet-build 2022-12-19 16:47:10 +09:00
Skinning Change asset folder 2022-12-20 21:18:51 +09:00
Storyboards Use MaxBy in all locations that can and update inspection level to match dotnet-build 2022-12-19 16:47:10 +09:00
Tests Use MaxBy in all locations that can and update inspection level to match dotnet-build 2022-12-19 16:47:10 +09:00
Updater Partial everything 2022-11-27 00:00:27 +09:00
Users Partial everything 2022-11-27 00:00:27 +09:00
Utils Extract common part of regex to separate method 2022-12-03 16:59:43 +01:00
.editorconfig Add localisation length hinting 2022-04-28 19:26:28 +09:00
BackgroundBeatmapProcessor.cs Partial everything 2022-11-27 00:00:27 +09:00
osu!.res And then everything became one 2017-09-19 16:06:58 +09:00
osu.Game.csproj Update resources 2022-12-21 01:24:41 +09:00
OsuGame.cs Fix two null refrences in OsuGame 2022-12-19 16:47:10 +09:00
OsuGameBase_Importing.cs Move ImportParameters to better home 2022-12-13 21:41:26 +09:00
OsuGameBase.cs Clamp SFX panning on results screen 2022-12-16 17:19:07 +09:00
PerformFromMenuRunner.cs Partial everything 2022-11-27 00:00:27 +09:00