Commit Graph

18178 Commits

Author SHA1 Message Date
e14263f917 Remove empty constructors and destructors from core/ 2025-11-17 20:09:05 +01:00
070730e21b Merge pull request #112856 from TokageItLab/fix-import-jointlim
Move the line of importing JointLimitation3D to 3D from Physics3D
2025-11-17 10:56:56 -06:00
fa1e1bbee7 Merge pull request #110543 from kitbdev/deprecate_textedit_background_color
Deprecate TextEdit `background_color`
2025-11-17 10:56:53 -06:00
c7bed1e1cc Merge pull request #111815 from TokageItLab/bone-expander
Allow Spring / IK to set mutable bone axes
2025-11-17 10:56:52 -06:00
58054297e7 Merge pull request #112828 from KoBeWi/diss_holdplacer
Fix display_placeholder not persisting
2025-11-17 10:56:48 -06:00
031fd66fed Add mutable_bone_axes to IKs 2025-11-17 09:45:31 +09:00
0573f874d1 Move the line of importing JointLimitation3D to 3D from Physics3D 2025-11-17 03:30:02 +09:00
c4c39fba55 Fix display_placeholder not persisting 2025-11-16 03:18:24 +01:00
e32f7de33d Add relative option to LookAt/AimModifier3D 2025-11-15 23:06:48 +09:00
087dea4b15 FTI - Camera2D accepts resets only after entering tree 2025-11-15 12:02:43 +00:00
944bd82d45 Fix TileMapLayer transformations for Node2D scene tiles 2025-11-15 00:39:34 +01:00
30d753c87e Merge pull request #111184 from TokageItLab/limanglev
Add LimitAngularVelocityModifier3D
2025-11-14 17:16:50 -06:00
5519dba0d6 Merge pull request #110502 from TokageItLab/animlib-without-dict
Change AnimationLibrary serialization to avoid using Dictionary
2025-11-14 17:16:47 -06:00
76e974da7c Merge pull request #110336 from TokageItLab/constraint-mod-node
Add option to `BoneConstraint3D` to make reference target allow to set `Node3D`
2025-11-14 17:16:43 -06:00
ada95cb543 Add LimitAngularVelocityModifier3D 2025-11-15 06:43:33 +09:00
d1a90109b4 Merge pull request #108010 from DexterFstone/add-scene-tile-rotation
Add support for rotating scene tiles in TileMapLayer
2025-11-14 14:23:13 -06:00
7d5034c50a Merge pull request #108507 from dementive/optimize-scene-tree-groups
Optimize scene tree groups
2025-11-14 14:22:57 -06:00
kit
e2cbfb53f1 Deprecate TextEdit background_color 2025-11-13 22:48:04 -05:00
2cd268fea4 Merge pull request #112441 from YeldhamDev/scrollbar_padding
Allow to add padding to `ScrollBar`s
2025-11-13 20:52:26 -06:00
31c856e96a Merge pull request #112676 from YeldhamDev/why_were_those_floats_in_the_first_place
Fix blurry items on `PopupMenu` when `v_separation` has an odd value
2025-11-13 20:52:08 -06:00
0b5ad6c73c Merge pull request #112573 from TokageItLab/fix-jacobian-gradient
Fix JacobianIK to apply gradient correctly
2025-11-13 17:43:04 -06:00
3cc90cd925 Merge pull request #110524 from paul-marechal/filedialog-windows-fix
Fix file_dialog's root_subfolder on Windows
2025-11-13 17:43:03 -06:00
b52e3f7e6b Merge pull request #107440 from lodetrick/tabcontainer-popup
Allow `tab_rmb_clicked` to always work
2025-11-13 17:42:59 -06:00
e53cbad0b1 Merge pull request #109322 from 4d49/graph-node-slot-meta
Add metadata for slots in `GraphNode`
2025-11-13 17:42:53 -06:00
55bedbfaf5 Merge pull request #108741 from AriaTheCurseling/Allow-concurrent-unbind-and-binding-of-signal-arguments-in-editor
Allow concurrent unbinding and binding of signal arguments in editor
2025-11-13 17:42:49 -06:00
6a3d1f1fa1 Merge pull request #57121 from KoBeWi/noddeganger
Add `DUPLICATE_INTERNAL_STATE` flag
2025-11-13 17:42:47 -06:00
41d93ca03c Fix blurry items on PopupMenu when v_separation has an odd value 2025-11-13 16:52:31 -03:00
d2ff4c6377 Merge pull request #112401 from xuhuisheng/dev/queue-free
Fix crash on queue free scene node in editor
2025-11-13 12:33:37 -06:00
63d1319674 Fixes crash on queue free scene node in editor
Update scene/main/node.cpp

