1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-13 00:02:54 +08:00
osu-lazer/osu.Game
Dean Herbert 14273824dc
Fix Carousel.FilterAsync not working when called from a non-update thread
I was trying to be smart about things and make use of our
`SynchronisationContext` setup, but it turns out to not work in all
cases due to the context being missing depending on where you are
calling the method from.

For now let's prefer the "works everywhere" method of scheduling the
final work back to update.
2025-02-05 16:40:11 +09:00
..
.idea/.idea.osu.dir/.idea Merge branch 'master' into multiplayer-remove-cmc-and-composite 2024-11-20 17:24:55 +09:00
Audio Use cleaner array creation expression 2025-01-07 01:23:19 +03:00
Beatmaps Merge pull request #31734 from bdach/simplify-slider-encoding-logic 2025-02-04 15:08:44 +09:00
Collections Fix not being able to scroll to new collection text box when list overflows 2024-11-18 15:28:30 +01:00
Configuration Merge pull request #31513 from smoogipoo/remove-status-from-apiuser 2025-01-17 17:36:47 +09:00
Database Do not double up first control point of path 2025-01-31 09:01:42 +01:00
Extensions Apply minor performance rules 2024-11-28 20:41:44 +08:00
Graphics Implement "form button" control 2025-02-04 09:05:33 +01:00
Input Remove right click default for absolute scroll 2025-01-21 17:24:41 +09:00
IO Work around rare sharpcompress failure to extract certain archives 2025-01-27 12:28:53 +01:00
IPC
Localisation Add tooltips explaining multiplayer mod selection buttons 2025-01-21 18:35:59 +09:00
Models
Online Merge branch 'master' into multiplayer-free-style 2025-02-04 21:48:39 +09:00
Overlays Merge pull request #31733 from bdach/bss/abstract-out-wizard 2025-02-01 14:10:35 +09:00
Performance Expose high performance session state 2024-04-16 10:04:38 +08:00
Properties Make medal overlay respect overlay disable via activation mode 2024-02-20 16:31:31 +01:00
Replays Update HasFlag usages 2024-07-03 00:19:04 +09:00
Rulesets Merge pull request #31368 from frenzibyte/mobile-fix-mania 2025-02-01 14:49:46 +09:00
Scoring Use RealmLive in SaveFailedScoreButton 2024-11-27 15:25:42 +09:00
Screens Fix Carousel.FilterAsync not working when called from a non-update thread 2025-02-05 16:40:11 +09:00
Seasonal Add extra safeties against null ref when rulesets are missing 2024-12-21 20:30:00 +09:00
Skinning Merge pull request #31527 from bdach/spectator-list-ready 2025-01-21 18:54:11 +09:00
Storyboards Fix potential nullref due to silly null handling and too much OOP 2025-01-14 19:03:58 +09:00
Tests Merge branch 'master' into multiplayer-free-style 2025-02-04 21:48:39 +09:00
Updater Resurrect SimpleUpdateManager as MobileUpdateNotifier 2024-07-05 03:29:09 -04:00
Users Appease message pack new inspections 2025-01-08 03:13:29 +09:00
Utils Merge pull request #31368 from frenzibyte/mobile-fix-mania 2025-02-01 14:49:46 +09:00
.editorconfig
FodyWeavers.xml
osu!.res
osu.Game.csproj Update framework 2025-02-04 21:48:45 +09:00
OsuGame.cs Merge pull request #31368 from frenzibyte/mobile-fix-mania 2025-02-01 14:49:46 +09:00
OsuGameBase_Importing.cs
OsuGameBase.cs Add test coverage of user deleting intro files 2025-01-04 15:26:42 +09:00
PerformFromMenuRunner.cs