1
0
Fork 0
Commit Graph

77006 Commits

Author SHA1 Message Date
Rémi Verschelde 9786857bd9
Merge pull request #107194 from aaronfranke/gltf-no-zero-byte-offset
GLTF: Don't save unnecessary zero "byteOffset" on export
2025-06-06 17:38:08 +02:00
Rémi Verschelde c535f5644b
Merge pull request #107192 from MajorMcDoom/lightmap-allow-empty-user-data
Make `LightmapGIData::_set_user_data` a proper setter instead of an additive operation
2025-06-06 17:38:03 +02:00
Rémi Verschelde 28ed695d2f
Merge pull request #107190 from akien-mga/libtheora-1.2.0
libtheora: Update to 1.2.0
2025-06-06 17:37:58 +02:00
Rémi Verschelde 847042e050
Merge pull request #107184 from m4gr3d/cleanup_horizonos_camera_permission_request
Fix the `CAMERA` permission request on HorizonOS devices
2025-06-06 17:37:54 +02:00
Rémi Verschelde 2a8240bdd0
Merge pull request #107182 from stuartcarnie/107066_fix_embedded
Editor: Fix multi-instance behavior with embedded game view
2025-06-06 17:37:49 +02:00
Rémi Verschelde dea3269c35
Merge pull request #107172 from clayjohn/docs-texture-create
Clarify the data param in the docs for RD.texture_create
2025-06-06 17:37:44 +02:00
Rémi Verschelde a29e66eba4
Merge pull request #107169 from clayjohn/rd-texture-layers-crash
Avoid crash when texture layers is greater than 1 and format is not an ARRAY type
2025-06-06 17:37:39 +02:00
Rémi Verschelde 91ce2ca246
Merge pull request #107160 from akien-mga/msdfgen-1.12.1
msdfgen: Update to 1.12.1
2025-06-06 17:37:34 +02:00
Rémi Verschelde a54286197e
Merge pull request #107145 from BlueCube3310/light-shadowmask-sort
LightmapGI: Search for shadowmask light index only after sorting the lights
2025-06-06 17:37:29 +02:00
Rémi Verschelde 5c0c1ca120
Merge pull request #106905 from timothyqiu/that-is-all
Remove parentheses around "All" option in the feature tag menu
2025-06-06 17:37:25 +02:00
Rémi Verschelde 09c7214235
Merge pull request #106846 from TokageItLab/mod-target
Implement `ModifierBoneTarget3D` which can be target of the other `SkeletonModifier3D`s
2025-06-06 17:37:19 +02:00
Rémi Verschelde 36f08ae659
Merge pull request #106762 from lodetrick/dragging-docks
Editor: Add highlight around docks when dragging
2025-06-06 17:37:13 +02:00
Rémi Verschelde e6d0b32566
Merge pull request #106673 from retrotails/master
Fix light range in VoxelGI
2025-06-06 17:37:09 +02:00
Rémi Verschelde 37559a10c8
Merge pull request #106634 from nukethebees/c4724_fix
Fix MSVC warning for potential mod by 0 (C4724)
2025-06-06 17:37:03 +02:00
Rémi Verschelde b9e07ac65e
Merge pull request #105442 from Calinou/editor-external-flags-fix-sublime-text
Fix Sublime text external editor Exec Flags setting
2025-06-06 17:36:58 +02:00
Rémi Verschelde 16eb4892db
Merge pull request #104941 from Calinou/doc-camera2d-zoom
Improve `Camera2D.zoom` description to be less ambiguous
2025-06-06 17:36:51 +02:00
Rémi Verschelde 5fe8eeb2b1
Merge pull request #102398 from a-johnston/animation_state_machine_signals
Add node started/finished signals for animation state machines
2025-06-06 17:36:46 +02:00
Rémi Verschelde 912be41ef2
Merge pull request #93246 from KoBeWi/one_inspector_to_theme_them_all
Add theme cache to the inspector
2025-06-06 17:36:38 +02:00
Anish Mishra 8bf87a6b2c Show shader baker related export warnings only if enabled 2025-06-06 21:05:39 +05:30
DevPoodle 8cb8243719 Add basic descriptions to the BreadcrumbMarker enum 2025-06-06 08:16:06 -07:00
Rémi Verschelde 50c4b36578
i18n: Sync translations with Weblate
First sync with 4.5 changes.

Applies the conversion of tabs to spaces in code blocks following #89819.

