1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-02 16:48:55 +00:00
Commit Graph

17513 Commits

Author SHA1 Message Date
Thaddeus Crews
37d886d6e6 Merge pull request #108889 from kitbdev/fix-textedit-no-wrap-indent
Fix TextEdit line wrap indent when disabled
2025-07-23 13:27:11 -05:00
Thaddeus Crews
7755a85c52 Merge pull request #108887 from WhalesState/spring-bone
Fix SpringBone3D being unintentionally disabled.
2025-07-23 13:27:10 -05:00
Thaddeus Crews
57719ca9e2 Merge pull request #108708 from Rindbee/fix-wrong-node-path-when-Reparent-to-New-Node
Fix the absolute `NodePath` was calculated incorrectly when "Reparent to New Node"
2025-07-23 13:27:00 -05:00
kit
addae393a4 Fix TextEdit line wrap indent when disabled 2025-07-22 22:29:05 -04:00
Mounir Tohami
11c2d4fb39 fix spring bone 3d being disabled with 3d physics 2025-07-23 03:16:15 +03:00
Thaddeus Crews
62538143e8 Merge pull request #106070 from IphStich/fix-duplicate-gizmos
Fix for Node3D request gizmos multiple times
2025-07-22 11:20:09 -05:00
Thaddeus Crews
9bb9a95f74 Merge pull request #108724 from KoBeWi/downtown_deprecation
Deprecate updown icon
2025-07-22 11:20:08 -05:00
Elise
1aa4c04895 Fix for Node3D request gizmos multiple times
This can result in multiple gizmos being created for the same nodes in some circumstances
2025-07-22 08:47:39 +10:00
kobewi
917f8b1ba8 Deprecate updown icon 2025-07-19 23:23:55 +02:00
Thaddeus Crews
728a8f7ccf Merge pull request #108718 from Koyper/split_container_touch_dragger_theme_colors
[SplitContainer] Fix inability to override touch dragger icon and add theme colors to touch dragger
2025-07-18 11:05:13 -05:00
Thaddeus Crews
1f9dc89ef4 Merge pull request #108706 from KoBeWi/excellent_code_quality
Fix inconsistent column in Tree click detection
2025-07-18 11:05:07 -05:00
风青山
2f5af689fd Fix the absolute NodePath was calculated incorrectly when "Reparent to New Node"
Since the new parent node has not yet been added to the tree, the
`new_base_path` needs to be calculated using the `base_path`.
2025-07-18 10:26:50 +08:00
Koyper
21144401c3 Add theme colors to touch dragger and fix touch dragger icon theme 2025-07-17 13:05:47 -05:00
Thaddeus Crews
4b844f06ca Merge pull request #108684 from simpkins/unique_name
Fix releasing the old unique name when renaming a Node
2025-07-17 10:34:44 -05:00
Thaddeus Crews
8702b38c7f Merge pull request #108196 from beicause/spinbox-custom-arrow-step-snap
SpinBox: Fix `custom_arrow_step` by snapping it to `step`
2025-07-17 10:34:43 -05:00
kobewi
1f4044c0f1 Fix inconsistent column in Tree click detection 2025-07-17 14:29:44 +02:00
Adam Simpkins
254fa6c642 fix releasing the old unique name when renaming a Node
This fixes `Node::set_name()` to release the old unique name before
performing the rename.  #76560 changed the code to update `data.name`
before calling `_release_unique_name_in_owner()`, causing to incorrectly
try releasing the new name instead of the old name.

