osu/osu.Game
Dean Herbert e1897f9998 Don't debounce MultiplayerRoomComposite events
This avoids accidental usage which could result in data being lost or
ignored (as only the last `user` in a single frame would arrive).

This was added specifically to debounce sample playback, but given that
it's only debouncing on a single frame (hardly noticeable) I'm not going
to add back support for that yet. It should be handled by sample
playback concurrency or something more local to the usage.
2021-12-05 01:38:39 +09:00
..
Audio Clean up unused resolved properties 2021-12-03 18:49:49 +09:00
Beatmaps Merge branch 'master' into i-ruleset-store 2021-12-04 15:05:39 +01:00
Collections Clean up unused resolved properties 2021-12-03 18:49:49 +09:00
Configuration
Database Replace 'skin' in comments with 'instance' 2021-12-01 20:17:38 +09:00
Extensions Move archive filename helper method to extension method 2021-11-25 16:35:54 +09:00
Graphics Fix chat tab dropdown not being reachable at default sizing 2021-11-30 13:01:46 +09:00
Input Add extension methods to add extra safety to realm subscriptions 2021-12-01 15:09:53 +09:00
IO Remove all usages of FileStore.QueryFiles 2021-11-25 14:06:02 +09:00
IPC Update IPC usage to return null 2021-12-03 14:30:15 +09:00
Localisation Reword mouse wheel disable setting to better explain its purpose 2021-12-03 17:18:07 +09:00
Migrations
Models Add missing equality implementations on IRulesetInfo 2021-12-03 18:01:45 +09:00
Online Merge branch 'master' into i-ruleset-store 2021-12-04 15:05:39 +01:00
Overlays Merge branch 'master' into i-ruleset-store 2021-12-04 15:05:39 +01:00
Performance
Properties
Replays
Rulesets Merge branch 'master' into i-ruleset-store 2021-12-04 15:05:39 +01:00
Scoring Merge pull request #15795 from peppy/realm-integration/separate-download-flow 2021-11-25 20:59:23 +09:00
Screens Don't debounce MultiplayerRoomComposite events 2021-12-05 01:38:39 +09:00
Skinning Clean up unused resolved properties 2021-12-03 18:49:49 +09:00
Stores Add IRulesetStore to allow for transitional usage in upcoming manager classes 2021-12-03 17:57:40 +09:00
Storyboards
Tests Give playlist items a PlayedAt date 2021-12-03 20:25:51 +09:00
Updater Clean up unused resolved properties 2021-12-03 18:49:49 +09:00
Users Cache and consume IRulesetStore where feasible 2021-12-03 18:16:01 +09:00
Utils
.editorconfig
osu!.res
osu.Game.csproj Update resources 2021-12-03 14:26:53 +09:00
OsuGame.cs Merge pull request #15795 from peppy/realm-integration/separate-download-flow 2021-11-25 20:59:23 +09:00
OsuGameBase_Importing.cs
OsuGameBase.cs Cache and consume IRulesetStore where feasible 2021-12-03 18:16:01 +09:00
PerformFromMenuRunner.cs