1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-05 19:52:58 +08:00
osu-lazer/osu.Game/Screens
Dean Herbert 45c578b857 Remove selection polling from multiplayer
Looks like this was just copy-paste without any thought into whether it
should exist. It really shouldn't exist.

This is a thing for the playlists system because the *whole system*
there relies on polling the web API to get updated information. In the
case of mutliplayer, we hand off all communications to the realtime
server at the point of joining the rooms.

The argument that this was there to do faster polling on the selection
isn't valid since the polling times were the same for both cases.

Closes #11348.
2020-12-29 15:10:09 +09:00
..
Backgrounds Make IAPIProvider read-only bindables into IBindables 2020-12-18 15:16:36 +09:00
Edit Merge pull request #11238 from peppy/editor-timeline-selection-ux 2020-12-22 12:58:24 +09:00
Import Reorder functions and simplify transform logic 2020-12-15 13:04:11 +09:00
Menu Re-namespace all files in OnlinePlay directory 2020-12-25 16:50:09 +01:00
OnlinePlay Remove selection polling from multiplayer 2020-12-29 15:10:09 +09:00
Play Rename variable to make more sense 2020-12-29 14:27:35 +09:00
Ranking Remove double handling of restart allowance on results screen (already handled locally) 2020-12-24 13:32:35 +09:00
Select Rename I{Multiplayer -> OnlinePlay}SubScreen 2020-12-25 18:07:34 +01:00
BackgroundScreen.cs Add spaces to comments 2020-05-04 18:36:24 -07:00
BackgroundScreenStack.cs
IOsuScreen.cs Extract UserActivity logic to OsuGame. 2020-11-08 12:29:52 +01:00
Loader.cs Add original sprite and visualiser 2020-06-02 21:06:41 +02:00
OsuScreen.cs Apply review suggestions. 2020-11-09 13:39:50 +01:00
OsuScreenDependencies.cs Fix OsuScreenDependencies not caching non-leased versions 2019-12-13 20:05:54 +09:00
OsuScreenStack.cs Simplify the way multiple subscreens handle their disable states via a custom stack 2020-02-06 14:22:01 +09:00
ScorePresentType.cs Update class exclusion for dynamic compilation 2020-09-04 20:41:08 +09:00
ScreenWhiteBox.cs
StartupScreen.cs Cast base immutable bindable to mutable for testing purposes and make InitialOverlayActivationMode property protected 2020-08-31 11:26:55 +02:00