Thaddeus Crews
|
fd6e80d4e9
|
Merge pull request #105701 from ColinSORourke/DrawableTexture
Implement DrawableTextures
|
2026-01-30 09:32:05 -06: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
|
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 |
|
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 |
|
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 |
|
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
|
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
|
10aa2e3013
|
Merge pull request #111226 from PhairZ/copy-color
Add a copy button to the color picker dialog.
|
2026-01-28 12:27:16 -06:00 |
|
Thaddeus Crews
|
0620af8db3
|
Merge pull request #110759 from precup/scene-tree-dock-optimizations
Optimize tree size computation and the scene tree dock filter
|
2026-01-28 12:27:06 -06:00 |
|
Thaddeus Crews
|
0b60e188c3
|
Merge pull request #115360 from Nintorch/optimize-input-header-includes
Optimize `core/input/input.h` header `#include`ing
|
2026-01-28 12:27:02 -06:00 |
|
Thaddeus Crews
|
c5ab7727fa
|
Merge pull request #114323 from snowfrogdev/monospace-font-in-debugger-errors-tab
Tree: Add per-cell `autowrap_trim_flags` to TreeItem
|
2026-01-28 12:26:56 -06:00 |
|
Nintorch
|
eb019511ed
|
Optimize files that #include input.h header
|
2026-01-28 14:21:00 +05:00 |
|
Thaddeus Crews
|
2450bb0c75
|
Merge pull request #114449 from ndarilek/a11y-regions
GUI: Add accessibility region role for landmark navigation
|
2026-01-27 15:18:27 -06:00 |
|
Thaddeus Crews
|
c161d13b1b
|
Merge pull request #115452 from Ivorforce/rendering-server-no-geometry
Reduce compile time by removing `geometry_3d.h` include from `rendering_server.h`
|
2026-01-27 15:18:19 -06:00 |
|
Lukas Tenbrink
|
c56c297cee
|
Remove geometry_3d include from rendering_server.h, to reduce compile time.
Change `Geometry3D` from class to namespace.
|
2026-01-27 18:12:38 +01:00 |
|
Thaddeus Crews
|
07a2c75ec4
|
Merge pull request #115326 from Chaosus/vs_spatial_all_in_shadow_pass
[VisualShader] Add `in_shadow_pass` spatial input
|
2026-01-27 09:04:23 -06:00 |
|
Thaddeus Crews
|
7f31ae1564
|
Merge pull request #115325 from Chaosus/vs_spatial_light_specular_amount
[VisualShader] Add `specular_amount` spatial light input
|
2026-01-27 09:04:22 -06:00 |
|
Thaddeus Crews
|
173d022434
|
Merge pull request #109108 from timothyqiu/anilib-split
Fix error after renaming animation in Animation Library Editor
|
2026-01-27 09:04:20 -06:00 |
|
Thaddeus Crews
|
9ef64c88fb
|
Merge pull request #115410 from YeldhamDev/build_profile_fix
Fix build profile generator creating bogus profiles
|
2026-01-27 09:04:17 -06:00 |
|
Thaddeus Crews
|
ae7d2defe2
|
Merge pull request #115006 from kitbdev/fix-te-editable-draw-caret
Fix TextEdit not drawing caret on setting editable
|
2026-01-27 09:04:04 -06:00 |
|
Michael Alexsander
|
a7c77ac1f7
|
Fix build profile generator creating bogus profiles
|
2026-01-26 21:42:01 -03:00 |
|
Thaddeus Crews
|
43fbc539dd
|
Merge pull request #115295 from Akosmo/hover-treeitem-fix
Reset drag unfold timer when mouse exits Tree
|
2026-01-26 15:01:54 -06:00 |
|
Thaddeus Crews
|
7b4e220465
|
Merge pull request #115378 from kitbdev/fix-popupmenu-set-id
Fix error after setting native PopupMenu item ID
|
2026-01-26 15:01:47 -06:00 |
|
Thaddeus Crews
|
4144627358
|
Merge pull request #114467 from Kn1feKillz/scrollbar-richtext
Fix `RichTextLabel` not updating after change `scroll_active` field
|
2026-01-26 15:01:44 -06:00 |
|
Thaddeus Crews
|
86b40d4439
|
Merge pull request #111859 from kitbdev/fix_te_ime_wrap_index_error
Fix TextEdit IME error on mouse over
|
2026-01-26 13:14:35 -06:00 |
|
Thaddeus Crews
|
bf28684b2a
|
Merge pull request #112745 from BrotherShort/fix-LineEdit-offset
Fix Tree focus item LineEdit is offset
|
2026-01-26 13:14:32 -06:00 |
|
Thaddeus Crews
|
861d7f5263
|
Merge pull request #115021 from dfdfg42/fix-immediate-mesh-vertex-2d-reset
Reset `vertex_2d` flag when starting a new surface in ImmediateMesh
|
2026-01-26 13:14:25 -06:00 |
|
Thaddeus Crews
|
0f8a1c9db2
|
Merge pull request #115147 from BastiaanOlij/fix_multiview_fixed_size
Apply fixed size properly for mono/stereo rendering.
|
2026-01-26 13:14:23 -06:00 |
|
kit
|
01839942fc
|
Add PopupMenu method set_item_index
|
2026-01-26 12:17:56 -05:00 |
|
jinyangcruise
|
c82b5fe2ec
|
ItemList support center_on_current().
|
2026-01-27 00:06:59 +08:00 |
|
Michael Alexsander
|
d061d9bac3
|
Stop exposing external theme item properties
|
2026-01-26 11:49:03 -03:00 |
|
kit
|
7d3e84391b
|
Fix error after setting native PopupMenu item ID
|
2026-01-25 19:27:57 -05:00 |
|
kobewi
|
8b400edb92
|
Don't force list icon size in EditorFileDialog
|
2026-01-24 13:29:37 +01:00 |
|
Chaosus
|
f91f2861cf
|
[VisualShader] Add in_shadow_pass spatial input
|
2026-01-24 12:38:36 +03:00 |
|
Chaosus
|
4f0a0367fd
|
[VisualShader] Add specular_amount spatial light input
|
2026-01-24 12:35:33 +03:00 |
|
Silc Lizard (Tokage) Renew
|
9e066453fa
|
Tweak IKModifier3D docs and comment
|
2026-01-24 00:55:54 +09:00 |
|
Akosmo
|
bf858ab659
|
Reset drag unfold timer when mouse exits Tree
|
2026-01-23 07:39:01 -03:00 |
|
Rémi Verschelde
|
c3058391d7
|
Merge pull request #115181 from passivestar/graph-experimental-docs
Remove experimental flags from graph nodes
|
2026-01-22 16:56:07 +01:00 |
|
kobewi
|
ff89f649fa
|
Restore period in loaded node paths
|
2026-01-22 01:40:28 +01:00 |
|
passivestar
|
1e11fe936b
|
Remove experimental flag from graph nodes
|
2026-01-21 05:46:10 +04:00 |
|
vaner-org
|
4cd3e5a76e
|
Allow ONE_SHOT_REQUEST_FIRE to override abort
|
2026-01-20 21:59:00 +05:30 |
|
Bastiaan Olij
|
aac883849e
|
Apply fixed size properly for mono/stereo rendering.
|
2026-01-20 23:19:45 +11:00 |
|
Kni1feKillz
|
3f50ab6f03
|
Fix RichTextLabel not updating
Fix RichTextLabel not updating when changing scroll_active in the editor and in projects
|
2026-01-20 16:18:37 +04:00 |
|
Rémi Verschelde
|
f0fa171ec2
|
Revert "Fix fixed size flag on StandardMaterial3D when rendering in stereo"
This reverts commit 748f35ccb8.
Fixes #114995.
This will be redone for 4.7 / possibly 4.6.1 with a more involved solution.
|
2026-01-20 09:10:13 +01:00 |
|
Rémi Verschelde
|
aa6ab2660f
|
Merge pull request #115145 from KoBeWi/the_scale_of_this_issue_is_unimaginable
Fix EditorFileDialog icon scale in list mode
|
2026-01-20 00:22:39 +01:00 |
|
Rémi Verschelde
|
a4a26762f1
|
Merge pull request #114328 from kleonc/node_duplicating_signal_source_node_fix
`CONNECT_APPEND_SOURCE_OBJECT` on signal emission
|
2026-01-20 00:22:32 +01:00 |
|
kobewi
|
59b2bb1fe8
|
Fix EditorFileDialog icon scale in list mode
|
2026-01-19 22:50:33 +01:00 |
|
Rémi Verschelde
|
895630e853
|
Merge pull request #115128 from KoBeWi/least_favorite_bug
Fix favorite files handling
|
2026-01-19 21:45:45 +01:00 |
|