1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-16 14:00:40 +00:00
Commit Graph

74526 Commits

Author SHA1 Message Date
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
Jayden Sipe
0bba1a80d5 Remove deprecated engine_version_update_mode editor setting 2025-04-27 18:01:01 -04:00
Grublady
1ce038b24e Fix Signals dock only un-doubling parent class's first signal 2025-04-27 17:59:25 -04:00
Pāvels Nadtočajevs
89c55f638d Fix GDScript stack leak. 2025-04-27 23:15:35 +03:00
zodywoolsey
a54301ef75 fix fbx runtime import not generating meshes properly
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
Co-authored-by: K. S. Ernest (iFire) Lee <fire@users.noreply.github.com>
Co-authored-by: Naming-things-is-hard-btw <ahmadmhamad12331233@gmail.com>
2025-04-27 10:55:46 -06:00
Marcos Casagrande
197b307061 [Web] Optimize GL.getSource for known-length shader sources 2025-04-27 17:44:08 +02:00
Thaddeus Crews
999294d77a Core: Integrate CharStringT 2025-04-27 09:58:39 -05:00
Pāvels Nadtočajevs
152423230c [macOS] Update entered state from mouseMoved. 2025-04-27 16:00:28 +03:00
Egor Nikulin
976e60ea24 Mark referenced packages in SDK as implicitly defined
Should improve package manager behavior
and fix errors in solutions using CPM.

https://github.com/NuGet/Home/issues/13529
https://github.com/dotnet/sdk/pull/43151/files#r1746148520
2025-04-27 14:00:55 +04:00
Lukas Tenbrink
f2bab45202 Fix GDExtensionLoader using the wrong super type in GDSOFTCLASS. 2025-04-27 10:28:08 +02:00
Pāvels Nadtočajevs
db0c0a9182 Fix FOCUS_ACCESSIBILITY grabbing focus when it is not supposed to, forward GraphNode key input to GraphEdit. 2025-04-27 00:45:11 +03:00
HolonProduction
56bad11517 ScriptEditor: Remove obsolete completion cache 2025-04-26 22:59:10 +02:00
Pāvels Nadtočajevs
3e8c99b346 Fix uiautomationcore linking in 32-bit x86 MinGW builds. 2025-04-26 23:45:07 +03:00
Grublady
d803d5b0c4 Walk up inheritance hierarchy when finding which script's docs to open 2025-04-26 16:35:11 -04:00
Pāvels Nadtočajevs
4450594fb5 [macOS] Fix touch bar observer crash. 2025-04-26 23:29:07 +03:00
kobewi
92103366a5 Add "Close Tabs Below" option to script editor context menu
Co-authored-by: PrecisionRender <austin08dean@gmail.com>
2025-04-26 20:00:17 +02:00
Pāvels Nadtočajevs
7cf7e6aa95 Fix AnimationNodeBlendTree crash on Open Editor button press. 2025-04-26 20:10:44 +03:00
Thaddeus Crews
dc9c34f0c6 SCons: Add enum conversion warning 2025-04-26 12:06:20 -05:00
Aaron Franke
4eba6d1892 Update BoneAttachment3D transform when setting the bone index 2025-04-26 06:49:00 -07:00
lawnjelly
ae04a3a5dd Physics Interpolation - Move 3D FTI to SceneTree
Moves 3D interpolation from server to the client code (`SceneTree`).
Complete rework of 3D physics interpolation, but using the same user API.
2025-04-26 14:13:30 +01:00
DE YU
ac931c33c2 Implmement stackable text effects on label type through label settings
Co-authored-by: Micky <66727710+Mickeon@users.noreply.github.com>
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
2025-04-26 20:50:20 +08:00
Nazarii
afc923f415 Use AHashMap for RBMap nodes and HashMap input_activity 2025-04-26 13:21:12 +03:00
actually-reb
f7439a4f2a Gave billboarded sprites and labels more fitting AABBs 2025-04-25 23:06:04 -07:00
dugramen
eb973015d6 Tree multiselect with shift up & down arrow keys 2025-04-25 21:47:16 -04:00
dugramen
aebb85a064 ItemList multiselect with shift up & down arrow keys 2025-04-25 21:39:22 -04:00
Thaddeus Crews
e37c6261ea Merge pull request #105767 from Ivorforce/no-alloc-count
Optimize static allocations by removing unused `Memory::alloc_count`.
2025-04-25 18:25:32 -05:00
Thaddeus Crews
49646e1cfe Merge pull request #105756 from Repiteo/ci/windows-utf8
CI: Ensure Windows Actions handle utf-8 characters
2025-04-25 18:25:31 -05:00
Thaddeus Crews
790ac5aee4 Merge pull request #105161 from ProgrammerOnCoffee/fix-image-doc
Fix typos in `Image` documentation
2025-04-25 18:25:31 -05:00
Thaddeus Crews
5b9443ac93 Merge pull request #105768 from dsnopek/fix-web-dlsym-error
Web: Fix crash when built with `dlink_enabled=yes`
2025-04-25 18:25:13 -05:00
ProgrammerOnCoffee
b8fa6fe1cb Fix typos in Image documentation 2025-04-25 18:49:18 -04:00
David Snopek
39ad4633a8 Web: Fix crash when built with dlink_enabled=yes 2025-04-25 15:14:25 -05:00
Lukas Tenbrink
af7610576a Remove unused Memory::alloc_count. 2025-04-25 21:44:26 +02:00
smix8
b002ade3ed Add function to get navigation link iteration id from NavigationServer
Adds function to get navigation link iteration id from NavigationServer.
2025-04-25 20:59:10 +02:00