-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Update 4.5 with cherrypicks #11337
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
Merged
Merged
Update 4.5 with cherrypicks #11337
Conversation
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
Fix a typo.
This is a plain text block, so it shouldn't use syntax highlighting.
…rading to Godot 4.5 The behavior is the same as before, but it now prints a warning whereas it previously ignored the `usage` key silently.
…ine#11310) * GDExtension: Fix typo in "GDExtension documentation system" * Apply suggestions from code review --------- Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
Adds 4.5 upgrade Navigation notes.
…odot 4.5 This also adds a missing comma in various upgrade guides.
…` (discourage its use), `Span` (make it's clear it's low level API), and `String` (clarify UTF-32 motivation).
- Link PackedArray to `variant.h`, as this is where its typedefs are located.
Changed descriptions for CAMERA_POSITION_WORLD and EYE_OFFSET to benefit XR developers. I decided to make this pull request because my dad spent a while trying to get the eye positions correct, eventually finding that CAMERA_POSITION_WORLD is the same for both eyes, and later that the EYE_OFFSET is not in world space. My dad and I were almost led to believe that the perspective artifacts we saw with our custom shader were due to an optimization in the headset, and that we would have to work around it in our game, but it has since been fixed.
When you follow the "Editor > Editor Settings" route an Editor Settings panel opens - without any Editor Docks sub-panel. This had me stumped at first while following the documentation. A menu path that actually triggers the Show Inspector function is: "Editor > Editor Docks > Inspector" I propose updating the menu path for clarity.
…g supported Once the issue is resolved, it could support Compatibility but not Forward+/Mobile due to these renderers requiring a feature the iOS simulator doesn't support (image cube arrays).
Added text selection short keys for select up, down, and next occurrence
This was referenced Oct 2, 2025
This was referenced Oct 2, 2025
Merged
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.
No description provided.