81252 Commits

Author SHA1 Message Date
Thaddeus Crews
e36d624a30 Merge pull request #115607 from Ivorforce/sunless-sky
Remove `sky.h` include from `environment.h`, to speed up compile time.
2026-01-30 09:32:14 -06:00
Thaddeus Crews
6d67a99925 Merge pull request #115606 from clayjohn/sky-border-fix
Ensure that uv border size is passed in to sky rendering functions
2026-01-30 09:32:13 -06:00
Thaddeus Crews
a6692abdb8 Merge pull request #115290 from ryevdokimov/zoom-preset
Register zoom shortcuts to match preset `Godot` navigation scheme
2026-01-30 09:32:12 -06:00
Thaddeus Crews
970565aafc Merge pull request #115603 from dsnopek/openxr-frame-synthesis-dont-register-projection-views-unless-enabled
OpenXR: Don't add frame synthesis as projection views extension unless enabled
2026-01-30 09:32:11 -06:00
Thaddeus Crews
82580cf965 Merge pull request #115602 from dsnopek/openxr-user-presence-hide-singleton
Don't expose the `OpenXRUserPresenceExtension` singleton
2026-01-30 09:32:10 -06:00
Thaddeus Crews
5385a7ba38 Merge pull request #115504 from blueskythlikesclouds/d3d12-aniso-nearest-fix
Handle nearest filtering modes in D3D12 driver when anisotropy is enabled.
2026-01-30 09:32:09 -06:00
Thaddeus Crews
fbbb8a921b Merge pull request #115309 from Ivorforce/localvector-explicit-copy
Change copy constructor of `LocalVector` from implicit to explicit
2026-01-30 09:32:07 -06:00
Thaddeus Crews
2d9b67e7bf Merge pull request #115620 from bruvzg/gn_scale
[PopupMenu] Use parent `GraphEdit` scale for popups inside `GraphElement` instead of completely disabling it.
2026-01-30 09:32:06 -06:00
Thaddeus Crews
fd6e80d4e9 Merge pull request #105701 from ColinSORourke/DrawableTexture
Implement DrawableTextures
2026-01-30 09:32:05 -06:00
Thaddeus Crews
9005783e77 Merge pull request #115619 from bruvzg/maco_ime_p
[macOS] Hide input accessory popups when no text control selected.
2026-01-30 09:32:04 -06:00
Thaddeus Crews
e6ddb1035d Merge pull request #115587 from KoBeWi/just_another_day_in_localization_department
Fix wrong tooltip translations in resource picker
2026-01-30 09:32:03 -06:00
David Snopek
8b16ea4093 Update XRCamera3D docs to clarify what it provides and overrides 2026-01-30 06:24:12 -06:00
Pāvels Nadtočajevs
f36366705e [PopupMenu] Use parent GraphEdit scale for popups inside GraphElement instead of completely disabling it. 2026-01-30 10:05:46 +02:00
Pāvels Nadtočajevs
6b67059d94 [macOS] Hide input accessory popups when no text control selected. 2026-01-30 08:45:08 +02:00
Lukas Tenbrink
1d840aae3a Remove sky.h include from environment.h, to speed up compile time. 2026-01-30 00:05:55 +01:00
David Snopek
9c82d5d8fc OpenXR: Don't add frame synthethesis as projection views extension unless enabled 2026-01-29 16:20:52 -06:00
Clay John
b4b20e95ed Ensure that uv border size is passed in to sky rendering functions both when rendering the octmap and when rendering the sky as a background 2026-01-29 14:14:49 -08:00
Robert Yevdokimov
41bf7648c2 Fix Skeleton3D Edit Mode bone buttons have priority over transform gizmo 2026-01-29 17:02:50 -05:00
David Snopek
deb2e64ef5 OpenXR: Better action map defaults for hand interaction profile 2026-01-29 15:51:37 -06:00
David Snopek
9c11e25198 Don't expose the OpenXRUserPresenceExtension singleton 2026-01-29 15:00:37 -06:00
kobewi
f7b9703cbd Use actual class names in resource type hints 2026-01-29 21:07:56 +01:00
Thaddeus Crews
80a4af1cc7 Merge pull request #115551 from YeldhamDev/runtime_node_select_separation
Move `RuntimeNodeSelect` to its own files
2026-01-29 12:11:18 -06:00
Thaddeus Crews
0a1fd97da0 Merge pull request #115549 from Calinou/doc-upnp-update-example
Fix UPNP code sample using `OK` constant incorrectly
2026-01-29 12:11:17 -06:00
Thaddeus Crews
0f266c4f8e Merge pull request #110523 from StamLord/pattern-guard-warning-fix
Pattern guard warning fix
2026-01-29 12:11:15 -06:00
Thaddeus Crews
563c22673b Merge pull request #115577 from Ivorforce/even-less-includes
Remove a few includes of `curve.h`, `texture.h` and `resource_loader.h` + `resource_saver.h`
2026-01-29 12:11:13 -06:00
Thaddeus Crews
fd0499020b Merge pull request #115576 from Giganzo/animation-track-icon-size
Fix icon size in AnimationPlayer tracks
2026-01-29 12:11:12 -06:00
Thaddeus Crews
9dff33d942 Merge pull request #115510 from Nintorch/fix-nvidia-shield
Fix Nvidia Shield controller showing up twice on macOS
2026-01-29 12:11:12 -06:00
Thaddeus Crews
2ba7af854d Merge pull request #115574 from Chubercik/ufbx-0.21.2
ufbx: Update to 0.21.2
2026-01-29 12:11:10 -06:00
Thaddeus Crews
7ba375be00 Merge pull request #110933 from Kazox61/virtual-joystick
Add VirtualJoystick
2026-01-29 12:11:08 -06:00
Thaddeus Crews
b621b9ea5a Merge pull request #115570 from Ivorforce/input-keyboard-noinclude
Do not include `input_enums.h` and `keyboard.h` from `variant.h` and `binder_common.h`
2026-01-29 12:11:07 -06:00
Thaddeus Crews
2725c636ca Merge pull request #115569 from LanzaSchneider/fix-gdscript-compilation
Fix `script_language_extension.cpp` compilation with `deprecated=no`
2026-01-29 12:11:06 -06:00
Thaddeus Crews
869d83b040 Merge pull request #113199 from KoBeWi/redock
Replace DockSlot with DockTabContainer
2026-01-29 12:11:05 -06:00
Thaddeus Crews
abe0226afa Merge pull request #115466 from Calinou/doc-renderingserver-complete
Complete RenderingServer, ArrayMesh and VoxelGIData class documentation
2026-01-29 12:11:04 -06:00
kobewi
a18550907b Fix wrong tooltip translations in resource picker 2026-01-29 19:07:57 +01:00
kobewi
4274f8b543 Replace DockSlot with DockTabContainer 2026-01-29 16:52:01 +01:00
Lukas Tenbrink
72b281d41e Remove a few includes of curve.h, texture.h and resource_loader.h + resource_saver.h. 2026-01-29 15:59:29 +01:00
Michael Alexsander
6862edcede Move RuntimeNodeSelect to its own files 2026-01-29 11:02:25 -03:00
Giganzo
c82263adb6 Fix icon size in AnimationPlayer tracks 2026-01-29 14:03:33 +01:00
kobewi
f006987598 Fix Rename option for instance roots 2026-01-29 14:00:56 +01:00
Jakub Marcowski
58a1e8b63f ufbx: Update to 0.21.2 2026-01-29 13:07:49 +01:00
Lukas Tenbrink
1950689f1d Do not include input_enums.h and keyboard.h from variant.h and binder_common.h. 2026-01-29 12:12:53 +01:00
LanzaSchneider
fed65ba716 Fix script_language_extension compilation with deprecated=no 2026-01-29 19:03:23 +08:00
Colin O'Rourke
63f6e3691c DrawableTextures
Implementing DrawableTextures based on: https://github.com/godotengine/godot-proposals/issues/7379
2026-01-29 01:16:06 -08:00
Kazox61
fa2d63e3fe Adds VirtualJoystick 2026-01-29 08:29:12 +01:00
Hugo Locurcio
cfa8d762ef Fix UPNP code sample using OK constant incorrectly
The returned value is an UPNPResult, not an Error. Both
`UPNP.UPNP_RESULT_SUCCESS` and `OK` are equal to 0, so it will
behave the same, but it's not identical from a static typing perspective.
2026-01-29 01:53:57 +01:00
Hugo Locurcio
77d4c814c3 Complete RenderingServer, ArrayMesh and VoxelGIData class documentation
This also updates various related descriptions in other classes.

Co-authored-by: Joon <joon.suh2003@gmail.com>
2026-01-29 01:34:28 +01:00
Thaddeus Crews
5ad8b27d8d Merge pull request #115190 from ashwinvbs/xr_ext_user_presence
Implement support for `XR_EXT_user_presence` extension
2026-01-28 17:58:26 -06:00
Thaddeus Crews
5853d99984 Merge pull request #114930 from KoBeWi/if_it's_runnable_can_it_run_doom
Move runnable out of export preset
2026-01-28 17:58:25 -06:00
Thaddeus Crews
8fd7c1ed50 Merge pull request #115314 from Saulo-de-Souza/fix-create-dialog-recents
Fix create dialog recents
2026-01-28 17:58:23 -06:00
Thaddeus Crews
d4ab136b24 Merge pull request #112746 from Kaleb-Reid/show-nodepath-subnames
Show NodePath subnames in editor inspector
2026-01-28 17:58:22 -06:00