1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 21:27:24 +08:00
osu-lazer/osu.Game.Tests/Visual
Dean Herbert b8c85ef017 Revert polling changes to fix participant list display
It turns out this polling was necessary to get extra data that isn't
included in the main listing request. It was removed deemed useless, and
in order to fix the order of rooms changing when selecting a room.
Weirdly, I can't reproduce this happening any more, and on close
inspection of the code can't see how it could happen in the first place.

For now, let's revert this change and iterate from there, if/when the
same issue arises again.

I've discussed avoiding this second poll by potentially including more
data (just `user_id`s?) in the main listing request, but not 100% sure
on this - even if the returned data is minimal it's an extra join
server-side, which could cause performance issues for large numbers of
rooms.
2021-01-15 15:19:12 +09:00
..
Background Remove unused variable 2021-01-05 16:00:25 +09:00
Collections Change order of dependency caching to promote use of locals 2020-09-15 15:00:04 +09:00
Components Replace using static with explicit nested reference 2021-01-02 12:25:59 +01:00
Editing Make all objects in selection candidates for spatial snapping 2020-11-24 17:35:54 +09:00
Gameplay Remove assert messages 2021-01-15 15:18:29 +09:00
Menus Make IAPIProvider read-only bindables into IBindables 2020-12-18 15:16:36 +09:00
Multiplayer Revert polling changes to fix participant list display 2021-01-15 15:19:12 +09:00
Navigation Re-namespace all files in OnlinePlay directory 2020-12-25 16:50:09 +01:00
Online Add test coverage of null users in scoreboard 2020-12-28 20:30:08 +09:00
Playlists Re-namespace all files in OnlinePlay directory 2020-12-25 16:50:09 +01:00
Ranking Remove default from base ResultsScreen too 2020-11-21 14:38:38 +01:00
Settings Simplify input buttons/keys in tests 2020-11-09 14:18:20 -08:00
SongSelect Fix song select test doing the completely wrong thing 2021-01-08 15:56:35 +01:00
UserInterface Merge remote-tracking branch 'upstream/master' into fix-mod-buttons-not-copying-settings 2021-01-09 00:26:18 +03:00
TestSceneOsuGame.cs Add NewsOverlay to the game 2020-07-16 14:48:40 +03:00
TestSceneOsuScreenStack.cs Fix song select filters not reapplied if in a child screen 2019-12-10 02:30:23 +09:00