-
Notifications
You must be signed in to change notification settings - Fork 213
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
[Feature] Generic Radial Selector Menu #1071
[Feature] Generic Radial Selector Menu #1071
Conversation
Signed-off-by: Remuchi <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is needed so that clicking on an item craft doesn't instantaneously craft between 7 and 14 of that item depending on your ping, and instead only crafts 1 per click. This also fixes the issue of the menu briefly following the cursor when opening it. The reason that was happening was because it was actually opening the menu 7 to 14 times in rapid succession under the mouse cursor due to misprediction.
Other than that, my testing shows that this system works just fine.
Signed-off-by: Remuchi <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need this for muh pr, maints merge faster, thanks!
Description
Introduced a generic radial selector menu. Switched shortconstructionsystem from it's own BUI to radial selector.
Changelog
no cl no fun (no changelog for players)