Commit Graph

80742 Commits

Author SHA1 Message Date
Rémi Verschelde 6a1c64188f Merge pull request #107248 from Ryan-000/Fix_hint_radians_as_degress_on_other_vector_types
Fix `hint.radians_as_degrees` on Vector2 and Vector4 editor properties
2025-06-09 00:45:14 +02:00
Rémi Verschelde c6c6b2eecd Merge pull request #107244 from TokageItLab/fix-animplayeredit-finish
Fix AnimationPlayer finished state in the editor
2025-06-09 00:45:10 +02:00
Rémi Verschelde d16dd79761 Merge pull request #107222 from timothyqiu/mixed-space-tab
Fix mixed use of spaces and tabs for indentation
2025-06-09 00:45:06 +02:00
Rémi Verschelde 8bae32e6dd Merge pull request #107196 from timothyqiu/events-improvements
Improve Input Map and Shortcuts editor
2025-06-09 00:45:02 +02:00
Rémi Verschelde 36d7a87cc8 Merge pull request #107168 from Rudolph-B/Issue-102300
Fix SH lightmap coefficients for direct lights
2025-06-09 00:44:59 +02:00
Rémi Verschelde 85fedecfa1 Merge pull request #107163 from akien-mga/libktx-4.4.0
libktx: Update to 4.4.0
2025-06-09 00:44:54 +02:00
Rémi Verschelde 46ec995511 Merge pull request #107158 from akien-mga/doctest-2.4.12
doctest: Update to 2.4.12
2025-06-09 00:44:48 +02:00
Rémi Verschelde 8037b7ecae Merge pull request #107155 from akien-mga/libpng-1.6.48
libpng: Update to 1.6.48 (+ cleanup thirdparty docs)
2025-06-09 00:44:42 +02:00
Rémi Verschelde 63578eae68 Merge pull request #107110 from bruvzg/rtl_vis_line
Unify `get_[_visible]paragraph/line_count` behavior.
2025-06-09 00:44:37 +02:00
Rémi Verschelde f759f52d8f Merge pull request #106902 from lyuma/config_file_uids
Implement UID references in VariantParser
2025-06-09 00:44:32 +02:00
Rémi Verschelde 258b872a9c Merge pull request #106220 from aaronfranke/gltf64
GLTF: Support 64-bit sizes in glTF import and export
2025-06-09 00:44:27 +02:00
Rémi Verschelde fb59a99244 Merge pull request #106198 from SatLess/User-Func-Autocomplete
Add code completion for user-defined methods when overriding in GDScript
2025-06-09 00:44:22 +02:00
Rémi Verschelde 00ecf514d9 Merge pull request #106191 from aaronfranke/fileaccess-file-cursor
Document the FileAccess read/write cursor
2025-06-09 00:44:16 +02:00
Rémi Verschelde c596d93478 Merge pull request #106175 from akien-mga/linux-build-no-dbus
Linux: Fix build with `dbus=no` or `threads=no`
2025-06-09 00:44:12 +02:00
Rémi Verschelde 75dd9ab482 Merge pull request #105678 from bruvzg/btn_ac_mode
Change editor button focus mode to `FOCUS_ACCESSIBILITY`.
2025-06-09 00:44:05 +02:00
Rémi Verschelde 443989950e Merge pull request #103678 from aaronfranke/anim-lib-scene-error-msg
Improve error message when trying to load scene as an animation library
2025-06-09 00:44:01 +02:00
Rémi Verschelde d06170b063 Merge pull request #101563 from MajorMcDoom/basis_scaled_local
Optimize and expose `Basis::scaled_local` to script
2025-06-09 00:43:55 +02:00
Aaron Franke dc85b32a50 GLTF: Don't collapse non-joint leaf nodes when importing skeletons 2025-06-08 14:47:37 -07:00
Pāvels Nadtočajevs 40665addbc Bitpack node auto translation values. 2025-06-09 00:03:53 +03:00
dementive d2814ebbf3 Add missing Color hash function 2025-06-08 14:49:50 -04:00
David Snopek 9fc8dd686b WebXR: Better errors when WebXR Layers or multiview are unavailable 2025-06-08 13:22:00 -05:00
passivestar 219035c5ea Fix LightmapGI shadow leaks 2025-06-08 20:13:12 +04:00
Haoyu Qiu 3886ee84e6 Don't store deprecated auto_translate property 2025-06-08 21:53:28 +08:00
Pāvels Nadtočajevs d6b132527e Add separate editor accessibility mode setting. 2025-06-08 16:34:36 +03:00
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
AndrewYuan34 4774b57e4d Add auto-scroll behavior when selecting text outside the visible area in RichTextLabel 2025-06-07 11:28:54 -04: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