1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 05:27:23 +08:00
osu-lazer/osu.Game
Dean Herbert 9f3ceb99eb Fix the star rating display at song select flashing to zero when changing mods
Due to the use of bindable flow provided by `BeatmapDifficultyCache` in
this usage, the display would briefly flash to zero while difficulty
calculation was still running (as there is no way for a consumer of the
provided bindable to know whether the returned 0 is an actual 0 SR or a
"pending" calculation).

While I hope to fix this by making the bindable flow return nullable
values, I think this particular use case works better with non-bindable
flow so have switched across to that.
2021-02-25 16:05:13 +09:00
..
Audio Fix audio previews not being adjusted in volume correctly 2021-02-17 20:51:17 +09:00
Beatmaps Move preview point logic to a specific method in WorkingBeatmap 2021-02-18 14:55:44 +09:00
Collections Fix dropdown crash on collection name collisions 2021-02-24 18:41:42 +09:00
Configuration Fix misordered hit error in score meter types 2021-02-18 13:04:22 +03:00
Database Redirect batch imports to a separate task scheduler to avoid contention with interactive actions 2021-02-17 19:41:18 +09:00
Extensions Merge branch 'master' into fix-leave-room-race-2 2021-01-30 13:41:04 +01:00
Graphics Merge branch 'master' into non-concurrent-sample-playback 2021-02-12 17:22:15 +09:00
Input Update KeyBinding usages in line with interface changes 2021-01-15 14:57:01 +09:00
IO Tidy up config parsing logic 2021-02-12 12:57:57 +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 requests being indefinitely queued when user is offline 2021-02-24 19:57:42 +09:00
Overlays Fix toolbar not completing enough of layout to propagate hotkeys to buttons before initial display 2021-02-25 14:52:51 +09:00
Properties Merge remote-tracking branch 'upstream/master' into android 2019-01-29 18:13:43 -06:00
Replays Setup all spectator model classes for MessagePack 2021-01-26 16:39:35 +09:00
Rulesets Merge pull request #11888 from H2n9/modtimeramp-new-behaviour 2021-02-25 14:01:57 +09:00
Scoring Revert most of the changes to ArchiveModeManager by using better code 2021-02-12 12:48:32 +09:00
Screens Fix the star rating display at song select flashing to zero when changing mods 2021-02-25 16:05:13 +09:00
Skinning Remove redundant interface specification 2021-02-22 14:54:48 +09:00
Storyboards Add more comprehensive commenting and simplify base call logic 2021-02-01 16:43:54 +09:00
Tests Make PauseCooldownActive protected and expose on test class 2021-02-19 11:42:30 +03:00
Updater Update EndsWith usages 2020-10-16 12:58:34 +09:00
Users Restructure class slightly 2021-02-19 13:40:12 +09:00
Utils Merge pull request #11551 from smoogipoo/fix-leave-room-race-2 2021-02-08 19:23:14 +09:00
osu!.res And then everything became one 2017-09-19 16:06:58 +09:00
osu.Game.csproj Update framework 2021-02-22 14:14:36 +09:00
OsuGame.cs Allow beatmap imports from any derived version of SongSelect, rather than only PlaySongSelect 2021-02-18 19:19:28 +09:00
OsuGameBase.cs Fix audio previews not being adjusted in volume correctly 2021-02-17 20:51:17 +09:00
PerformFromMenuRunner.cs Ensure the current screen is current when a sub screen is found as the target 2021-02-19 19:45:29 +09:00