0d9ff70296
Fix documentation typos and broken links
2025-11-27 12:24:58 +01:00
3a97723ff2
Merge pull request #113209 from shiena/fix/prevent_freeze_android_camera
...
Prevent deadlock on Android camera
2025-11-27 09:56:08 +01:00
e0e1a0c6d3
Merge pull request #113115 from KoBeWi/Buildock
...
Change MSBuildPanel to EditorDock
2025-11-27 09:55:55 +01:00
1cb4ada316
Merge pull request #112994 from dsnopek/openxr-meta-foveation-eye-tracked-on-meta
...
OpenXR: Fix Vulkan validation errors and get `XR_META_foveation_eye_tracked` working on Meta Quest devices
2025-11-27 09:55:45 +01:00
44005f96d1
Merge pull request #109302 from BastiaanOlij/add_openxr_1_1_support
...
Add OpenXR 1.1 support
2025-11-27 09:55:21 +01:00
b90884bcd9
Merge pull request #113191 from dsnopek/openxr-export-plugin-name
...
Fix `OpenXRExportPlugin::_get_name() must be overridden` error
2025-11-26 23:44:36 +01:00
c82e16efb0
Merge pull request #113161 from dsnopek/openxr-export-feature-tags
...
Check if OpenXR is enabled with feature tags of export preset
2025-11-26 23:44:14 +01:00
5603b3b0e4
Merge pull request #112884 from ashwinvbs/master
...
Support reading available OpenXR runtimes from Windows registry
2025-11-26 23:43:57 +01:00
cbeb7339b5
Merge pull request #112301 from smix8/grid_curser
...
Fix GridMap `cursor_instance` transparency error spam
2025-11-26 23:43:42 +01:00
1c824f5912
Support reading available OpenXR runtimes from Windows registry
2025-11-26 17:15:54 -05:00
0a68eb3d37
Prevent deadlock on android camera
2025-11-27 04:01:36 +09:00
21a8d6b1bc
Fix OpenXRExportPlugin::_get_name() must be overridden error
2025-11-26 08:37:33 -06:00
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
c0bc43d1de
Add OpenXR 1.1 support
2025-11-26 10:35:37 +11:00
e0668de3de
Check if OpenXR is enabled with feature tags of export preset
2025-11-25 15:16:26 -06:00
a07fcf5d05
Change MSBuildPanel to EditorDock
2025-11-25 21:26:50 +01:00
be0c68845e
Fix miscellaneous oddities around the class reference (part 6)
2025-11-25 21:20:57 +01:00
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
ee5f8bbf11
Merge pull request #112940 from bruvzg/emo_st
...
[TextServer] Track emoji subruns separately from parentheses stack.
2025-11-25 09:52:29 -06:00
501c5b0900
GDScript: Make check for exposed classes more consistent
...
Some places were already checking if classes from ClassDB were exposed,
while others didn't. This makes the check more consistent to avoid
disparities which can lead to crashes.
2025-11-25 12:24:18 -03:00
1788983ee8
Merge pull request #113031 from HolonProduction/lets-put-a-hack-on-top-the-hack
...
LSP: Improve insertion algorithm for resolving completion options
2025-11-25 07:06:50 -06:00
0f047944e4
Statically protect Object::cast_to for unrelated Object types.
...
Fix a handful of bugs associated with it.
2025-11-24 23:03:22 +01:00
6002abe017
Merge pull request #113099 from HolonProduction/salvage-lsp-bb
...
GDScript LSP: Rework and extend BBCode to markdown docstring conversion
2025-11-24 10:21:40 -06:00
02335fa126
Merge pull request #107845 from dsnopek/gdextension-interface-json
...
GDExtension: Store source of `gdextension_interface.h` in JSON
2025-11-24 10:21:36 -06:00
48887b3f2e
Merge pull request #99640 from Repiteo/scons/future-annotations-minimal
...
SCons: Integrate `annotations` where relevant
2025-11-24 10:21:34 -06:00
cd2bd8f624
GDScript LSP: Rework and extend BBCode to markdown docstring conversion
...
The original implementation was minimal and produced docstrings with poor formatting and no line returns in code editors other than VSCode.
Co-authored-by: HolonProduction <holonproduction@gmail.com >
2025-11-24 11:39:58 +01:00
11fc998368
SCons: Integrate annotations where relevant
...
• Expand Ruff linter to catch & upgrade legacy type-hint syntax
2025-11-22 13:22:31 -06:00
8af1a134b4
OpenXR: Implement play_area_changed signal
...
This implements the missing logic for the 'play_area_changed' in OpenXRInterface.
It modifies the existing 'on_reference_space_change_pending' method by receiving the XrReferenceSpaceType enum from the event and selects the appropriate PlayAreaMode, it finally emits the 'play_area_changed' signal.
2025-11-22 18:28:26 +01:00
ef9738005a
Separate Node editor dock
2025-11-22 10:17:03 +08:00
d540752f15
Merge pull request #109972 from BlueCube3310/lmap-dir-pack
...
LightmapGI: Pack L1 SH coefficients before denoising
2025-11-21 18:37:35 -06:00
14cde0fa10
LSP: Improve insertion algorithm for resolving completion options
2025-11-22 01:03:38 +01:00
0e182ee83d
Merge pull request #112506 from RandomShaper/less_locky_cmd_queue
...
CommandQueueMT: Reduce contention + Fix race conditions
2025-11-21 14:46:52 -06:00
47d6ce2917
Merge pull request #110408 from bruvzg/el_trim_w
...
[TextServer] Use a separate flag to disable min. string length for adding ellipsis.
2025-11-21 14:46:49 -06:00
884bf2f332
Merge pull request #108647 from KoBeWi/docking_abyss
...
Make bottom panel into available dock slot
2025-11-21 14:46:48 -06:00
efa1056a3a
Merge pull request #101255 from metamuffin/load-exr-image
...
Add `Image.load_exr_from_buffer`
2025-11-21 14:46:45 -06:00
e873576d71
Merge pull request #111878 from mu3657/master
...
Fix: Add Variant to type autocompletion
2025-11-21 14:46:44 -06:00
6145b0ca29
Add Image.load_exr_from_buffer and enable tinyexr by default
2025-11-21 18:58:26 +01:00
de9b22625e
LightmapGI: Pack L1 SH coefficients before denoising
2025-11-21 18:53:20 +01:00
67735cf213
Make bottom panel into available dock slot
2025-11-21 18:52:13 +01:00
4ba4558cf6
CommandQueueMT: Reduce lock contention in cases of single flusher
2025-11-21 11:11:30 +01:00
5fdcb805d4
[TextServer] Use a separate flag to disable min. string length for adding ellipsis.
2025-11-21 07:49:26 +02:00
b0a03edce0
Merge pull request #106891 from BastiaanOlij/openxr_core_android_loader
...
OpenXR add core support for Khronos loader
2025-11-20 16:47:00 -06:00
2edc43df8e
Merge pull request #78598 from BastiaanOlij/resolve_depth_buffer_mobile
...
Resolve depth buffer in mobile renderer when required
2025-11-20 11:10:48 -06:00
d089d0e1e2
Merge pull request #112961 from Repiteo/dotnet/vs2026-support
...
C#: Ensure mono editor supports Visual Studio 2026
2025-11-20 11:10:45 -06:00
817bf95756
C#: Ensure mono editor supports Visual Studio 2026
2025-11-20 10:32:08 -06:00
dfc38d2a3f
Merge pull request #94873 from kroketio/blender-exitcode
...
blender/import: correct exit code on Python exception
2025-11-19 11:04:06 -06:00
c5bb2dc5e4
Merge pull request #111983 from ScrappieG/error-msg-fix
...
Multiplayer: Remove `_custom_spawner` from error message.
2025-11-19 11:04:01 -06:00
2479e1737a
[TextServer] Track emoji subruns separately from parentheses stack.
2025-11-19 08:36:20 +02:00
c056cae437
OpenXR add core support for Khronos loader
2025-11-19 11:54:25 +11:00
d30ec9aef0
Merge pull request #112888 from dhoverb/meta_foveation_eye_tracked
...
Implement XR_META_foveation_eye_tracked
2025-11-18 14:00:47 -06:00