1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 13:27:23 +08:00
osu-lazer/osu.Game
Bartłomiej Dach 3b0bf11366 Fix JoinRoom failing to return canceled token
As it turns out, `Task.FromCanceled` expects to receive an already
cancelled `CancellationToken`, which `CancellationToken.None` is not.
2020-12-23 17:01:01 +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 remove unnec using 2020-09-19 15:13:52 -05:00
Configuration add keybind for in game overlay 2020-11-29 20:59:02 -05: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 Add spaces to comments 2020-05-04 18:36:24 -07:00
Migrations Add flag value to database 2020-10-20 00:46:08 +02:00
Online Fix JoinRoom failing to return canceled token 2020-12-23 17:01:01 +01:00
Overlays Change sorting to better handle portrait screens 2020-12-22 17:36:56 +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 Merge branch 'master' into realtime-leaderboard 2020-12-23 09:56:47 +01:00
Scoring Merge branch 'master' into move-cache-logic-to-base-impl 2020-11-06 16:56:35 +09:00
Screens Merge branch 'fix-multiplayer-server-disconnection-flow' into fix-hard-crash-on-signal-r-exceptions 2020-12-23 13:31:36 +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 Merge pull request #11226 from peppy/fix-legacy-skin-texture-loader-store 2020-12-23 16:41:01 +09:00
Updater Update EndsWith usages 2020-10-16 12:58:34 +09:00
Users Add counter to most played beatmaps section in user overlay 2020-11-12 03:11:29 +03:00
Utils Extract shared rank-formatting helper 2020-12-19 15:04:22 +01:00
osu!.res And then everything became one 2017-09-19 16:06:58 +09:00
osu.Game.csproj Update framework 2020-12-22 15:58:57 +09:00
OsuGame.cs Move from OsuGameBase to OsuGame 2020-12-22 14:28:27 +09:00
OsuGameBase.cs Move from OsuGameBase to OsuGame 2020-12-22 14:28:27 +09:00
PerformFromMenuRunner.cs Add null checks to unguarded resolved-as-null fields 2020-11-14 14:52:58 +01:00