osu/osu.Game
Dean Herbert c6bd58ea4b Exit match sub screen when a room goes away
Closes #13847.

I think we can probably get some test coverage of this if required, but
needs a bit of thought (basically an error needs to be thrown during the
multiplayer client portion of the join procedure, after `CurrentRoom` is
non-null but before the join completes).

Manual testing on password branch (#13861) is possible since it
currently errors due to missing method on the live/dev servers.

- Create game, which will fail with `MethodNotExists`.
- Note the fields on the settings screen are emptied.
- Fill fields again and press create game (crash).
2021-07-12 19:20:41 +09:00
..
Audio
Beatmaps Merge pull request #13756 from PercyDan54/playlist-empty-romanised 2021-07-05 13:53:50 +09:00
Collections
Configuration
Database Handle nulls and fix missing documentation 2021-07-05 21:35:37 +09:00
Extensions
Graphics Rename function to be more accurate 2021-07-09 11:16:47 +09:00
Input Move handling of replay seek operations out of progress bar 2021-07-09 14:28:59 +09:00
IO Fix storage wrapping logic setting logger too early in startup sequence 2021-07-09 13:18:49 +09:00
IPC
Localisation Update prefixes to match new resx locations 2021-07-06 14:28:52 +09:00
Migrations
Online Rename function to be more accurate 2021-07-09 11:16:47 +09:00
Overlays Merge pull request #13701 from frenzibyte/consume-bindable-current-factory 2021-07-12 14:49:00 +09:00
Performance
Properties
Replays
Rulesets Make CurrentNumber internal 2021-07-12 11:26:30 +09:00
Scoring Remove some mentions of "lazer" 2021-07-04 12:41:27 +09:00
Screens Exit match sub screen when a room goes away 2021-07-12 19:20:41 +09:00
Skinning Add missing ToArray() call 2021-07-07 14:08:29 +09:00
Storyboards
Tests Update player test scene Ruleset bindable from creation method 2021-07-11 03:46:19 +03:00
Updater Remove some mentions of "lazer" 2021-07-04 12:41:27 +09:00
Users
Utils
.editorconfig Add .editorconfig for localisation analyser 2021-07-06 14:54:56 +09:00
osu!.res
osu.Game.csproj Update realm libraries to fix windows 8.1 incompatibility 2021-07-12 14:07:17 +09:00
OsuGame.cs Merge branch 'master' into linkify-metadata 2021-07-03 15:51:08 +02:00
OsuGameBase_Importing.cs
OsuGameBase.cs Remove some mentions of "lazer" 2021-07-04 12:41:27 +09:00
PerformFromMenuRunner.cs