Commit graph

79294 commits

Author SHA1 Message Date
Rémi Verschelde
fa0293e1f1
Merge pull request #112011 from mihe/delta-encoding-zstd
Add support for delta encoding to patch PCKs
2025-11-26 23:43:36 +01:00
Rémi Verschelde
a1eb6889b1
Merge pull request #111870 from m4gr3d/deprecate_vendors_specific_xr_apis
[Android] Deprecate and remove vendors specific XR APIs
2025-11-26 23:43:32 +01:00
Rémi Verschelde
13e7215b46
Merge pull request #111426 from notroid5/patch-1
Replace deprecated `Color8`
2025-11-26 23:43:27 +01:00
Rémi Verschelde
f35f428279
Merge pull request #108417 from rosshadden/docs-fix-typo
Docs: Fix typo in `Object.get_signal_list`
2025-11-26 23:43:22 +01:00
Rémi Verschelde
f305da3c9e
Merge pull request #108135 from Chubercik/libpng-1.6.47
libpng: Update to 1.6.51
2025-11-26 23:43:15 +01:00
Rémi Verschelde
d57a59838e
Merge pull request #107536 from Mickeon/documentation-miscellaneous-oddities-part-6
Fix miscellaneous oddities around the class reference (part 6)
2025-11-26 23:43:11 +01:00
Ashwin Balasubramaniyan
1c824f5912 Support reading available OpenXR runtimes from Windows registry 2025-11-26 17:15:54 -05:00
Allen Pestaluky
f37edd524f Fix clear color being incorrect in Environment background with HDR 2D. 2025-11-26 16:11:57 -05:00
Allen Pestaluky
ef18638ac3 Update docs to describe new use_hdr_2d behavior with Mobile renderer. 2025-11-26 14:47:58 -05:00
KOGA Mitsuhiro
0a68eb3d37 Prevent deadlock on android camera 2025-11-27 04:01:36 +09:00
David Snopek
c2f8d1a29b Android: Fix memory issues in _variant_to_jvalue() 2025-11-26 11:17:34 -06:00
Alexander Hartmann
d97496a99e Fix SHADER_UNIFORM_NAMES 2025-11-26 16:02:38 +01:00
teromene
b8ef67586d Include xkb-compose in wayland_thread.h. Fixes builds without SOWRAP_ENABLED 2025-11-26 16:00:08 +01:00
David Snopek
21a8d6b1bc Fix OpenXRExportPlugin::_get_name() must be overridden error 2025-11-26 08:37:33 -06:00
Michael Alexsander
69ff129e33
Fix error message when closing the project manager on Wayland 2025-11-26 11:16:08 -03:00
A Thousand Ships
f7b805b701
[CODEOWNERS] Add 2D skeleton resources to the Animation team 2025-11-26 14:46:27 +01:00
Silc Lizard (Tokage) Renew
cbf888896d Refert: Fix AHashMap realloc cause AnimationPlayer crash 2025-11-26 21:55:18 +09:00
Mikael Hermansson
0cc88f34da Add support for delta encoding to patch PCKs 2025-11-26 13:52:19 +01:00
Pāvels Nadtočajevs
4334fff230
[macOS] Add missing "move" system cursor. 2025-11-26 13:59:27 +02:00
David Snopek
fce47ac456 OpenXR: Fix Vulkan validation errors and get XR_META_foveation_eye_tracked working on Meta Quest devices 2025-11-26 05:02:22 -06:00
Skyth
56db3aed47 Refactor rendering driver copy APIs to fix D3D12 issues.
Co-authored-by: Stuart Carnie <stuart.carnie@gmail.com>
2025-11-26 12:00:02 +03:00
Logan Detrick
45f4aebe24 Use new dock system for Debugger 2025-11-25 20:40:26 -08:00
Fredia Huya-Kouadio
023024440b Deprecate and remove vendors specific XR APIs from the Godot core Android library
Follow-up to https://github.com/GodotVR/godot_openxr_vendors/pull/380, done in order to prevent vendors specific dependencies onto the Godot core Android library.
2025-11-25 17:06:43 -08:00
kleonc
96332f1b4d Don't redraw Sprite3D/AnimatedSprite3D outside the tree 2025-11-26 01:43:39 +01:00
Hugo Locurcio
dc75272d86
Add search keywords for project settings
This adds keywords that references possible values for project settings,
which makes them easier to find in the class reference search.

