1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-16 16:23:16 +08:00
osu-lazer/osu.Game/Screens
Dean Herbert 4e65da0fd1 Fix regression in panel select animation.
Currently we are required to update computeYPositions twice per selection. Without doing this, panels are in the wrong place when using keyboard selection.

There's still a bit of work to be done to make this work correctly. It's caused by a race condition of state application for panels which have not yet been presented (and get their state applied in LoadComplete which breaks the order of things).
2017-04-28 22:17:35 +09:00
..
Backgrounds Update async load usage to new style. 2017-04-02 15:56:12 +09:00
Charts Fix most warnings. 2017-03-07 13:05:57 +09:00
Direct Fix most warnings. 2017-03-07 13:05:57 +09:00
Edit Fix CI issues. 2017-03-14 22:27:24 +08:00
Menu Minor style fixes. 2017-04-25 13:33:34 +09:00
Multiplayer Fix most warnings. 2017-03-07 13:05:57 +09:00
Play Ensure PlayerInputManager's initial time is transferred at load. 2017-04-27 17:38:00 +09:00
Ranking Use single line for GetUnicodePreference. 2017-04-28 14:14:14 +09:00
Select Fix regression in panel select animation. 2017-04-28 22:17:35 +09:00
Tournament Remove most usages of DelayReset 2017-04-27 18:39:40 +09:00
BackgroundScreen.cs Mode -> Ruleset. 2017-04-18 16:05:58 +09:00
Loader.cs Update async load usage to new style. 2017-04-02 15:56:12 +09:00
OsuScreen.cs Allow OsuScreens to decide whether ruleset switching should be allowed. 2017-04-21 16:03:59 +09:00
ScreenWhiteBox.cs Improve the look of ScreenWhiteBox. 2017-04-21 15:41:22 +09:00