osu/osu.Game
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
..
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
Configuration Move all endpoint information to a configuration class 2020-12-24 17:58:38 +09:00
Database Override Import() instead. 2020-12-08 19:46:55 +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
Online Run user list copy inline if possible 2020-12-26 12:03:03 +01:00
Overlays Re-namespace all files in OnlinePlay directory 2020-12-25 16:50:09 +01:00
Properties
Replays
Rulesets Source display accuracy from header and remove from ScoreProcessor function 2020-12-24 14:57:23 +09:00
Scoring
Screens Rename {Multiplayer -> OnlinePlay}BackgroundSprite 2020-12-25 18:07:34 +01: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 Re-namespace all files in OnlinePlay directory 2020-12-25 16:50:09 +01:00
Updater
Users RealtimeMultiplayer -> Multiplayer 2020-12-25 14:10:59 +09:00
Utils Extract shared rank-formatting helper 2020-12-19 15:04:22 +01:00
osu!.res
osu.Game.csproj Update framework 2020-12-22 15:58:57 +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