1
0
Fork 0
Commit Graph

77006 Commits

Author SHA1 Message Date
Pāvels Nadtočajevs aff5b413aa
Move some accessibility properties from Node to Control 2025-06-08 16:25:28 +03:00
Lyuma f948ab5366 Implement uid Resource references in VariantWriter
VariantWriter now writes the uid and the path into Resource() references.
This change will affect ConfigFile, used for .import or project settings.
2025-06-08 06:11:35 -07:00
Pāvels Nadtočajevs 22b5a2fc5c
Change editor button focus mode to `FOCUS_ACCESSIBILITY`. 2025-06-08 15:53:27 +03:00
kleonc 576e1f1263 Ensure hiding AcceptDialog OK button keeps other buttons centered 2025-06-08 12:40:19 +02:00
Aaron Franke a5c2e82e8d
Document the direction that directional and spot lights emit light in 2025-06-08 03:34:01 -07:00
Lukas Tenbrink df7dab4946 Use idiomatic templating vargs in a few places to reduce code. 2025-06-08 12:24:07 +02:00
GlitchedCode922 3a30a1c576 Update `Shortcut` class reference 2025-06-08 10:08:56 +00:00
Sat fc4df4b17d Added working version for user-defined function autocompletion 2025-06-08 07:01:35 -03:00
SaracenOne 761d5474dc Shader compilation fix:
Fix shader compilation crash on custom shaders
using VIEW_INDEX on Vulkan Clustered Forward
renderer.
2025-06-08 03:29:47 +01:00
Lukas Tenbrink 78ae5919af Convert `PtrToArg` macros to regular C++ structs. 2025-06-07 22:17:06 +02:00
smix8 58c11e557b Fix CapsuleShape2D outline for navmesh baking
Fixes CapsuleShape2D outline for navmesh baking
2025-06-07 20:32:07 +02:00
Silc Lizard (Tokage) Renew d5ac08b279 Fix AnimationPlayer finished state in the editor 2025-06-08 00:02:16 +09:00
LuoZhihao 7b4c95e6d8 ColorPicker: Add okhsl HS and HL rectangular picker shapes 2025-06-07 22:30:40 +08:00
Silc Lizard (Tokage) Renew 19f342e043 Fix animation track inserted path and key type
Co-authored-by: SaracenOne <SaracenOne@gmail.com>
Co-authored-by: Yuri Sizov <11782833+YuriSizov@users.noreply.github.com>
2025-06-07 23:11:50 +09:00
DeeJayLSP afcc647886 AudioStreamWAV: Inline tag remap inside load 2025-06-07 09:41:23 -03:00
smix8 0ce53ffc69 Change 2D avoidance callbacks from Vector3 to Vector2
Changes 2D avoidance callbacks from Vector3 to Vector2.
2025-06-07 14:21:28 +02:00
smix8 03e5d64dd9 Match avoidance defaults for NavigationAgent and NavigationServer NavAgent
Matches avoidance defaults for NavigationAgent and NavigationServer NavAgent. The node had different properties than the server agent and the 2d version still used outdate defaults form the 3d version.
2025-06-07 13:49:12 +02:00
Haoyu Qiu 146599d3b2 Improve Input Map and Shortcuts editor
- Fixes not being able to search by pressing ESC.
- Removes double translations.
- Cleans up `InputEventConfigurationDialog` for auto-translation.
- Adapts to editor theme change.
- Unifies search bar boilerplate code.
- Shortcuts: disable the "erase" button if there is no event to remove.
- Input Map: always include built-in actions when searching.
2025-06-07 17:51:41 +08:00
Anish Mishra 079a52453a Fix Game runtime debugging in the Android Editor 2025-06-07 12:33:57 +05:30
Ryan 305befb482 Fix hint.radians_as_degrees on Vector2 and Vector4 editor properties 2025-06-06 21:52:33 -04:00
Rémi Verschelde 42c7f14422
Merge pull request #107221 from timothyqiu/visionos
Fix capitalization for visionOS and tvOS
2025-06-07 00:44:20 +02:00
Aaron Franke 0b8360ff42
Document the FileAccess read/write cursor
Co-authored-by: Micky <micheledevita2@gmail.com>
2025-06-06 15:44:19 -07:00
Rémi Verschelde c171166b6e
Merge pull request #107220 from devloglogan/body-tracker-joints
Add new joints to `XrBodyTracker`
2025-06-07 00:44:16 +02:00
Rémi Verschelde 57f064eaba
Merge pull request #107219 from RandomShaper/fix_overduplicate_res
Fix resources wrongly duplicated upon instantiating inherited scenes
2025-06-07 00:44:11 +02:00
Rémi Verschelde a663949a7d
Merge pull request #107215 from syntaxerror247/fix-warning
Show shader baker related export warnings only if enabled
2025-06-07 00:44:06 +02:00
Rémi Verschelde 052e7cf155
Merge pull request #107212 from Calinou/doc-node-physics-interpolation-mode
Clarify behavior of `Node.physics_interpolation_mode` in the class reference
2025-06-07 00:44:02 +02:00
Rémi Verschelde b05ae3e0bc
Merge pull request #107193 from aaronfranke/gltf-align-accessor-buffer
GLTF: Align accessor buffer `byteOffset` to multiple of component size
2025-06-07 00:43:58 +02:00
Rémi Verschelde 056982225d
Merge pull request #107166 from Calinou/doc-globalscope-wrap-exclusive
Clarify parameters in `@GlobalScope.wrap()` being inclusive/exclusive
2025-06-07 00:43:54 +02:00
Rémi Verschelde 66e041d52f
Merge pull request #107114 from tehKaiN/fix-async-resource-loading-progress-on-empty-original-path
Fix async resource loading progress on empty `p_original_path`
2025-06-07 00:43:49 +02:00
Rémi Verschelde 7d10c2a3f2
Merge pull request #104686 from bruvzg/bmaxwin
[Windows] Fix borderless maximized window mode.
2025-06-07 00:43:45 +02:00
Rémi Verschelde 4eab259327
Merge pull request #103847 from DeeJayLSP/recommend-hl
AudioEffectCompressor: Recommend HardLimiter over deprecated Limiter
2025-06-07 00:43:39 +02:00
Rémi Verschelde 066c15b33d
Merge pull request #103448 from TimCoraxAudio/patch-1
Clarify requirement for `action` match in `InputEvent.is_action_pressed`
2025-06-07 00:43:33 +02:00
Rémi Verschelde 0194c26563
Merge pull request #102610 from shahriarlabib000/vroom_vroom_docs
Clarify forward direction for `VehicleBody3D`
2025-06-07 00:43:30 +02:00
Rémi Verschelde bf6d94b561
Merge pull request #102520 from Giganzo/CollisionShape3D-disabled-doc
Add info about `set_deferred` for CollisionShape3D disabled property
2025-06-07 00:43:26 +02:00
Rémi Verschelde 7585dfca99
Merge pull request #102511 from DevPoodle/breadcrumb_docs
Add basic descriptions to the BreadcrumbMarker enum
2025-06-07 00:43:17 +02:00
Tim Oliver 15bdac4e9e
Clarify requirement for action match in InputEvent.is_action_pressed 2025-06-07 00:23:32 +02:00
Hugo Locurcio e496cdbc3b
Add memory amount to output from the Copy System Info editor action
This is useful information to have for out-of-memory issues.
2025-06-07 00:06:24 +02:00
David Snopek 316b9aa6d2 RendererRD: Fix swizzle on depth formats 2025-06-06 16:30:17 -05:00
David Snopek d503810654 OpenGL: Fix shader compilation failure with `shadow_to_opacity` and `unshaded` 2025-06-06 16:29:22 -05:00
Hugo Locurcio 916f8cc919
Clarify behavior of `Timer.stop()` 2025-06-06 22:13:16 +02:00
shahriarlabib000 cb82e68e82 clarify forward dirction for VehicleBody3D 2025-06-07 00:38:06 +06:00
devloglogan e16dd051fd Add new joints to XrBodyTracker 2025-06-06 13:37:21 -05:00
Haoyu Qiu 5a7a411916 Fix capitalization for visionOS and tvOS 2025-06-07 01:43:40 +08:00
Hugo Locurcio 006be9b077
Clarify behavior of `Node.physics_interpolation_mode` in the class reference 2025-06-06 19:21:01 +02:00
Hugo Locurcio 5404d98d9f
Clarify parameters in `@GlobalScope.wrap()` being inclusive/exclusive 2025-06-06 19:19:26 +02:00
Haoyu Qiu fa7efd94b3 Fix mixed use of spaces and tabs for indentation 2025-06-07 00:30:26 +08:00
Pedro J. Estébanez c854462ac5 Fix resources wrongly duplicated upon instantiating inherited scenes 2025-06-06 17:45:45 +02:00
Rémi Verschelde 26df04377e
Merge pull request #107210 from dsnopek/vulkan-mobile-fix-missing-view-index
Fix crash when using `VIEW_INDEX` in shader with Vulkan mobile renderer
2025-06-06 17:38:23 +02:00
Rémi Verschelde 7cd4a319a4
Merge pull request #107198 from beicause/color-picker-fix-okhsl-cursor
ColorPicker: Fix cursor position in okhsl circle
2025-06-06 17:38:19 +02:00
Rémi Verschelde 0c5b14ed6c
Merge pull request #107197 from bruvzg/fd_cr
Fix native file dialog crash with invalid filter.
2025-06-06 17:38:13 +02:00