1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:57:39 +08:00
osu-lazer/osu.Game/Online
Bartłomiej Dach dae27fefe4 Run user list copy inline if possible
`getRoomUsers()` was not safe to call from the update thread, as
evidenced by the test failures. This was due to the fact that the added
reset event could never actually be set from within the method, as the
wait was blocking the scheduled set from ever proceeding.

Resolve by allowing the scheduled copy & set to run inline if on the
update thread already.
2020-12-26 12:03:03 +01:00
..
API Remove explicit public access modifier from interface 2020-12-24 13:44:46 +01:00
Chat Add website root URL and update most links to use it 2020-12-24 18:11:42 +09:00
Leaderboards Extract shared rank-formatting helper 2020-12-19 15:04:22 +01:00
Multiplayer Run user list copy inline if possible 2020-12-26 12:03:03 +01:00
Placeholders Create ClickablePlaceholder and make of use it where applicable. 2020-04-23 14:01:47 +02:00
Rooms Re-namespace all files in OnlinePlay directory 2020-12-25 16:50:09 +01:00
Spectator Merge pull request #11271 from peppy/dev-server 2020-12-24 23:01:19 +09:00
DevelopmentEndpointConfiguration.cs Add website root URL and update most links to use it 2020-12-24 18:11:42 +09:00
DownloadState.cs Make beatmap download buttons inherit BeatmapDownloadTrackingComposite 2019-06-11 23:01:01 +05:30
DownloadTrackingComposite.cs Add null checks to unguarded resolved-as-null fields 2020-11-14 14:52:58 +01:00
EndpointConfiguration.cs Add website root URL and update most links to use it 2020-12-24 18:11:42 +09:00
OnlineViewContainer.cs Fix cases of multiple bdl methods 2020-10-22 14:30:49 +09:00
PollingComponent.cs Make TimeBetweenPolls into a bindable 2020-12-20 18:34:54 +09:00
ProductionEndpointConfiguration.cs Add website root URL and update most links to use it 2020-12-24 18:11:42 +09:00