1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-31 12:13:00 +08:00
osu-lazer/osu.Game/Screens/OnlinePlay/Multiplayer/Spectate
Sheppsu 26f1596150 move replay analysis settings creation point
replay analysis settings is created in the respective drawable that's adding it, instead of adding it from `DrawableRuleset`
for this, it adds a virtual method in Ruleset that uses a non-ruleset-specific `ReplayAnalysisSettings` (the osu specific one was renamed to `OsuReplayAnalysisSettings`).
2024-09-21 02:02:55 -04:00
..
MasterClockState.cs Remove redundant nullable suppression directives 2023-06-07 08:20:41 +03:00
MultiSpectatorLeaderboard.cs Partial everything 2022-11-27 00:00:27 +09:00
MultiSpectatorPlayer.cs Don't apply decoupling to SpectatorPlayerClocks 2023-09-22 16:22:35 +09:00
MultiSpectatorPlayerLoader.cs Manual fixes to reduce warnings to zero 2023-06-24 01:52:53 +09:00
MultiSpectatorResultsScreen.cs Apply nullability annotations to ResultsScreen & inheritors 2024-04-25 10:58:28 +02:00
MultiSpectatorScreen.cs move replay analysis settings creation point 2024-09-21 02:02:55 -04:00
PlayerArea.cs Further refactorings along with shadow implementation 2023-07-30 02:29:14 +09:00
PlayerGrid_Cell.cs Bypass Parent nullability checks for now 2023-10-17 17:48:45 +09:00
PlayerGrid.cs Disable multiplayer spectator zoom when there's only one player's screen visible 2023-07-30 14:40:58 +09:00
SpectatorPlayerClock.cs Fix multiplayer spectator potentially taking too long to start 2023-08-02 19:05:43 +09:00
SpectatorSyncManager.cs Fix audio being paused in a spectator session when all players finish playing 2024-04-26 15:30:26 +08:00