-
Notifications
You must be signed in to change notification settings - Fork 233
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
Spartan322
merged 31 commits into
Redot-Engine:4.3
from
Spartan322:4.3.1-cherry-pick/regressions
Jan 18, 2025
Merged
[4.3] Cherry-picks for the 4.3 (4.3.1) branch - 1st regressions batch #929
Spartan322
merged 31 commits into
Redot-Engine:4.3
from
Spartan322:4.3.1-cherry-pick/regressions
Jan 18, 2025
+2,111
−313
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Spartan322
force-pushed
the
4.3.1-cherry-pick/regressions
branch
from
January 17, 2025 21:38
1af5bc9
to
954b3cc
Compare
Norrox
approved these changes
Jan 17, 2025
Spartan322
force-pushed
the
4.3.1-cherry-pick/regressions
branch
2 times, most recently
from
January 18, 2025 02:52
464a3ab
to
6395726
Compare
(cherry picked from commit 9a84387)
(cherry picked from commit 5559075)
(cherry picked from commit 5cf9afb)
(cherry picked from commit b32395a)
…emoves sub properties (cherry picked from commit 27b7b43)
(cherry picked from commit 16f3d52)
…hen these are changed. (cherry picked from commit 94ad663)
(cherry picked from commit 250de08)
…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)
(cherry picked from commit 5aa8f8d)
(cherry picked from commit f2f34e9)
…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 0305e43)
(cherry picked from commit 56f0952)
(cherry picked from commit 6a9e50b)
(cherry picked from commit 36293a2)
(cherry picked from commit 6286f9d)
…tified (cherry picked from commit 975e7c8)
This was missed when upgrading from Clipper to Clipper2. (cherry picked from commit 9652695)
(cherry picked from commit 029045b)
(cherry picked from commit c170f1a)
(cherry picked from commit 8d3e9aa)
(cherry picked from commit 52889ab)
(cherry picked from commit 11bf2da)
(cherry picked from commit 7375fe2)
(cherry picked from commit 6e490da)
…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)
(cherry picked from commit 9f3067e)
Spartan322
force-pushed
the
4.3.1-cherry-pick/regressions
branch
from
January 18, 2025 03:30
6395726
to
e642fb4
Compare
tindrew
approved these changes
Jan 18, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Regression PRs:
get_node
values which are compatible with type hint godotengine/godot#92263InputMap::event_get_index
to handle unmatched events correctly godotengine/godot#95750RichTextLabel
's modified stack being wiped on translation changes godotengine/godot#97061get_space()
check inGodotArea3D::remove_soft_body_from_query()
godotengine/godot#97130CodeHighlighter
godotengine/godot#97414GDScriptCache::get_full_script()
uses non-remapped path godotengine/godot#97769arc_tolerance
value when using Clipper2'sInflatePaths
godotengine/godot#98017update_on_text_changed
is true godotengine/godot#99721linear_to_srgb()
andsrgb_to_linear()
godotengine/godot#100659Window
size changes ignored when node is not in tree godotengine/godot#100746Extra PRs:
SceneStringNames::toggled
godotengine/godot#92637Android
godotengine/godot#99669