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

[backport] Assorted fixes #227

Merged
merged 8 commits into from
Jan 12, 2025

Conversation

jss2a98aj
Copy link
Member

No description provided.

mdelorme and others added 8 commits January 10, 2025 15:14
Otherwise the default modes will be cleared, which causes long lines to
be truncated in some terminals (e.g. Windows Terminal).
This effectively disables validation of the size of the data provided.
Adds get_bounds() function to NavigationMeshSourceGeometryData2D/3D to get a bounding box that covers all the geometry.
Added TreeItem::last_child to avoid needing to iterate through all children to get to the end.  This mainly helps in cases where one TreeItem has many children (1000s), and new children are added to the end, as each add had to iterate through all previously added children.
@jss2a98aj jss2a98aj merged commit 71cb8ee into blazium-engine:blazium-dev Jan 12, 2025
22 checks passed
@jss2a98aj jss2a98aj deleted the backport-assorted branch January 12, 2025 04:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants