-
Notifications
You must be signed in to change notification settings - Fork 240
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
Merge commit godotengine/godot@0b6a717 #955
Merged
Merged
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
…naries to avoid inspector whipeout.
`NOTIFICATION_RESIZED` outputs errors, if `select_mode == SELECT_ROW`. This PR unifies the access to the item focus rect.
Calculate based on the `ScrollContainer`'s space to eliminate possible rotation. The global rect already has applied the rotation, so it should not be used.
The dimensions are around the shape's origin, not the world origin (i.e. `(0, 0, 0)` in global coordinates).
Integers still don't display a slider (and use up/down arrows instead), so that they can be quickly distinguished from floats in the inspector. However, this now makes floats with a step of 1.0 look different from integers in the inspector.
…ions If a signal is deprecated, make sure we also add the `[Obsolete]` attribute to that signal's trampoline and emitter functions.
Images don't have RIDs and this way of checking stuff broke the cursor cache. Let's do like all other platforms and check the resource reference instead.
Fixes both GLES3 and RendererRD implementations
Fixes incorrect documentation for CPUParticles2D.color_initial_ramp
SCons: Apply new ruff/mypy fixes
Fix ColorPicker RAW alpha slider theme
Fix TextEdit mouse selection and scroll cancel
Implement `get_length()` for pipes.
Fix slow resize Embedded Game Window
Introduce `Viewport` functions for keeping the mouse over state consistent
Fix resource details will unexpectedly expand
…its layer_mask Co-authored-by: Yahia Zakaria <[email protected]>
…nigans Fix wrong inspector offset on scene switch
Make `CharFXTransform.font` property read only, add some extra documentation notes.
…eration Optimize classnames enumeration
[TextServer] Fix line/word breaks not always updated when applying overrun.
Fix `OpenXRAPIExtension` casting build issue
[RTL] Fix updating region without updating texture.
Fix 'Show in FileSystem' jumps to incorrect entry under certain conditions
Fix native popup menus position in embedded windows.
Fix TextEdit visible line count when setting text
Add Heightfield mask to GPUParticlesCollisionHeightField3D
…-click Editor: Fix `Ctrl+Click` on enum values does nothing
tindrew
approved these changes
Feb 4, 2025
SkogiB
approved these changes
Feb 4, 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.
No description provided.