Removes Irish and Tamil doc translations which seem clearly AI generated
and are broken.
2025-06-06 16:46:47 +02:00
Apples 7574a5dbb3 Add depth function for spatial materials 2025-06-06 09:21:19 -05:00
Micky 621500c1d9 Fix differences between RayCast2D and RayCast3D documentation 2025-06-06 15:25:39 +02:00
Micky 3613306bba Fix miscellaneous oddities around the class reference (part 5) 2025-06-06 15:21:25 +02:00
Rémi Verschelde 52ecb5ab9e
Merge pull request #89819 from KoBeWi/the_eternal_war_of_tabs_vs_spaces
Replace XML codeblock spaces with tabs
2025-06-06 15:08:44 +02:00
kobewi 13f642d959
Replace XML codeblock spaces with tabs 2025-06-06 14:35:38 +02:00
David Snopek 56c2ce00d6 Fix crash when using `VIEW_INDEX` in shader with Vulkan mobile renderer 2025-06-06 07:03:35 -05:00
Anish Mishra a28697f2fe Android: Fix save issue when using native file dialog
Fixes the issue where saving a file without `MANAGE_EXTERNAL_STORAGE` permission using the `native file dialog` to get the file path causes the `ERR_FILE_NOT_FOUND` error.
2025-06-06 16:07:41 +05:30
Pāvels Nadtočajevs 1484771f26
Fix native file dialog crash with invalid filter. 2025-06-06 09:24:42 +03:00
LuoZhihao 2a4fc10868 ColorPicker: Fix cursor position in okhsl circle 2025-06-06 13:45:35 +08:00
Aaron Franke 902e7cc82b
GLTF: Don't save unnecessary zero "byteOffset" 2025-06-05 19:08:59 -07:00
Aaron Franke 968744e17e
GLTF: Align accessor buffer byteOffset to multiple of component size 2025-06-05 19:01:12 -07:00
Zi Ye 8f9b7896f6 Make LightmapGIData::_set_user_data a proper setter instead of an additive operation 2025-06-05 19:21:57 -05:00
Rémi Verschelde ff429e0e64
libtheora: Update to 1.2.0 2025-06-06 01:36:51 +02:00
Rémi Verschelde b71d0a3671
libktx: Update to 4.4.0 2025-06-06 01:24:43 +02:00
Logan Detrick 0413297f7f Add dock dragging area and highlight 2025-06-05 16:02:33 -07:00
Fredia Huya-Kouadio a0cb64569b Fix the `CAMERA` permission request on HorizonOS devices 2025-06-05 14:56:07 -07:00
kobewi d3c34c4f38 Add theme cache to the inspector 2025-06-05 23:50:34 +02:00
Stuart Carnie afd82d7cb3 Editor: Fix multi-instance behaviour with embedded game view
Closes #107066
2025-06-06 07:37:04 +10:00
Aaron Franke 61ff5f1bdd
GLTF: Support 64-bit sizes in glTF import and export 2025-06-05 12:40:21 -07:00
Adam Johnston d72006119d Add node started/finished signals for animation state machines 2025-06-05 12:09:16 -07:00
lawnjelly a7b7d96f96 `SceneTreeFTI` - Fix `force_update` flag getting out of sync with invisible nodes
If the `force_update` flag remained set after the node was removed from the update lists, the node would never be updated in future. This could occur with hidden nodes that were moved after hiding.
2025-06-05 19:44:18 +01:00
Rudolph Bester 9b00031886 Fix SH lightmap coefficients for direct lights 2025-06-05 20:38:13 +02:00
Rémi Verschelde 5dd76968d8
Merge pull request #107171 from TokageItLab/fix-def-anim-node
Add default paramater for AnimationNode as super class
2025-06-05 20:15:35 +02:00
Zi Ye b957cf73ef Optimized and exposed Basis::scaled_local. 2025-06-05 13:06:46 -05:00
clayjohn 2ef28a138e Clarify the data param in the docs for RD.texture_create 2025-06-05 10:35:53 -07:00
Silc Lizard (Tokage) Renew 64e015cb65 Add default paramater for AnimationNode as super class 2025-06-06 02:23:59 +09:00
clayjohn cc9aedd898 Avoid crash when texture layers is greater than 1 and format is not an ARRAY type 2025-06-05 10:21:19 -07:00
Hugo Locurcio db1f8419b1 Improve `Camera2D.zoom` description to be less ambiguous 2025-06-05 18:26:57 +02:00
David Snopek fa30719814 Fix wrong default texture for global uniforms of type `sampler2DArray` 2025-06-05 11:12:03 -05:00