1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-23 06:59:53 +08:00
Files
osu-lazer/osu.Game/Rulesets/Mods
T
Dean Herbert 279effe23c Fix replay/spectator scroll text not toggling with Ctrl+H (#37027)
Intended to add toggle but forgot.

This also fixes https://github.com/ppy/osu/issues/37012 via a convoluted
refactor of a lot of stuff. The basic overview is:

- Moved all replay overlay concerns out of `HUDOverlay`. We can display
this above everything confidently (i think).
- Split out `ReplayOverlay` and `ReplaySettingsOverlay` so the base
class can handle the visibility, hotkeys and everything that should be
shared with *all* replay overlay components going forward. `Ctrl+H` is
supposed to hide any of these kinds of details, and I'm sure we'll add
more in the future.
- Reorganised some things in `Player` so the new structure would work.
Mainly the overlays which add a black layer during fade out.
279effe23c · 2026-04-01 11:29:25 +02:00
History
..
2025-08-21 09:00:44 +02:00
2025-08-21 09:00:44 +02:00
2025-08-21 09:00:44 +02:00
2025-08-24 18:55:45 +03:00
2025-08-21 09:00:44 +02:00
2025-08-21 09:00:44 +02:00
2025-04-14 19:34:33 +09:00
2025-08-21 09:00:44 +02:00
2025-04-14 19:34:33 +09:00
2022-07-31 22:10:15 +02:00
2025-08-21 09:00:44 +02:00
2025-08-21 09:00:44 +02:00
2025-04-14 19:34:33 +09:00
2025-08-21 09:00:44 +02:00
2025-08-21 09:00:44 +02:00
2023-10-31 16:18:09 +01:00