1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 05:27:23 +08:00
osu-lazer/osu.Game
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
..
Audio Ensure equality member consistency for SampleInfo 2020-12-03 23:25:53 +01:00
Beatmaps Merge pull request #11226 from peppy/fix-legacy-skin-texture-loader-store 2020-12-23 16:41:01 +09:00
Collections remove unnec using 2020-09-19 15:13:52 -05:00
Configuration Move all endpoint information to a configuration class 2020-12-24 17:58:38 +09:00
Database Merge branch 'master' into fix-leaderboard-user-handling 2020-12-28 13:43:53 +01:00
Extensions Rename method to avoid weird code analysis rule 2020-12-23 17:14:58 +09:00
Graphics Remove now unused files 2020-12-07 22:07:11 +09:00
Input Revert leasing logic 2020-12-05 22:15:41 +01:00
IO Merge branch 'master' into fix-legacy-skin-texture-loader-store 2020-12-22 12:09:35 +09:00
IPC
Migrations Add flag value to database 2020-10-20 00:46:08 +02:00
Online Minor xmldoc rewording 2020-12-29 14:29:40 +09:00
Overlays Merge pull request #11307 from bdach/fix-account-creation-overlay-after-logout 2020-12-28 11:52:48 +09:00
Properties
Replays Add field to Replay denoting whether the full replay have been received or not 2020-10-27 18:58:37 +09:00
Rulesets Source display accuracy from header and remove from ScoreProcessor function 2020-12-24 14:57:23 +09:00
Scoring Merge branch 'master' into move-cache-logic-to-base-impl 2020-11-06 16:56:35 +09:00
Screens Remove selection polling from multiplayer 2020-12-29 15:10:09 +09:00
Skinning Annotate potentially null parameters in protected ctor of LegacySkin 2020-12-22 12:08:40 +09:00
Storyboards Fix a couple of simple cases of incorrect TextureLoaderStore initialisation 2020-12-21 13:35:46 +09:00
Tests Allow null users to still be displayed in the participant list 2020-12-28 15:03:44 +09:00
Updater Update EndsWith usages 2020-10-16 12:58:34 +09:00
Users Move load-complete fade specification inside 2020-12-26 14:35:14 +01:00
Utils Extract shared rank-formatting helper 2020-12-19 15:04:22 +01:00
osu!.res
osu.Game.csproj Update framework 2020-12-28 16:52:54 +09:00
OsuGame.cs Add website root URL and update most links to use it 2020-12-24 18:11:42 +09:00
OsuGameBase.cs RealtimeMultiplayer -> Multiplayer 2020-12-25 14:10:59 +09:00
PerformFromMenuRunner.cs Add null checks to unguarded resolved-as-null fields 2020-11-14 14:52:58 +01:00