osu/osu.Game
Dean Herbert ee65c65893 Attempt to fix channel join / leave loop
I don't have a solid way to repro the issue, but this should hopefully
help in resolving it. Either way, I think this change brings more
correct behaviour (if a websocket message comes through that we have
left the channel, I don't believe we should be sending a request to
leave that channel again).
2023-02-08 11:31:30 +09:00
..
Audio
Beatmaps Use the exact method stable uses for generating storyboard filenames 2023-01-26 15:09:36 +09:00
Collections
Configuration Merge branch 'master' into beatmapSelectionBlur 2023-01-25 16:37:19 +09:00
Database Delegate file deletion to ImportTask to allow overriding it 2023-01-22 22:19:04 +01:00
Extensions
Graphics Merge pull request #22505 from Joehuu/fix-hover-click-sounds 2023-02-06 16:52:19 +09:00
Input Move replay specific key bindings to their own section 2023-02-02 15:25:52 +09:00
IO
IPC
Localisation Combine localisations for abstract skinnable components into a single file 2023-02-03 16:02:18 +09:00
Models
Online Attempt to fix channel join / leave loop 2023-02-08 11:31:30 +09:00
Overlays Merge pull request #22531 from peppy/apply-future-rider-inspection 2023-02-06 20:05:49 +01:00
Performance
Properties
Replays
Rulesets Use equals instead and update other usage 2023-02-04 19:58:48 -08:00
Scoring Add tiered level badge colouring 2023-01-18 16:25:11 +03:00
Screens Fix potential nullref in tests 2023-02-06 19:31:45 +09:00
Skinning Merge branch 'master' into skin-editor-dont-show-save-on-no-change 2023-02-03 19:08:33 +01:00
Storyboards Remove unused Duration property to avoid any misunderstandings 2023-02-06 16:42:39 +09:00
Tests Output gameplay clock progress in PlayerTestScenes 2023-02-01 23:42:44 +09:00
Updater
Users Set border colour to white 2023-01-14 01:12:17 +03:00
Utils
.editorconfig
BackgroundBeatmapProcessor.cs
osu!.res
osu.Game.csproj Update resources 2023-02-03 16:44:53 +09:00
OsuGame.cs Move skin editor to overlays namespace 2023-02-02 14:00:31 +09:00
OsuGameBase_Importing.cs
OsuGameBase.cs Fix touch input handler settings not matching search for "touchscreen" 2023-01-24 13:37:12 +09:00
PerformFromMenuRunner.cs