1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 22:07:25 +08:00
osu-lazer/osu.Game
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
..
Audio Merge branch 'master' into sample-set-controls 2023-05-24 14:03:04 +09:00
Beatmaps Fix remaining obvious CI inspections 2023-06-24 16:07:01 +02:00
Collections Apply osu! side changes in line with FocusedOverlayContainer.PopIn abstract change 2023-06-18 20:57:32 +09:00
Configuration Manual fixes to reduce warnings to zero 2023-06-24 01:52:53 +09:00
Database Manual fixes to reduce warnings to zero 2023-06-24 01:52:53 +09:00
Extensions Handle culture code differences of Traditional Chinese 2023-06-08 03:27:05 +03:00
Graphics Change OpenUserProfile argument type to always use IUser 2023-06-24 18:12:35 +03:00
Input Automated pass 2023-06-24 01:00:03 +09:00
IO Manual fixes to reduce warnings to zero 2023-06-24 01:52:53 +09:00
IPC Handle osu:// scheme links via IPC in desktop game 2022-06-20 21:26:22 +02:00
Localisation Rename class and key to better match expectations 2023-06-26 13:38:34 +09:00
Models Remove usages of [ExcludeFromDynamicCompile] 2023-05-08 18:12:56 +09:00
Online Apply nullability to login form related classes 2023-06-26 13:26:07 +09:00
Overlays Apply nullability to login form related classes 2023-06-26 13:26:07 +09:00
Performance Automated pass 2023-06-24 01:00:03 +09:00
Properties Automated pass 2023-06-24 01:00:03 +09:00
Replays Show smoke in replays 2022-09-18 17:55:06 -07:00
Rulesets Merge pull request #23976 from peppy/gameplay-sample-trigger-source-correctness 2023-06-25 08:23:55 +02:00
Scoring Revert nullability enable in Score (and related changes) 2023-06-24 15:35:07 +02:00
Screens Fix hotkey presses generating unnecessary undo history 2023-06-27 22:25:04 +02:00
Skinning Automated pass 2023-06-24 01:00:03 +09:00
Storyboards Manual fixes to reduce warnings to zero 2023-06-24 01:52:53 +09:00
Tests Automated pass 2023-06-24 01:00:03 +09:00
Updater Partial everything 2022-11-27 00:00:27 +09:00
Users Automated pass 2023-06-24 01:00:03 +09:00
Utils Automated pass 2023-06-24 01:00:03 +09:00
.editorconfig
BackgroundBeatmapProcessor.cs Partial everything 2022-11-27 00:00:27 +09:00
osu!.res
osu.Game.csproj Update resources 2023-06-25 15:18:56 +09:00
OsuGame.cs Merge pull request #24022 from frenzibyte/fix-open-user-profile-argument 2023-06-26 13:13:05 +09:00
OsuGameBase_Importing.cs Automated pass 2023-06-24 01:00:03 +09:00
OsuGameBase.cs Add method to queue a restart after app is exited (when supported) 2023-06-21 19:06:28 +09:00
PerformFromMenuRunner.cs Partial everything 2022-11-27 00:00:27 +09:00