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

[4.3] Cherry-picks for the 4.3 (4.3.1) branch - 1st regressions batch #929

Merged
merged 31 commits into from
Jan 18, 2025

Conversation

Spartan322
Copy link
Member

Regression PRs:

Extra PRs:

@Spartan322 Spartan322 force-pushed the 4.3.1-cherry-pick/regressions branch 2 times, most recently from 464a3ab to 6395726 Compare January 18, 2025 02:52
Rindbee and others added 23 commits January 17, 2025 22:30
…rom_query()`

My fault, I added a `get_space()` check for the other `GodotArea3D::remove_*_from_query()`
but forgot about `soft_body`.

(cherry picked from commit 2f515d6)
…in the same OBJ file that had UVs

(cherry picked from commit 0754600)
Lifetime checks for stored `RIDs` for collision objects assumed they had valid `object_ids`.
It turns out that some are not derived from `Object` and thus checking `ObjectDB` returns false for some valid `RIDs`.
To account for this we only perform lifetime checks on valid `object_ids`.

(cherry picked from commit 6764338)
(cherry picked from commit 36293a2)
This was missed when upgrading from Clipper to Clipper2.

(cherry picked from commit 9652695)
(cherry picked from commit 11bf2da)
…ecessary re-allocations

Co-authored-by: jitspoe <jitspoe@yahoo.com>
(cherry picked from commit 1b5a15d)
This avoids the situation where white stops being white after conversion. While maintaining as much floating point ops as possible

(cherry picked from commit 46ce499)
(cherry picked from commit c699d5b)
@Spartan322 Spartan322 force-pushed the 4.3.1-cherry-pick/regressions branch from 6395726 to e642fb4 Compare January 18, 2025 03:30
@Spartan322 Spartan322 marked this pull request as ready for review January 18, 2025 03:31
@Spartan322 Spartan322 merged commit 0a44ed0 into Redot-Engine:4.3 Jan 18, 2025
18 checks passed
@Spartan322 Spartan322 deleted the 4.3.1-cherry-pick/regressions branch January 18, 2025 11:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment