Skip to content
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

Merged
merged 3 commits into from
Oct 20, 2024

Conversation

Remuchi
Copy link
Contributor

@Remuchi Remuchi commented Oct 17, 2024

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)

@github-actions github-actions bot added Changes: C# Changes any cs files Changes: YML Changes any yml files labels Oct 17, 2024
@FoxxoTrystan FoxxoTrystan requested review from a team, VMSolidus, DEATHB4DEFEAT, Pspritechologist and FoxxoTrystan and removed request for a team October 17, 2024 06:49
@github-actions github-actions bot added the Status: Needs Review Someone please review this label Oct 17, 2024
@FoxxoTrystan FoxxoTrystan added Priority: 4-Low Should be resolved at some point Size: 3-Medium For medium issues/PRs Type: Feature Creation of or significant changes to a feature labels Oct 17, 2024
Copy link
Member

@VMSolidus VMSolidus left a 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]>
Copy link
Contributor

@Aidenkrz Aidenkrz left a 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!

@VMSolidus VMSolidus merged commit b8ed999 into Simple-Station:master Oct 20, 2024
11 checks passed
@Remuchi Remuchi deleted the feature/radial-selector-menu branch October 22, 2024 06:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Changes: C# Changes any cs files Changes: YML Changes any yml files Priority: 4-Low Should be resolved at some point Size: 3-Medium For medium issues/PRs Status: Needs Review Someone please review this Type: Feature Creation of or significant changes to a feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants