-
-
Notifications
You must be signed in to change notification settings - Fork 21.4k
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
Move tile transforms handling cache to TileData #84660
Conversation
a6dbdc2
to
ca65c8a
Compare
I only looked at the GDExtension compatibility changes, but those look good to me! |
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.
Looks correct otherwise
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.
I added some minor optimization suggestions (they apply to physics and navigation too ofc), but otherwise looks fine.
ca65c8a
to
216b280
Compare
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.
Missed in docs
216b280
to
2bf4e32
Compare
Thanks for the feedback @kleonc and @AThousandShips, should be fixed now :) |
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.
Haven't tested, just looked at the code changes, LGTM!
@groud Could you address the comment above and do the rebase? Otherwise this seems to be good to go based on reviews. |
2bf4e32
to
151f3f5
Compare
Still has conflicts 🙃 |
151f3f5
to
0a3573c
Compare
0a3573c
to
18fe0bd
Compare
Done.
Yeah, sorry for that, I forgot to rebase. |
Thanks! |
This PR does multiple things:
Bugsquad edit: Fixes #83825