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
Pāvels Nadtočajevs
6b67059d94
[macOS] Hide input accessory popups when no text control selected.
2026-01-30 08:45:08 +02: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
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
Thaddeus Crews
6539f7fade
Merge pull request #113761 from m4gr3d/bump_android_version_2026
...
Annual Android versions bump for 2026
2026-01-28 17:58:21 -06:00
Thaddeus Crews
63c0e9a9fb
Merge pull request #115158 from timothyqiu/drop-type-inherit
...
Take custom type of parent scripts into account when dropping onready variables
2026-01-28 17:58:19 -06:00
Thaddeus Crews
c57867774d
Merge pull request #114898 from Nallebeorn/truthiness_docs
...
Add missing truthiness documentation
2026-01-28 17:58:18 -06:00
Thaddeus Crews
9bca0d1221
Merge pull request #115275 from Saulo-de-Souza/refactor-remove-duplicate-code
...
Refactor remove duplicate code
2026-01-28 17:58:16 -06:00
Thaddeus Crews
c1f3ff963e
Merge pull request #110923 from HolonProduction/rm-create-script
...
Remove unused `create_script` method from `ScriptLanguage`
2026-01-28 17:58:15 -06:00
Thaddeus Crews
135cd6eea0
Merge pull request #115530 from clayjohn/render-target-discard
...
Remove `is_discardable` flag on render target
2026-01-28 17:58:14 -06:00
Thaddeus Crews
82e235ebbc
Merge pull request #115143 from Calinou/editor-web-improve-html-shell
...
Improve HTML shell in the web editor
2026-01-28 17:58:12 -06:00
Thaddeus Crews
bddebe9d7e
Merge pull request #115515 from syntaxerror247/fix-scope-storage-crash
...
Fix crash in StorageScope.kt on Android
2026-01-28 17:58:09 -06:00
Thaddeus Crews
dd210a1071
Merge pull request #100923 from j20001970/camera-feed-format
...
CameraFeed: Add `set_format` and `get_formats` virtual binds
2026-01-28 17:58:07 -06:00
Thaddeus Crews
94f3b73cec
Merge pull request #114488 from BenLubar/text-server-glyph-span-index
...
Add `span_index` to `TextServer.shaped_text_get_glyphs` and related methods when accessed from GDScript.
2026-01-28 17:58:05 -06:00
Thaddeus Crews
623bbb3414
Merge pull request #115254 from BastiaanOlij/openxr_depth_warning
...
OpenXR: Inability to find depth format now gives a warning
2026-01-28 17:58:03 -06:00
Thaddeus Crews
cdddc73745
Merge pull request #115379 from kitbdev/popupmenu-set-index
...
Add PopupMenu method `set_item_index`
2026-01-28 17:58:01 -06:00
Thaddeus Crews
a4678d2761
Merge pull request #114097 from joelgomes1994/dependency_editor_filters
...
Improve the dependency editor UX
2026-01-28 17:57:59 -06:00
Thaddeus Crews
ccb0b49799
Merge pull request #112426 from MuffinTastic/MuffinTastic/filesystemdock-thumbnail-nearest-point
...
[Editor] Make FileSystemDock use nearest-neighbor filtering for textures
2026-01-28 17:57:57 -06:00
Thaddeus Crews
a0bf14921a
Merge pull request #112797 from jinyangcruise/make_ItemList_ensure_current_is_visible_scroll_to_center
...
ItemList add `center_on_current()`
2026-01-28 17:57:55 -06:00
Thaddeus Crews
3bcaf9d66c
Merge pull request #115229 from Calinou/editor-build-profile-add-more-toggles
...
Add more toggleable options in Engine Compilation Configuration Editor
2026-01-28 17:57:53 -06:00
Thaddeus Crews
38b84e9c0e
Merge pull request #115203 from lazaromenezes/vibrate_handheld-doc-update
...
Add notice about device settings for `vibrate_handheld` method
2026-01-28 17:57:50 -06:00
Ashwin Balasubramaniyan
a182e18211
Implement support for XR_EXT_user_presence extension
2026-01-28 21:39:43 +00:00