Fixes #108683
2025-07-16 14:21:50 -07:00
Thaddeus Crews
e0577598fa Merge pull request #108630 from QbieShay/qbe/fix-108233
Sort bent normal output at the bottom to prevent visual shader breakage
2025-07-16 11:27:56 -05:00
Thaddeus Crews
7c472e655f Merge pull request #108638 from Ivorforce/range-float
Use `double` consistently in `Range::get_as_ratio`.
2025-07-15 16:58:38 -05:00
Lukas Tenbrink
37e0c9b5c4 Use double consistently in Range::get_as_ratio. 2025-07-15 16:39:24 +02:00
Thaddeus Crews
af4e96b1b3 Merge pull request #108604 from deralmas/fitting-shenanigans
Wayland: Workaround tooltip issues
2025-07-15 08:04:27 -05:00
Thaddeus Crews
281ce842fd Merge pull request #108442 from limuy2022/master
Fix incorrect anchor preset when custom offset is set
2025-07-15 08:04:26 -05:00
Thaddeus Crews
897d41ca9d Merge pull request #108597 from bruvzg/rtl_pad_cell
[RTL] Fix text selection offset in padded cells.
2025-07-15 08:04:26 -05:00
Thaddeus Crews
e1e2277f5a Merge pull request #108530 from mihe/physics-debug-perf
Fix performance regression when rendering collision shapes
2025-07-15 08:04:25 -05:00
Thaddeus Crews
f859d13035 Merge pull request #108332 from WhalesState/templates
Fix remaining physics and navigation disabling issues.
2025-07-15 08:04:22 -05:00
Thaddeus Crews
ba3848a4ef Merge pull request #108387 from BadMachine/fix/102960-location_header_parsing_when_redirects
Fix wrong "location" substring matching when HTTP status is 301 or 302
2025-07-15 08:04:07 -05:00
Dery Almas
cf48f5a102 Disable tooltip fitting if FEATURE_SELF_FITTING_WINDOWS is available 2025-07-15 11:44:56 +02:00
Qbieshay
657dc82fe4 Sort bent normal output at the bottom to prevent visual shader breakage 2025-07-15 11:36:47 +02:00
Thaddeus Crews
7498243618 Merge pull request #108599 from bruvzg/te_guideline_order
[TextEdit] Draw guidelines under the text and caret.
2025-07-14 10:30:37 -05:00
Thaddeus Crews
b6df8ed9a8 Merge pull request #108531 from raulsntos/fix-MissingNode-original_scene
Fix MissingNode `{get,set}_original_scene` bindings
2025-07-14 10:30:34 -05:00
Pāvels Nadtočajevs
8624134c89 [TextEdit] Draw guidelines under the text and caret. 2025-07-14 16:31:35 +03:00
Pāvels Nadtočajevs
2a5833148d [RTL] Fix text selection offset in padded cells. 2025-07-14 10:43:48 +03:00
Logan Detrick
88280a6b2a Fix TabBar minimum size with clip_tabs on 2025-07-13 16:40:22 -07:00
WhalesState
5eee6d22a0 Fix remaining physics and navigation disabling issues. 2025-07-12 17:12:42 +03:00
Mikael Hermansson
8634a8e234 Fix performance regression when rendering collision shapes 2025-07-11 20:52:58 +02:00
Raul Santos
379d967d1a Fix MissingNode {get,set}_original_scene bindings 2025-07-11 20:34:46 +02:00
Thaddeus Crews
c6d130abd9 Merge pull request #108410 from KoBeWi/warn't
Remove PropertyTweener start warning
2025-07-10 11:39:34 -05:00
Thaddeus Crews
0fba00794a Merge pull request #103155 from Giganzo/popup-menu-shadow
Fix PopupMenu clickable area with shadows
2025-07-10 11:39:33 -05:00
Thaddeus Crews
7be9852948 Merge pull request #100977 from aaronp64/cpu_particles_scaling
Fix `CPUParticles2D` repeatedly scaling particles with 0 velocity and Align Y
2025-07-10 11:39:32 -05:00
Thaddeus Crews
d36f394714 Merge pull request #108399 from bruvzg/rtl_vflscr
[RTL] Add option to scroll follow visible characters.
2025-07-10 11:39:31 -05:00
Thaddeus Crews
c83ccae9bf Merge pull request #108469 from bruvzg/rtl_emb_click
[RTL] Fix padding and alignment of embedded image clicks.
2025-07-10 11:39:29 -05:00
Thaddeus Crews
c2ddb04713 Merge pull request #108466 from bruvzg/rtl_vis_rect
[RTL] Add method to get visible content bounding box.
2025-07-10 11:39:28 -05:00
Pāvels Nadtočajevs
45a564f4f8 [RTL] Add option to scroll follow visible characters. 2025-07-10 17:30:09 +03:00
Pāvels Nadtočajevs
406a22d0da [RTL] Add method to get visible content bounding box. 2025-07-10 15:49:35 +03:00
Pāvels Nadtočajevs
17e050c64f [RTL] Fix padding and alignment of embedded image clicks. 2025-07-10 15:12:10 +03:00
limuy
21b1530cd4 Fix incorrect anchor preset when custom offset is set 2025-07-10 19:19:05 +08:00
kit
927208a92e Fix ScriptEditor line number in color objects 2025-07-09 16:18:57 -04:00
Thaddeus Crews
02540477fd Merge pull request #108401 from DanielGSilva/tree-guides
Draw guide lines over selection and focus styleboxes
2025-07-09 11:33:17 -05:00
Thaddeus Crews
e748514112 Merge pull request #105835 from bruvzg/edited_scene_direction
Improve edited scene layout direction detection.
2025-07-09 11:33:11 -05:00
aaronp64
7f60546f05 Fix CPUParticles2D repeatedly scaling particles with 0 velocity and Align Y
CPUParticles2D with Align Y turned on would update particles' transforms based on the velocity when velocity was non-zero, but would not set the transform for zero velocity.  This left the transfrom value from the previous call, which may have already been scaled.  In this case, each call to _particles_process would apply the scale again, causing the particle to repeatedly grow (or shrink for scales < 1.0).

Updated the Align Y logic to always normalize the transform values before scale is applied.
2025-07-09 11:09:37 -04:00