osu/osu.Game
Dean Herbert 64f62e7d90
Fix song select running updates when screen is not active
Who would have guessed that `Schedule` calls were there for a reason!

I've tidied things up. Most of the changes I've made here are not
required – the schedule is the main thing here. The reason the sound was
playing is because one-too-many schedules was removed causing beatmap
updates to update carousel specifics while still at the player loader
screen.

Note that the selection sound still plays on returning to song select,
but this is not a regression. I'm looking at fixing this in a separate
PR because I'm in a good place as far as understanding the logic right
now and it would be a waste to leave it broken.

Closes https://github.com/ppy/osu/issues/25875.
2023-12-20 17:31:09 +09:00
..
Audio
Beatmaps Change default values of new object counts to -1 to identify non-processed values 2023-12-19 18:20:02 +09:00
Collections Merge pull request #25821 from bdach/fix-collection-dropdown-crash 2023-12-19 01:01:23 +09:00
Configuration Change default song select tab display to local leaderboard 2023-12-19 19:31:05 +09:00
Database Change default values of new object counts to -1 to identify non-processed values 2023-12-19 18:20:02 +09:00
Extensions
Graphics Merge pull request #25848 from 65-7a/dropdown-search-padding 2023-12-19 00:36:14 +09:00
Input
IO
IPC
Localisation Add control to adjust mod select search text box behaviour 2023-12-14 10:04:37 +01:00
Models
Online Move object counts to BeatmapInfo 2023-12-13 17:33:24 +09:00
Overlays Merge pull request #25857 from peppy/fix-mod-settings-keyboard-adjust 2023-12-19 15:44:17 +01:00
Performance
Properties
Replays
Rulesets Merge pull request #25887 from smoogipoo/restore-taiko-accuracy 2023-12-20 17:29:40 +09:00
Scoring Merge pull request #24166 from Zyfarok/scorev3 2023-12-12 17:38:44 +09:00
Screens Fix song select running updates when screen is not active 2023-12-20 17:31:09 +09:00
Skinning Apply Bindable.Parse refactorings 2023-12-13 14:07:38 +09:00
Storyboards
Tests Update currently online display tests 2023-12-06 19:37:35 +01:00
Updater
Users Show user's status as tooltip on the extended user panel 2023-12-06 19:37:35 +01:00
Utils
.editorconfig
BackgroundDataStoreProcessor.cs Change default values of new object counts to -1 to identify non-processed values 2023-12-19 18:20:02 +09:00
FodyWeavers.xml
osu!.res
osu.Game.csproj Update framework 2023-12-19 03:22:22 +09:00
OsuGame.cs Fix opening log files from notification not presenting the correct file 2023-12-18 21:11:00 +01:00
OsuGameBase_Importing.cs
OsuGameBase.cs
PerformFromMenuRunner.cs