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

Cleanup despaghettify NavigationServer path queries #100469

Closed
wants to merge 1 commit into from

Conversation

smix8
Copy link
Contributor

@smix8 smix8 commented Dec 16, 2024

Removes unused function parameters, moves some to the query task, renames functions for consistency and grouping.

This is followup-cleanup of PR #100129.
At that time that PR was already so convoluted I did not want to touch it anymore and risk changes.

Removes unused function parameters, moves some to the query task, renames functions for consistency and grouping.
@smix8 smix8 added this to the 4.4 milestone Dec 16, 2024
@smix8 smix8 requested a review from a team as a code owner December 16, 2024 14:30
uint32_t link_polygons_size = 0;
const gd::Polygon *begin_poly = nullptr;
const gd::Polygon *end_poly = nullptr;
Vector3 begin_point;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe add some comments here, or an overview, of what those are used for. It's not clear what is the difference between begin_point and begin_position

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to change that. This is actual leftover from trying to rename those in the original PR.

@smix8
Copy link
Contributor Author

smix8 commented Dec 17, 2024

Closing as I added the fixes and renames to the PR #100497 so I dont need to keep both in sync.

@smix8 smix8 closed this Dec 17, 2024
@smix8 smix8 added the archived label Dec 17, 2024
@smix8 smix8 deleted the clean_spaghetti branch December 17, 2024 18:13
@AThousandShips AThousandShips removed this from the 4.4 milestone Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants