1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-22 05:49:55 +08:00
Files
osu-lazer/osu.Game.Tests/Visual/Multiplayer
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
..
2023-06-24 01:00:03 +09:00
2025-08-22 12:44:08 +02:00
2025-09-01 13:50:42 +02:00