Co-authored-by: Lukas Tenbrink <lukas.tenbrink@gmail.com>
2025-11-13 21:10:44 +08:00
251746a89c Add MeshInstance3D upgrade code 2025-11-13 13:43:17 +01:00
e6aa06d3de Merge pull request #112692 from TokageItLab/rbmap-animlib
Make AnimationLibrary use RBMap instead of HashMap
2025-11-12 17:26:23 -06:00
b7f537c863 Fix HTTPRequest timeout being scaled with Engine.time_scale
The server's response time won't change according to the engine's
time scale, so the timeout shouldn't be adjusted accordingly.
2025-11-12 23:55:29 +01:00
e9a6a84468 Make AnimationLibrary use RBMap instead of HashMap 2025-11-13 07:24:10 +09:00
04bc282ae7 Merge pull request #104851 from Ivorforce/tracy
Add `profiler` option to `SCons` builds, with support for `tracy` and `perfetto`.
2025-11-12 11:24:15 -06:00
eb78a7de71 Fix visual shader error when editing theme settings 2025-11-12 11:16:20 -03:00
23a4cffe2f Allow to add padding to ScrollBars 2025-11-11 19:21:25 -03:00
72925d756f Merge pull request #112076 from kevinlam508/custom-node-reference-duplication
Fix duplicating node references of custom node type properties
2025-11-11 16:07:53 -06:00
55f51c0045 Merge pull request #111491 from bfloch/pixel_size_precision
Remove `pixel_size` precision limit in Sprite3D
2025-11-11 16:07:50 -06:00
dedbc8b26a Merge pull request #112625 from BrotherShort/fix-tree-vertical-line
Fix tree vertical line width bug
2025-11-11 10:37:36 -06:00
8327dfa215 Merge pull request #112092 from timothyqiu/ts-nums
Move localized number formatting methods to `TranslationServer`
2025-11-10 17:47:09 -06:00
e33c423700 Merge pull request #108314 from KoBeWi/shift_in_meta
Replace repetitive meta/ctrl condition with a method
2025-11-10 17:47:08 -06:00
a627ee6c10 Merge pull request #112471 from Rudra-ravi/claude/fix-godot-official-issues-011CUrnHud9iQ4LV6FDv2hG7
Fix glow visual compatibility regression
2025-11-10 17:47:07 -06:00
d30214a612 Merge pull request #109938 from KoBeWi/fokoos_rekto
Remove meta usage in Tree
2025-11-10 17:47:04 -06:00
ddbb898af5 Merge pull request #112563 from fryingpanjoe/fpj/fix-reimport-custom-track-use-blend
Fix custom audio track blend flag on reimport
2025-11-10 17:47:03 -06:00
77cfbe9371 Merge pull request #111780 from aaronfranke/tree-double-click-not-editable
Allow double-clicking icons of non-editable Tree items
2025-11-10 17:46:58 -06:00
4f5f36c361 fix tree vertical line width bug 2025-11-11 06:51:07 +08:00
98141c3d73 Replace repetitive meta/ctrl condition with a method 2025-11-10 16:23:28 +01:00
a981863be4 Remove meta usage in Tree 2025-11-10 16:17:43 +01:00
a6db8aa621 Merge pull request #111597 from HolonProduction/code-edit-dirty-flag
CodeEdit: Use flag to recalculate characteristics
2025-11-10 08:20:22 -06:00
3d6ad3f806 Merge pull request #94929 from StamesJames/emission-shape-ring-for-2d
Add emission shape ring for CPUParticles2D
2025-11-10 08:20:16 -06:00