Cherry-picks for the 4.0 branch (future 4.0.4) - 3rd batch - #79708
Merged
Conversation
(cherry picked from commit 999a1ff)
…ioStreamMicrophone Fixes godotengine#73801 (cherry picked from commit 8ca1418)
(cherry picked from commit 8eb9986)
Also simplifies equivalent matrix math which previously used ibm_diffs to calculate skinned mesh offsets. (cherry picked from commit 7b71061)
Fixes a regression from godotengine#77123 that was caused by removal of ibm_diffs variable. This replaced idempotent code with code that applied an offset each time. If the same Skin was visited multiple times, this caused an incorrect result. (cherry picked from commit 5ae311e)
Fix bug in internal Basis::rotate_to_align function (also used with identity Basis in scene/resources/curve.cpp) Use ChainItem children rather than local bone rest to determine IK bone roll to match Godot 3.x behavior (cherry picked from commit 9aa46bf)
(cherry picked from commit 16ac217)
(cherry picked from commit 35b0354)
(cherry picked from commit ff127ba)
(cherry picked from commit ad76990)
Co-authored-by: clayjhn <claynjohn@gmail.com> (cherry picked from commit 353a4e1)
(cherry picked from commit ed02d51)
When using set_value_no_signal(), Range-derived nodes wouldn't redraw. Also added a dedicated method to SpinBox to update its text. (cherry picked from commit 9500f8e)
(cherry picked from commit 968c5f6)
(cherry picked from commit 6b7008b)
(cherry picked from commit 680ed7f)
(cherry picked from commit 991f4d5)
(cherry picked from commit 8b5d5dc)
(cherry picked from commit 7f18db9)
fix(android): add conditional check for minimum sdk version fix(android): formatting fix(android): formatting fix(android): formatting fix(android): formatting again (cherry picked from commit ce7f648)
(cherry picked from commit da84efc)
Fixes godotengine#77790 Adds missing 'break' statement to 'VulkanContext::prepare_buffers' function. It was mistakenly removed in godotengine#72859 (cherry picked from commit bd786ce)
(cherry picked from commit 1a9739f)
(cherry picked from commit cea00eb)
Documentation was not updated when return type was changed from `Error` to `bool` (cherry picked from commit 40e2168)
(cherry picked from commit ac454ce)
(cherry picked from commit 9744657)
(cherry picked from commit 4394936)
(cherry picked from commit 28001b9)
(cherry picked from commit 35b7068)
This file contains hidden or 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
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.
This is the final batch for the 4.0.4 release. While there are still some potential fixes that can be included in 4.0.x, it will have to be a next version.
Changelog is also updated now.