1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00
Commit Graph

76316 Commits

Author SHA1 Message Date
Ryan
0f870fd286 Improve RPC Error messages
Co-Authored-By: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
2025-08-06 17:14:18 -04:00
Thaddeus Crews
c2202d36c1 Merge pull request #103838 from ebeem/master
Core: Fix translation remaps incorrectly falling back
2025-08-01 11:45:22 -05:00
Thaddeus Crews
cce10e0b22 Merge pull request #109181 from nikitalita/gltf-dedupe-images
Dedupe images during GLTF Export
2025-08-01 11:45:21 -05:00
Thaddeus Crews
b33c3de691 Merge pull request #109180 from Calinou/doc-rigidbody-center-of-mass-auto
Clarify the behavior of `RigidBody.CENTER_OF_MASS_MODE_AUTO`
2025-08-01 11:45:20 -05:00
Thaddeus Crews
761f8df597 Merge pull request #109016 from Rindbee/use-undo_redo-to-track-property-changes
Use `EditorUndoRedoManager` to track the property changes of the configured `InputEvent` in the plugin
2025-08-01 11:45:20 -05:00
Thaddeus Crews
87bb5ab681 Merge pull request #108919 from KeyboardDanni/d3d12_init_shader_model_check
D3D12: Fix shader model check, initialization error handling
2025-08-01 11:45:19 -05:00
Thaddeus Crews
bee0e99d3c Merge pull request #109139 from bruvzg/svg_sz_ov
[SVGTexture] Always use real values for `texture_set_size_override`.
2025-08-01 11:45:18 -05:00
Thaddeus Crews
ef917c2f46 Merge pull request #109199 from KoBeWi/I
Fix inconsistent thumbnail width
2025-08-01 11:45:17 -05:00
Thaddeus Crews
975bcaa90a Merge pull request #109094 from Repiteo/tests/error-output-fix
Fix unfiltered error output in tests
2025-08-01 11:45:16 -05:00
Thaddeus Crews
de2f3d7ee2 Merge pull request #109188 from limbonaut/fix-android-find-class
Fix FindClass() failing to find Dictionary on Android leading to crash
2025-08-01 11:45:15 -05:00
Thaddeus Crews
202477457d Merge pull request #108996 from gtibo/graphnode-selection-fix
Update GraphNode selection logic if not visible
2025-08-01 11:45:14 -05:00
Thaddeus Crews
c5d2033e98 Merge pull request #109123 from beicause/fix-img-nearest-cubic-resize-bias
Fix `Image` nearest and cubic resizing bias
2025-08-01 11:45:13 -05:00
Thaddeus Crews
4200cead6d Merge pull request #109089 from Calinou/doc-checkbutton-buttongroup-add-methods
Add search keywords for CheckButton and ButtonGroup
2025-08-01 11:45:12 -05:00
Almarhoon Ibraheem
9add19a4ad Core: Fix translation remaps incorrectly falling back 2025-08-01 19:23:06 +03:00
Serhii Snitsaruk
fa36abeacc Fix FindClass() failing to find Dictionary on Android leading to crash 2025-08-01 17:46:58 +02:00
kobewi
4d9b9523c9 Fix inconsistent thumbnail width 2025-08-01 15:32:00 +02:00
nikitalita
7fcc7e19f3 Dedupe images during GLTF Export 2025-07-31 17:35:04 -07:00
Hugo Locurcio
ad825a36ec Clarify the behavior of RigidBody.CENTER_OF_MASS_MODE_AUTO 2025-08-01 00:38:33 +02:00
Hugo Locurcio
a37cfd0974 Add search keywords for CheckButton and ButtonGroup 2025-07-31 23:23:27 +02:00
Rémi Verschelde
dda2614aca i18n: Sync translations with Weblate 2025-07-31 22:27:25 +02:00
Tibo
2aa76439ce Update GraphNode selection logic if not visible 2025-07-31 18:38:03 +02:00
Thaddeus Crews
00a0512854 Merge pull request #109151 from clayjohn/WTP-low-priority-threads
Allow processing low priority threads on calling thread in the WTP.
2025-07-31 10:39:13 -05:00
Thaddeus Crews
3e28932a30 Merge pull request #109116 from WhalesState/scene-preview-headless
Prevent generating Editor 3D scene preview in headless mode.
2025-07-31 10:39:12 -05:00
Thaddeus Crews
901065bbe9 Merge pull request #109147 from nocommentsgood/rename-camera2d-param
Rename Camera2D set_position_smoothing_enabled parameter
2025-07-31 10:39:11 -05:00
Thaddeus Crews
eee305b9bd Merge pull request #108921 from Giganzo/button-disabled
Fix button down signal not emitting on first press after being disabled
2025-07-31 10:39:10 -05:00
Thaddeus Crews
f9313aa27b Merge pull request #108924 from bruvzg/ac17
Update access-kit to 0.17.0
2025-07-31 10:39:09 -05:00
Thaddeus Crews
5787f6fb6a Merge pull request #108044 from apples/107935-stencil-fixes
Fix opaque stencil rendering
2025-07-31 10:39:08 -05:00
Thaddeus Crews
c68213fe2a Merge pull request #102350 from IceflowRE/update_add_item_doc
Update OptionButton documentation
2025-07-31 10:39:07 -05:00
Thaddeus Crews
4042e4d7a2 Merge pull request #109130 from aaronfranke/editor-crash-scene-tree-dock-again
Clear SceneTreeDock's previous node selection when removing edited scene
2025-07-31 10:39:06 -05:00
Thaddeus Crews
aa9e21f98d Merge pull request #109164 from Calinou/doc-gridmap-bake
Improve documentation related to GridMap mesh/lightmap baking
2025-07-31 10:39:05 -05:00
Thaddeus Crews
22a54671ef Merge pull request #98250 from Calinou/doc-physics-spiral-of-death
Improve documentation on "physics spiral of death" in ProjectSettings
2025-07-31 10:39:04 -05:00
Thaddeus Crews
34e88255c4 Merge pull request #108906 from maidopi-usagi/drvres_doc
Update documentation for `DriverResource` enum .
2025-07-31 10:39:03 -05:00
Thaddeus Crews
f445b92ba8 Merge pull request #109059 from precup/fix-path3d-gizmo-crash
Fix editor segfault when using a `Path3D` without a `Curve3D`
2025-07-31 10:39:02 -05:00
Thaddeus Crews
0d10e85b88 Merge pull request #109122 from mihe/ext-resource-id-caching
Fix external resource IDs being lost for default properties
2025-07-31 10:38:45 -05:00
Mikael Hermansson
d0826b0bfe Fix external resource IDs being lost for default properties 2025-07-31 16:57:35 +02:00
Hugo Locurcio
a3179a0b3c Improve documentation related to GridMap mesh/lightmap baking 2025-07-31 16:30:32 +02:00
Mounir Tohami
706601778e Prevent generating editor 3D scene preview in headless mode. 2025-07-31 11:44:07 +03:00
clayjohn
2a8ac1c05b Allow processing low priority threads on calling thread in the WTP.
This fixes a recent regression. In theory, low priority tasks should always go to the queue and never be executed on the calling thread. However, when using NO_THREADS build, all tasks need to execute on the calling thread.
2025-07-30 23:15:38 -07:00
nocommentsgood
65a2d733b7 Rename Camera2D set_position_smoothing_enabled parameter 2025-07-30 16:05:30 -05:00
Pāvels Nadtočajevs
6705d97132 [SVGTexture] Always use real values for texture_set_size_override 2025-07-30 23:14:12 +03:00
LuoZhihao
a32b59622f Fix Image nearest and cubic resizing bias 2025-07-30 23:54:12 +08:00
Aaron Franke
ac20484a05 Clear SceneTreeDock's previous node selection when removing edited scene 2025-07-30 08:49:38 -07:00
Giganzo
63409a91e0 Fix button down signal not emitting on first press after being disabled 2025-07-30 16:23:42 +02:00
Thaddeus Crews
2a9ff39264 Merge pull request #108797 from twrightsman/add-wol
Add missing copyright for pitch shift
2025-07-30 09:03:51 -05:00
Thaddeus Crews
da3f2a9cf5 Merge pull request #108911 from DanielSnd/fix-richtextlabel-nested-table-sizing
Fix RichTextLabel nested tables not sizing properly.
2025-07-30 09:03:50 -05:00
Thaddeus Crews
972ce25624 Merge pull request #109029 from AeioMuch/fix_missing_3d_gizmos
Fix missing 3d gizmos
2025-07-30 09:03:49 -05:00
Thaddeus Crews
9e46d698b5 Merge pull request #108772 from timothyqiu/second-level-inherit
Fix root auto-translate mode ignored for child nodes when generating POT
2025-07-30 09:03:48 -05:00
Thaddeus Crews
5c3990c173 Merge pull request #106579 from timothyqiu/add-button-text
Fix i18n for array property custom add button text
2025-07-30 09:03:47 -05:00
Thaddeus Crews
ea77d8a0e8 Merge pull request #109115 from syntaxerror247/javaclasswrapper-doc
JavaClassWrapper: Add example to invoke constructor
2025-07-30 09:03:46 -05:00
Thaddeus Crews
33c257c081 Merge pull request #95414 from jsjtxietian/inside-tree
Fix `!is_inside_tree` in csg node when reloading a scene
2025-07-30 09:03:45 -05:00