1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-15 14:13:01 +08:00
osu-lazer/osu.Game/Screens
Bartłomiej Dach 9be2d9d62e
Fix hotkey presses generating unnecessary undo history
The buttons don't check whether the operation they correspond to is
possible to perform in the current state of the selection box, so not
checking `Can{Reverse,Rotate}` causes superfluous undo states to be
added without any real changes if an attempt is made to reverse or
rotate a selection that cannot be reversed or rotated.
2023-06-27 22:25:04 +02:00
..
Backgrounds Automated pass 2023-06-24 01:00:03 +09:00
Edit Fix hotkey presses generating unnecessary undo history 2023-06-27 22:25:04 +02:00
Import Merge branch 'master' into update-framework 2022-11-26 16:19:36 +01:00
Menu Use more understandable cancel button text 2023-06-25 21:25:16 +09:00
OnlinePlay Rename class and key to better match expectations 2023-06-26 13:38:34 +09:00
Play Fix skip not always triggering in multiplayer 2023-06-26 21:26:41 +02:00
Ranking Manual fixes to reduce warnings to zero 2023-06-24 01:52:53 +09:00
Select Escape user input before embedding into regex 2023-06-26 22:27:48 +02:00
Spectate Automated pass 2023-06-24 01:00:03 +09:00
Utility Use generic Enum methods 2022-12-26 20:36:39 +01:00
BackgroundScreen.cs Partial everything 2022-11-27 00:00:27 +09:00
BackgroundScreenStack.cs Manual fixes to reduce warnings to zero 2023-06-24 01:52:53 +09:00
IHandlePresentBeatmap.cs Automated pass 2023-06-24 01:00:03 +09:00
IHasSubScreenStack.cs Automated pass 2023-06-24 01:00:03 +09:00
IOsuScreen.cs Automated pass 2023-06-24 01:00:03 +09:00
IPerformFromScreenRunner.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
Loader.cs Remove duplicate load rule from ShaderPrecompiler 2023-03-29 12:36:56 +09:00
OsuScreen.cs Remove OsuScreen.ApplyLogoArrivingDefaults() 2023-05-23 13:17:43 -07:00
OsuScreenDependencies.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
OsuScreenStack.cs Manual fixes to reduce warnings to zero 2023-06-24 01:52:53 +09:00
ScorePresentType.cs Remove redundant nullable suppression directives 2023-06-07 08:20:41 +03:00
ScreenWhiteBox.cs Partial everything 2022-11-27 00:00:27 +09:00
StartupScreen.cs Automated pass 2023-06-24 01:00:03 +09:00