-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make ctrl-up/down change speed modifier of mods #28071
Commits on May 2, 2024
-
Fabian van Oeffelt committed
May 2, 2024 Configuration menu - View commit details
-
Copy full SHA for f534c4a - Browse repository at this point
Copy the full SHA f534c4aView commit details -
F1 also does not work with minus in song select, same behaviour
Fabian van Oeffelt committedMay 2, 2024 Configuration menu - View commit details
-
Copy full SHA for 5c21a03 - Browse repository at this point
Copy the full SHA 5c21a03View commit details -
Comment, make code more readable, functions are now private
Fabian van Oeffelt committedMay 2, 2024 Configuration menu - View commit details
-
Copy full SHA for 7527ddb - Browse repository at this point
Copy the full SHA 7527ddbView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa0b631 - Browse repository at this point
Copy the full SHA fa0b631View commit details -
Merge pull request #1 from Fabiano1337/osu-lazer-speedkeys
Osu lazer speedkeys
Configuration menu - View commit details
-
Copy full SHA for e737635 - Browse repository at this point
Copy the full SHA e737635View commit details -
Fabian van Oeffelt committed
May 2, 2024 Configuration menu - View commit details
-
Copy full SHA for 588badf - Browse repository at this point
Copy the full SHA 588badfView commit details -
Fabian van Oeffelt committed
May 2, 2024 Configuration menu - View commit details
-
Copy full SHA for 4b5ea6b - Browse repository at this point
Copy the full SHA 4b5ea6bView commit details
Commits on May 18, 2024
-
Change Inputkeys to Ctrl+Up/Ctrl+Down
Fabian van Oeffelt committedMay 18, 2024 Configuration menu - View commit details
-
Copy full SHA for a12a20e - Browse repository at this point
Copy the full SHA a12a20eView commit details -
Speedchange now also works in Modselect
Fabian van Oeffelt committedMay 18, 2024 Configuration menu - View commit details
-
Copy full SHA for 80064c4 - Browse repository at this point
Copy the full SHA 80064c4View commit details -
Fabian van Oeffelt committed
May 18, 2024 Configuration menu - View commit details
-
Copy full SHA for 99f30d9 - Browse repository at this point
Copy the full SHA 99f30d9View commit details -
Nightcore now switches into Daycore, keep Adjustpitch after change
Fabian van Oeffelt committedMay 18, 2024 Configuration menu - View commit details
-
Copy full SHA for 3fdbd73 - Browse repository at this point
Copy the full SHA 3fdbd73View commit details
Commits on May 21, 2024
-
Change Speedchange behaviour to keep changing while holding key, Add …
…Toast to nofity user what just happend
Fabian van Oeffelt committedMay 21, 2024 Configuration menu - View commit details
-
Copy full SHA for 148afd1 - Browse repository at this point
Copy the full SHA 148afd1View commit details -
Toast now only shows when speed is actually changed
Fabian van Oeffelt committedMay 21, 2024 Configuration menu - View commit details
-
Copy full SHA for 3403789 - Browse repository at this point
Copy the full SHA 3403789View commit details
Commits on May 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 99d99ce - Browse repository at this point
Copy the full SHA 99d99ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 02a388c - Browse repository at this point
Copy the full SHA 02a388cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fdebe9 - Browse repository at this point
Copy the full SHA 1fdebe9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f979200 - Browse repository at this point
Copy the full SHA f979200View commit details -
Fabian van Oeffelt committed
May 22, 2024 Configuration menu - View commit details
-
Copy full SHA for 57da422 - Browse repository at this point
Copy the full SHA 57da422View commit details -
Fix test not running due to floating point number inaccuacy
Fabian van Oeffelt committedMay 22, 2024 Configuration menu - View commit details
-
Copy full SHA for abc67eb - Browse repository at this point
Copy the full SHA abc67ebView commit details -
Fabian van Oeffelt committed
May 22, 2024 Configuration menu - View commit details
-
Copy full SHA for 0df6345 - Browse repository at this point
Copy the full SHA 0df6345View commit details
Commits on May 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9045ec2 - Browse repository at this point
Copy the full SHA 9045ec2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63406b6 - Browse repository at this point
Copy the full SHA 63406b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 345fb60 - Browse repository at this point
Copy the full SHA 345fb60View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cac87e - Browse repository at this point
Copy the full SHA 8cac87eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b1b2079 - Browse repository at this point
Copy the full SHA b1b2079View commit details -
Move mod speed hotkey handler to user mod select overlay
The very base class is the wrong place for it because `FreeModSelectOverlay` inherits from it, and that one has different assumptions and rules than "user" selection. In particular, in non-user selection, more than one rate adjust mod may be active, which breaks the mod speed hotkey's basic assumptions.
Configuration menu - View commit details
-
Copy full SHA for cab8cf7 - Browse repository at this point
Copy the full SHA cab8cf7View commit details -
Configuration menu - View commit details
-
Copy full SHA for c800bb5 - Browse repository at this point
Copy the full SHA c800bb5View commit details