Commit graph

78488 commits

Author SHA1 Message Date
Jorrit Rouwe
7be272e24a SoftBody3D's position influences its physics in Jolt
The position of a soft body was always kept at identity. This introduced computational errors when moving the soft body away from the origin. Translation is now stored in the soft body's position rather than in its vertices.

Fixes #112348
2025-11-07 21:21:41 +01:00
Thaddeus Crews
cb3af5afff
Merge pull request #94013 from KoBeWi/scrleanup
Misc script editor code cleanup
2025-11-06 08:13:16 -06:00
Thaddeus Crews
a7bf615711
Merge pull request #112377 from timothyqiu/popup-menu-minsize
PopupMenu: Fix minimum size for items with icons
2025-11-06 08:13:15 -06:00
Thaddeus Crews
0cad83f7e7
Merge pull request #112398 from LanzaSchneider/patch-5
Fix compile error with android export plugin
2025-11-06 08:13:14 -06:00
Thaddeus Crews
2d7380c3ff
Merge pull request #111493 from deralmas/racing-the-thread
Wayland: Defer event thread initialization to late initialization
2025-11-06 08:13:13 -06:00
Thaddeus Crews
659df25c97
Merge pull request #112451 from DeeJayLSP/ssao-is-in-mobile
Mention that SSAO is supported in the Compatibility renderer
2025-11-06 08:13:12 -06:00
Thaddeus Crews
98bdc37c02
Merge pull request #112066 from KoBeWi/boiler_room_with_arrays_or_something
Improve `PROPERTY_USAGE_ARRAY` description
2025-11-06 08:13:11 -06:00
kobewi
b71ed0da92 Improve PROPERTY_USAGE_ARRAY description 2025-11-06 15:04:26 +01:00
Lanza
8d6a76154e Fix compile error with android export plugin 2025-11-06 09:03:41 +08:00
DeeJayLSP
60f8da0f48 Mention that SSAO is supported in the Compatibility renderer 2025-11-05 18:33:34 -03:00
Thaddeus Crews
eb3d6d8cd3
Merge pull request #112446 from Ivorforce/revert-warn-rename
Revert "Add warning when node name is invalid"
2025-11-05 13:05:48 -06:00
Thaddeus Crews
00af6f7591
Merge pull request #112443 from DeeJayLSP/better-modern-subsection-color
Modern style: Fix `prop_subsection_stylebox` color not scaling with luminance
2025-11-05 13:05:47 -06:00
Thaddeus Crews
6539819c2b
Merge pull request #112371 from DeeJayLSP/treeitem-stylebox
Add custom `StyleBox` to `TreeItem`
2025-11-05 13:05:46 -06:00
Thaddeus Crews
a1e22a329b
Merge pull request #111572 from DeeJayLSP/freetype-update
Update missing info from FreeType 2.14.1
2025-11-05 13:05:45 -06:00
Thaddeus Crews
6b8fa2f48c
Merge pull request #112435 from bruvzg/ts_dup_fonts
[TextServer] Fix `FontPriorityList` returning duplicate fonts.
2025-11-05 13:05:44 -06:00
DeeJayLSP
b6ed41ed27 Update missing info from FreeType 2.14.1 2025-11-05 15:28:21 -03:00
Thaddeus Crews
9d8d6fd343
Merge pull request #111805 from KoBeWi/open_source_be_like
Open source code errors in external editor
2025-11-05 11:48:08 -06:00
Thaddeus Crews
c563b7beb5
Merge pull request #112411 from bruvzg/ft2141
Update FreeType to 2.14.1
2025-11-05 11:48:06 -06:00
Thaddeus Crews
3b4239d649
Merge pull request #111288 from bruvzg/move_input
[Window] Add unfiltered input handler signal for custom decorations.
2025-11-05 11:48:06 -06:00
Thaddeus Crews
62edbc2ae5
Merge pull request #112437 from mhilbrunner/android-buildtools-bump
Update Android build tools to version 35.0.1
2025-11-05 11:48:04 -06:00
Thaddeus Crews
2e2059a7f8
Merge pull request #112404 from AllenDang/master
Fix CoreAudio driver crash when starting input with uninitialized device
2025-11-05 11:48:04 -06:00
Thaddeus Crews
29a1964848
Merge pull request #112402 from cabranca/skeleton-3d-remove-unused-method
Remove undefined method Skeleton3D::remove_bone
2025-11-05 11:48:03 -06:00
Thaddeus Crews
8d48e1db93
Merge pull request #112428 from bruvzg/rtl_hover_fix
[RTL] Fix meta hover signals not emitted.
2025-11-05 11:48:02 -06:00
Thaddeus Crews
8c119e11f6
Merge pull request #112363 from ryevdokimov/jolt-handle-nullptr
Jolt: Add null checks to `jolt_free` and `jolt_aligned_free`
2025-11-05 11:48:01 -06:00
Thaddeus Crews
56f26f3ccb
Merge pull request #112384 from blueskythlikesclouds/rd-improved-fallback
Improve rendering driver fallback on Windows.
2025-11-05 11:47:59 -06:00
kobewi
89432600ce Misc script editor code cleanup 2025-11-05 18:18:33 +01:00
Lukas Tenbrink
78096d4ce7 Revert "Add warning when node name is invalid"
This reverts commit 0d46d42f2a.
2025-11-05 18:11:43 +01:00
DeeJayLSP
bbfd2be4bc Modern style: Fix prop_subsection_stylebox color not scaling with luminance 2025-11-05 14:02:09 -03:00
Skyth
613c9fb86f Improve rendering driver fallback on Windows. 2025-11-05 17:49:43 +03:00
Max Hilbrunner
5e07b74bf5 Update Android build tools to version 35.0.1 2025-11-05 14:29:56 +01:00
Pāvels Nadtočajevs
8926bf2a7f
[TextServer] Fix FontPriorityList returning duplicate fonts. 2025-11-05 15:13:07 +02:00
Pāvels Nadtočajevs
dcb40b52ac
[RTL] Fix meta hover signals not emitted. 2025-11-05 12:33:45 +02:00
AllenDang
80c2d6c439 Fix CoreAudio driver crash when starting input with uninitialized device
Initialize input device if null before starting audio input to prevent
crashes when input_unit is not yet initialized.
2025-11-05 16:46:40 +08:00
Pāvels Nadtočajevs
b54d575636
Update FreeType to 2.14.1 2025-11-05 09:27:23 +02:00
cabranca
cb8196252b Remove undefined method 2025-11-05 00:09:07 -03:00
DeeJayLSP
b30b11b012 Add custom StyleBox to TreeItem 2025-11-04 22:51:37 -03:00
Thaddeus Crews
019889d1da
Merge pull request #112187 from timothyqiu/deps-manual-ii
Allow fixing indirect missing dependencies manually
2025-11-04 19:48:20 -06:00
Thaddeus Crews
f99eeb9616
Merge pull request #109017 from nubels/file-system-confirmation-dialog
Add confirmation dialog to filesystem dock when moving or copying files
2025-11-04 19:48:19 -06:00
Thaddeus Crews
98014e504e
Merge pull request #108885 from aaronfranke/csharp-public-explicit
Use explicit public access modifier in C# code
2025-11-04 19:48:17 -06:00
Thaddeus Crews
939c7d5890
Merge pull request #100197 from shitake2333/fix_project_manager_import_dialog_error
Fix ProjectManager import dialog error
2025-11-04 19:48:15 -06:00
Thaddeus Crews
40470e6d42
Merge pull request #112290 from dsnopek/variant-call-compat-methods
GDExtension: Add system for builtin method compatibility
2025-11-04 19:48:13 -06:00
kobewi
edceae18a1 Open source code errors in external editor 2025-11-05 00:53:39 +01:00
Haoyu Qiu
7a3093c373 PopupMenu: Fix minimum size for items with icons 2025-11-05 07:48:26 +08:00
David Snopek
bc9f3c7d92 Make Vector<T>::duplicate() const
Co-authored-by: Aaron Franke <arnfranke@yahoo.com>
2025-11-04 17:13:11 -06:00
David Snopek
fc58be9bfc GDExtension: Add system for builtin method compatibility 2025-11-04 17:12:31 -06:00
Thaddeus Crews
a6e7084b40
Merge pull request #112383 from bruvzg/mm_enter_spam
[macOS] Fix mouse enter events sent to wrong popup window.
2025-11-04 16:32:56 -06:00
Thaddeus Crews
86e0c22c57
Merge pull request #112375 from timothyqiu/dpi-texture-preview
Allow previewing DPITexture in Inspector
2025-11-04 16:32:55 -06:00
Thaddeus Crews
7fa41cf398
Merge pull request #112246 from syntaxerror247/persist-fullscreen
Persist fullscreen setting on Android Editor
2025-11-04 16:32:54 -06:00
Thaddeus Crews
410ed12959
Merge pull request #112352 from bruvzg/poly2d_os
Apply viewport oversampling to Polygon2D.
2025-11-04 16:32:52 -06:00
Thaddeus Crews
d845f0960d
Merge pull request #112351 from charjr/fix-array-remove-at
GDExtension: Add missing method flag
2025-11-04 16:32:51 -06:00