Note that this currently does not improve search results in the
Project Settings dialog's filter bar, as it doesn't make use
of class reference keywords yet.
2025-11-26 01:31:54 +01:00
Jakub Marcowski
2b3501923f
libpng: Update to 1.6.51 2025-11-26 01:17:54 +01:00
Bastiaan Olij
c0bc43d1de Add OpenXR 1.1 support 2025-11-26 10:35:37 +11:00
kobewi
871abd1c07 Update dock tabs on setting change 2025-11-25 23:05:57 +01:00
David Snopek
e0668de3de Check if OpenXR is enabled with feature tags of export preset 2025-11-25 15:16:26 -06:00
kit
e4e00a5461 Fix SplitContainer crash on change type 2025-11-25 16:10:08 -05:00
kobewi
a07fcf5d05 Change MSBuildPanel to EditorDock 2025-11-25 21:26:50 +01:00
Micky
be0c68845e Fix miscellaneous oddities around the class reference (part 6) 2025-11-25 21:20:57 +01:00
mattia.zirpoli
203eb9e6d7 This checks if the class exists or is a global class before checking if it's virtual or instantiable.
It fixes bug #112951.
2025-11-25 21:01:25 +01:00
Thaddeus Crews
9dd6c4dbac
Merge pull request #112927 from allenwp/fix_clamping_in_tonemap_mobile
Fix inconsistent color clamping between Mobile and Forward+.
2025-11-25 12:55:13 -06:00
Thaddeus Crews
f34c270452
Merge pull request #113150 from mihe/file-access-pack-errors
Add back I/O error-handling to `FileAccessPack` constructor
2025-11-25 12:55:12 -06:00
Thaddeus Crews
b7f06bd14d
Merge pull request #112539 from Ivorforce/bsearch-const
Make `Vector` `bsearch` method const.
2025-11-25 12:55:11 -06:00
Thaddeus Crews
6774821a23
Merge pull request #111926 from YeldhamDev/stop_pointing_fingers
Show the arrow cursor on disabled `LinkButton`s
2025-11-25 12:55:10 -06:00
Thaddeus Crews
32f43e17f9
Merge pull request #113062 from MattiaZir/fix-openxr-play-area-signal
OpenXR: Implement play_area_changed signal
2025-11-25 12:55:09 -06:00
Thaddeus Crews
5cf4d2042f
Merge pull request #111711 from bruvzg/pop_sh_gl_m
[PopupMenu] Update global menu shortcuts when shortcut is externally changed.
2025-11-25 12:55:08 -06:00
Thaddeus Crews
807df6e9ab
Merge pull request #113028 from madsbangh/fix/asserts-in-input_event_codec.cpp
Fix assertions against buffer overruns in input_event_codec.cpp
2025-11-25 12:55:07 -06:00
Pāvels Nadtočajevs
2721dbf5bc
[PopupMenu] Update global menu shortcuts when shortcut is externally changed. 2025-11-25 20:32:42 +02:00
Lukas Tenbrink
109d3d8530 Make Vector bsearch method const. 2025-11-25 19:05:30 +01:00
Thaddeus Crews
4601c07d86
Merge pull request #113151 from akien-mga/revert-109815
Revert "Fix `EditorExportPlugin::_export_file()` ignoring GDScripts"
2025-11-25 09:52:41 -06:00
Thaddeus Crews
e1aebc6f95
Merge pull request #58749 from KoBeWi/tab_customizer
Allow customization of TabContainer tabs in editor
2025-11-25 09:52:40 -06:00
Thaddeus Crews
5afc01c46d
Merge pull request #112604 from bruvzg/pop_center_rec
Update rect after `_pre_popup` in `popup_centered_*`.
2025-11-25 09:52:38 -06:00
Thaddeus Crews
158f13aebf
Merge pull request #102232 from bruvzg/xattr
[FileAccess] Implement support for reading and writing extended file attributes/alternate data streams.
2025-11-25 09:52:37 -06:00
Thaddeus Crews
5a033aec35
Merge pull request #113075 from KoBeWi/may_the_force_be_in_option
Always enable Make Unique for previewed overrides
2025-11-25 09:52:36 -06:00
Thaddeus Crews
89435a9e05
Merge pull request #97616 from magian1127/4.0gdshader
Optimize the custom doc for shaders.
2025-11-25 09:52:34 -06:00
Thaddeus Crews
324ca13df0
Merge pull request #112334 from xuhuisheng/dev/material-picker
Fix cannot edit property material for new Instance PackedScene
2025-11-25 09:52:33 -06:00
Thaddeus Crews
1a5ee71651
Merge pull request #112903 from sockeye-d/fix-action-map-editor-renaming
Fix input map editor (action map editor) items unable to be renamed
2025-11-25 09:52:31 -06:00