Marcos Casagrande
|
19540a0758
|
Avoid unnecessary version_get_uniform() calls
|
2025-04-28 15:05:59 +02:00 |
|
Haoyu Qiu
|
3578aa6acc
|
Fix item translation and icon in the Anchors Preset dropdown
- Some items were not translated.
- Item icons did not react to light/dark theme switch.
|
2025-04-28 19:50:24 +08:00 |
|
Haoyu Qiu
|
f7a0b6b7cf
|
Fix group name completion for get_node_count_in_group
|
2025-04-28 19:42:01 +08:00 |
|
Gilles Roudière
|
52aee9c325
|
Fix rotated/flipped tiles rendering origin
|
2025-04-28 13:34:39 +02:00 |
|
Flyn San
|
be8fe15574
|
Fix invalid AnimationNode documentation syntax
|
2025-04-28 20:25:55 +10:00 |
|
Lukas Tenbrink
|
f064a415b3
|
Use PagedAllocator for StringName to accelerate and localize allocations.
|
2025-04-28 10:38:17 +02:00 |
|
Rémi Verschelde
|
151e2ecc4b
|
basis_universal: Rediff patches, remove Windows encoding fix
Convert the file to UTF-8 properly instead.
|
2025-04-28 10:27:32 +02:00 |
|
Pāvels Nadtočajevs
|
fd1eeacf23
|
[ScrollContainer] Fix focus rect draw position in RTL layout.
|
2025-04-28 11:26:01 +03:00 |
|
Pāvels Nadtočajevs
|
fb99c01381
|
[TextEdit] Fix caret cut of in RTL layout, account for wrapped line indents in accessibility updates.
|
2025-04-28 11:22:33 +03:00 |
|
kobewi
|
6f4cf04fb8
|
Expose set_uid()
|
2025-04-28 10:13:43 +02:00 |
|
Haoyu Qiu
|
c5a70dbeeb
|
Improve EditorAbout dialog auto-translation
|
2025-04-28 14:01:58 +08:00 |
|
Pāvels Nadtočajevs
|
4cc50e40ec
|
Fix ColorPicker preset button format string typo.
|
2025-04-28 08:03:52 +03:00 |
|
Ryan Baker
|
b7200d1e73
|
Fix process callback state getting overwritten by calls to set_process_smoothing_speed
|
2025-04-27 20:40:43 -04:00 |
|
Gabe Caldwell
|
e9b71f96a2
|
Fixing mac vulkan install script to error if jq is not installed
|
2025-04-27 19:26:41 -05:00 |
|
Thaddeus Crews
|
1b4ed4c038
|
Merge pull request #105595 from bruvzg/focus_fx
Fix `FOCUS_ACCESSIBILITY` grabbing focus when it is not supposed to, forward `GraphNode` key input to `GraphEdit`.
|
2025-04-27 19:21:34 -05:00 |
|
Thaddeus Crews
|
9c324a8524
|
Merge pull request #103414 from dugramen/itemlist-shift-key-select
ItemList multiselect with shift up & down arrow keys
|
2025-04-27 19:21:33 -05:00 |
|
Thaddeus Crews
|
faab991792
|
Merge pull request #105842 from bruvzg/stack_leak
Fix GDScript stack leak.
|
2025-04-27 19:21:32 -05:00 |
|
Thaddeus Crews
|
a26c05d7e5
|
Merge pull request #104169 from CreatedBySeb/fix-error-panel-hiding
Fix error panel auto-hiding
|
2025-04-27 19:21:32 -05:00 |
|
Thaddeus Crews
|
f8a8d6cf04
|
Merge pull request #105700 from dementive/config-file-get-improvement
Improve ConfigFile get_sections and get_section_keys by returning Vector<String>
|
2025-04-27 19:21:31 -05:00 |
|
Thaddeus Crews
|
74fc4dae15
|
Merge pull request #95585 from HolonProduction/remove-cache
ScriptEditor: Remove obsolete completion cache
|
2025-04-27 19:21:30 -05:00 |
|
Thaddeus Crews
|
9967dde20b
|
Merge pull request #105306 from KoBeWi/pwat
`Range`: Remove useless `p_what` argument
|
2025-04-27 19:21:29 -05:00 |
|
Thaddeus Crews
|
18f5b668d7
|
Merge pull request #105817 from Ivorforce/extension-loader-gdclass-fix
Fix `GDExtensionLoader` using the wrong super type in `GDSOFTCLASS`.
|
2025-04-27 19:21:29 -05:00 |
|
Thaddeus Crews
|
22b22625db
|
Merge pull request #105687 from Calinou/doc-scenetree-custom-multiplayer
Document `SceneTree.set_multiplayer()` should be called in `_enter_tree()`
|
2025-04-27 19:21:28 -05:00 |
|
Thaddeus Crews
|
bdd3cb3f31
|
Merge pull request #103382 from dugramen/tree-shift-select
Add tree multiselect with shift up & down arrow keys
|
2025-04-27 19:21:27 -05:00 |
|
Thaddeus Crews
|
7e647d7626
|
Merge pull request #105811 from Grublady/inherited_signals
Fix Signals dock only un-doubling parent class's first signal
|
2025-04-27 19:21:26 -05:00 |
|
Thaddeus Crews
|
796b9caa09
|
Merge pull request #105552 from adamwych/expose-get-node-list
Expose `AnimationNode(StateMachine/BlendTree).get_node_list()`
|
2025-04-27 19:21:26 -05:00 |
|
Thaddeus Crews
|
4104931e4a
|
Merge pull request #105804 from bruvzg/tb_crash
[macOS] Fix touch bar observer crash.
|
2025-04-27 19:21:25 -05:00 |
|
Thaddeus Crews
|
df78d4a866
|
Merge pull request #105546 from Splizard/fix_gdextension_tostring
Fix GDExtension `Object/Node::to_string` to check `is_valid` before returning the result
|
2025-04-27 19:21:24 -05:00 |
|
Thaddeus Crews
|
1a2a1b07df
|
Merge pull request #105799 from Repiteo/scons/enum-conversion-warnings
SCons: Add enum conversion warning
|
2025-04-27 19:21:23 -05:00 |
|
Thaddeus Crews
|
7c35e3999d
|
Merge pull request #105797 from bruvzg/scroll_crash
Fix `AnimationNodeBlendTree` crash on `Open Editor` button press.
|
2025-04-27 19:21:23 -05:00 |
|
Thaddeus Crews
|
3947cbe3b2
|
Merge pull request #104386 from Repiteo/core/cpp-math
Core: Replace C math headers with C++ equivalents
|
2025-04-27 19:21:22 -05:00 |
|
Thaddeus Crews
|
841bfbba5b
|
Merge pull request #105537 from RedMser/fix-get-returning-true
Fix cases where `_get` returned true erroneously
|
2025-04-27 19:21:21 -05:00 |
|
Thaddeus Crews
|
d7dff591cb
|
Merge pull request #105789 from Nazarwadim/change_RBMap_and_input_activity_to_AHashMap2
Use AHashMap for RBMap nodes and HashMap input_activity
|
2025-04-27 19:21:20 -05:00 |
|
Thaddeus Crews
|
9ad16236dd
|
Merge pull request #105787 from zodywoolsey/fbx-runtime-fixing
Fix fbx runtime import not generating meshes properly
|
2025-04-27 19:21:19 -05:00 |
|
Thaddeus Crews
|
616b996938
|
Merge pull request #105786 from bruvzg/mingw_link_fix
Fix `uiautomationcore` linking in 32-bit x86 MinGW builds.
|
2025-04-27 19:21:19 -05:00 |
|
Thaddeus Crews
|
21ed7ce518
|
Merge pull request #96169 from RedMser/search-keywords-in-create-dialog
Consider search keywords in `CreateDialog`
|
2025-04-27 19:21:18 -05:00 |
|
Thaddeus Crews
|
be994d59c9
|
Merge pull request #103968 from Chubercik/basis_universal-1.60
basis_universal: Update to 1.60
|
2025-04-27 19:21:17 -05:00 |
|
Thaddeus Crews
|
69f0eb5de5
|
Merge pull request #103841 from GustJc/embed_add_hotkeys
Add Embed Game Window shortcut hotkeys support for `suspend/pause` and `next frame` buttons
|
2025-04-27 19:21:16 -05:00 |
|
Thaddeus Crews
|
ba0ad482ec
|
Merge pull request #105760 from Ivorforce/string-name-encapsulate
Remove unnecessary `StringName` `idx` cache in `_Data` to reduce its size.
|
2025-04-27 19:21:15 -05:00 |
|
Thaddeus Crews
|
4dbfcbfbbd
|
Merge pull request #105504 from ExEago/master
`RichTextLabel`: Add methods to compute the height and width of a line
|
2025-04-27 19:21:15 -05:00 |
|
Thaddeus Crews
|
2f1b10824b
|
Merge pull request #98847 from KoBeWi/illusion_wave
Add "Close Tabs Below" option to script editor context menu
|
2025-04-27 19:21:14 -05:00 |
|
Thaddeus Crews
|
31a0c68b14
|
Merge pull request #104209 from aaronfranke/bone-attach-update
Update BoneAttachment3D transform when setting the bone index
|
2025-04-27 19:21:13 -05:00 |
|
Thaddeus Crews
|
54a0e10648
|
Merge pull request #105487 from Calinou/3d-editor-fix-light-theme-gizmo-icons
Fix light theme gizmo icons in the 3D editor appearing too dark
|
2025-04-27 19:21:12 -05:00 |
|
Thaddeus Crews
|
9b35aaf2e2
|
Merge pull request #105613 from ryevdokimov/fix-editor-camera-transform
Fix incorrect transform when editor camera is moved externally
|
2025-04-27 19:21:12 -05:00 |
|
Thaddeus Crews
|
113ef4df78
|
Merge pull request #105357 from MewPurPur/tweak-get-cursor-shape-doc
Improve get_cursor_shape() documentation
|
2025-04-27 19:21:11 -05:00 |
|
Thaddeus Crews
|
ac073c64dc
|
Merge pull request #98439 from Repiteo/core/charstringt
Core: Integrate `CharStringT`
|
2025-04-27 19:21:10 -05:00 |
|
Thaddeus Crews
|
ee80792daa
|
Merge pull request #105731 from akien-mga/ci-remove-api-dump-action
CI: Remove now unused godot-api-dump action
|
2025-04-27 19:21:09 -05:00 |
|
Thaddeus Crews
|
b09b873adc
|
Merge pull request #91264 from ckaiser/script-editor-help-tooltip
Fix help overview tooltip flicker
|
2025-04-27 19:21:09 -05:00 |
|
clayjohn
|
d2dce41681
|
Fix float/int comparison in acos_approx in sky template shader
Strict GLSL implementations will not automatically convert `0` to a float
|
2025-04-27 17:06:34 -07:00 |
|
kobewi
|
6856926b77
|
Rename FoldableContainer's text to title
|
2025-04-28 00:12:32 +02:00 |
|