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
Rémi Verschelde
dd6a05adab
miniupnpc: Update to 2.3.3
2025-06-05 17:58:09 +02:00
Rémi Verschelde
ecd1d87875
msdfgen: Update to 1.12.1
2025-06-05 17:53:25 +02:00
Rémi Verschelde
9a583485e2
openxr: Update to 1.1.48
2025-06-05 17:48:20 +02:00
Rémi Verschelde
d14283df94
doctest: Update to 2.4.12
2025-06-05 17:35:23 +02:00
Rémi Verschelde
d59994688c
Merge pull request #107151 from retrotails/fix_inf
...
Revert some instances of `Math::INF` back to 1e20
2025-06-05 17:25:02 +02:00
Rémi Verschelde
b6f04cbe10
Merge pull request #107130 from timothyqiu/pure-virtual
...
Doc: Add "required" qualifier to methods
2025-06-05 17:24:58 +02:00
Rémi Verschelde
37982d4a01
Merge pull request #107116 from beicause/expose-mesh-surface-update-index-buffer
...
Expose `RS.mesh_surface_update_index_region`
2025-06-05 17:24:54 +02:00
Rémi Verschelde
47d95212a1
Merge pull request #107080 from kleonc/tile_map_transformed_tile_dest_rect_fix
...
Fix rotated/flipped tiles destination rect calculations
2025-06-05 17:24:50 +02:00
Rémi Verschelde
2cf16fbd52
Merge pull request #107040 from bruvzg/wtp_ggrid
...
Add `WorkerThreadPool.get_caller_group_id`
2025-06-05 17:24:46 +02:00
Rémi Verschelde
3b7547fdd0
Merge pull request #106398 from akien-mga/d3d12ma-silence-warnings
...
D3D12: Silence `-Wmaybe-uninitialized` warning in D3D12MemAlloc
2025-06-05 17:24:42 +02:00
Rémi Verschelde
225c8c6f9b
Merge pull request #103596 from Chubercik/zstd-1.5.7
...
zstd: Update to 1.5.7, fix support for GAS `.S` files on Windows/MinGW
2025-06-05 17:24:38 +02:00
Rémi Verschelde
6b14aa07ae
Merge pull request #75950 from pkowal1982/icon
...
Export: Modify template without rcedit
2025-06-05 17:24:32 +02:00
Rémi Verschelde
79000c725b
libpng: Update to 1.6.48
2025-06-05 17:13:04 +02:00
Rémi Verschelde
10c07157a1
Minor updates to thirdparty documentation/COPYRIGHT.txt
2025-06-05 17:10:08 +02:00
Silc Lizard (Tokage) Renew
aa2c3da63a
Implement ModifierBoneTarget3D which can be target of the other mods
2025-06-05 23:46:36 +09:00
Jakub Marcowski
6b09f6e6d9
zstd: Update to 1.5.7
...
Adds supports for x86_64 assembly for Windows/MinGW builds.
2025-06-05 16:03:14 +02:00
BlueCube3310
6434c3d2c4
LightmapGI: Search for shadowmask light index only after sorting the lights
2025-06-05 15:55:48 +02:00
Rémi Verschelde
5904f4f2d4
SCons: Fix support for compiling .S files on Windows/MinGW
2025-06-05 15:53:10 +02:00
Haoyu Qiu
1ca5bc2d04
Doc: Add "required" qualifier to methods
2025-06-05 21:41:07 +08:00
retrotails
ae06a2de48
Revert some instances of Math::INF back to 1e20
2025-06-05 09:32:40 -04:00
kleonc
f397e4f752
Fix rotated/flipped tiles destination rect calculations
2025-06-05 14:50:00 +02:00
LuoZhihao
63c124fa45
Expose RS.mesh_surface_update_index_region
...
And `mesh_surface_get_format_index_stride`
2025-06-05 19:35:59 +08:00
Pāvels Nadtočajevs
b6461a3bd5
Add WorkerThreadPool.get_caller_group_id
2025-06-05 14:23:26 +03:00
Rémi Verschelde
445a51834e
Merge pull request #107136 from Airyzz/airyzz/web-pen-pressure
...
[Web] Add support for pen pressure
2025-06-05 13:14:00 +02:00