1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-15 14:37:30 +08:00
osu-lazer/osu.Game/Screens/OnlinePlay
Dean Herbert b024065857
Remove implicit schedule of abstract methods in SpectatorScreen
This allows each implementation to have control over scheduling. Without
this, the solo implementation would not be able to handle quit events
while watching a player, as it would push a child (gameplay) screen to
the stack where the `SpectatorScreen` would usually be.
2023-11-24 14:26:09 +09:00
..
Components Rename variables and mak seconary tooltip type work again 2023-11-10 11:52:34 +09:00
Lounge Rename variables and mak seconary tooltip type work again 2023-11-10 11:52:34 +09:00
Match Flash discard changes dialog popup when force quitting room/playlist creation with changes 2023-09-28 17:09:50 -07:00
Multiplayer Remove implicit schedule of abstract methods in SpectatorScreen 2023-11-24 14:26:09 +09:00
Playlists Improve supporter-only duration notice and fix max duration of non-supporter 2023-07-26 01:37:55 -07:00
DrawableRoomPlaylist.cs Fix playlist items not animating when rearranging 2023-01-03 11:10:02 -08:00
DrawableRoomPlaylistItem.cs Fix collections not being sorted correctly in context menus 2023-10-16 16:03:12 +09:00
FooterButtonFreeMods.cs Fix variable clash 2023-10-06 21:01:23 +09:00
FreeModSelectOverlay.cs Do not show mod effects on free mod select 2023-09-11 09:55:45 +02:00
Header.cs Partial everything 2022-11-27 00:00:27 +09:00
IOnlinePlaySubScreen.cs Automated pass 2023-06-24 01:00:03 +09:00
IRoomManager.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
OngoingOperationTracker.cs Partial everything 2022-11-27 00:00:27 +09:00
OnlinePlayComposite.cs Partial everything 2022-11-27 00:00:27 +09:00
OnlinePlayScreen.cs Privatise setter 2023-10-13 09:56:46 +02:00
OnlinePlaySongSelect.cs Add ability to toggle all free mods quickly at multiplayer song select 2023-07-19 19:08:32 +09:00
OnlinePlaySubScreen.cs Fix deadlock when logging out while at the create match screen 2023-07-19 19:37:38 +09:00
OnlinePlaySubScreenStack.cs Manual fixes to reduce warnings to zero 2023-06-24 01:52:53 +09:00