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
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
Giganzo
6ac24d232b
Fix PopupMenu clickable area with shadows
2025-07-09 07:20:43 +02:00
kobewi
fd5646856d
Remove PropertyTweener start warning
2025-07-08 15:53:53 +02:00
danielgsilva
3b17450261
Draw guide lines over selection and focus styleboxes
2025-07-08 11:30:40 +01:00
Thaddeus Crews
4d1f26e1fd
Merge pull request #108255 from thygrrr/tab-container-deselect-enable-fix
...
Fix: TabBar/TabContainer can't start with all tabs deselected
2025-07-07 10:08:04 -05:00
Tiger Jove
c6c7b508b6
TabBar current tab now stays -1 when adding first tab on deselect_enable
2025-07-07 10:18:49 +02:00
Haoyu Qiu
fcfbc1d541
Fix typo in TextParagraph.direction hint string
2025-07-07 15:22:45 +08:00
A Thousand Ships
f11aff3841
Editor: Restructure editor code
...
Moving various editor files into sub folders to reduce clutter
2025-07-04 18:18:22 +02:00
Thaddeus Crews
6340fa0813
Merge pull request #108207 from KoBeWi/spamygon2d
...
Fix error spam caused by `internal_vertex_count` property
2025-07-04 10:09:04 -05:00
Thaddeus Crews
6caf4c698f
Merge pull request #107915 from QbieShay/fix_emitting_reset
...
Fix particles resetting properties when emitting is toggled
2025-07-04 10:09:03 -05:00
Thaddeus Crews
6d8469da8c
Merge pull request #108216 from mihe/shared-typed-collections
...
Fix typed collections using same reference across scene instances
2025-07-03 12:21:25 -05:00
Thaddeus Crews
c5904d9f04
Merge pull request #107690 from Meorge/bugfix/subtween-valid
...
Skip killed/invalid subtween
2025-07-03 12:21:22 -05:00
Thaddeus Crews
a057ee24d1
Merge pull request #108200 from KoBeWi/ret
...
Fix smoothed camera position with limits
2025-07-03 12:21:18 -05:00
Thaddeus Crews
e325464ef0
Merge pull request #108038 from arlez80/fix_generate_triangle_mesh
...
Fix `Mesh.generate_triangle_mesh` when using `PRIMITIVE_TRIANGLE_STRIP`
2025-07-03 12:21:17 -05:00
Mikael Hermansson
af94831ab2
Fix typed collections using same reference across scene instances
2025-07-02 23:45:25 +02:00
Malcolm Anderson
914480e256
Skip killed/invalid subtween
2025-07-02 10:10:02 -07:00
kobewi
3eb85431f1
Fix error spam caused by internal_vertex_count property
2025-07-02 18:20:41 +02:00
kobewi
9a941441c4
Fix smoothed camera position with limits
2025-07-02 13:54:30 +02:00
Thaddeus Crews
e750950dc6
Merge pull request #107568 from Rudolph-B/Issue-92708
...
Fix floating point precision errors when setting particle trail length
2025-07-01 17:57:58 -05:00
Thaddeus Crews
9228354adc
Merge pull request #108112 from lawnjelly/fti_toplevel_resets
...
`FTI` - Add reset on setting `top_level`
2025-07-01 17:57:56 -05:00
lawnjelly
3f0de57b3c
Clear SceneTreeFTI completely on enabling / disabling.
2025-06-30 08:04:53 +01:00
lawnjelly
2d3dedb12d
FTI - Add reset on setting top_level
2025-06-29 17:01:51 +01:00
Rémi Verschelde
ad00801775
Merge pull request #108004 from KoBeWi/tween_overflow
...
Block Tween `custom_step()` during step
2025-06-28 13:03:16 +02:00
Thaddeus Crews
a39a83a990
Merge pull request #106526 from roughbits01/line-edit-select-all-web
...
[Web] Fix `LineEdit` `select_all_on_focus` behavior when using a virtual keyboard
2025-06-27 09:39:58 -05:00
Thaddeus Crews
2f39f4746d
Merge pull request #107729 from Chaosus/vs_fix_missing_transform_preview
...
Add missing input transform to visual shader preview
2025-06-27 09:39:55 -05:00
あるる / きのもと 結衣
6e39808ed7
Fixed generate_triangle_mesh when using PRIMITIVE_TRIANGLE_STRIP
2025-06-27 13:52:53 +09:00
kobewi
b615c7b3db
Block Tween custom_step() during step
2025-06-26 12:27:53 +02:00
kobewi
28a11ab551
Restore graph_offset property
2025-06-25 18:25:57 +02:00
Thaddeus Crews
db28859774
Merge pull request #107591 from timothyqiu/group-enable-default
...
Make `PROPERTY_HINT_GROUP_ENABLE` hide properties by default
2025-06-24 18:34:28 -05:00
Thaddeus Crews
39b77ea780
Merge pull request #107776 from retrotails/voxelgi_srgb
...
Fix baked VoxelGI using the wrong color space
2025-06-24 18:34:24 -05:00
Thaddeus Crews
b93719c112
Merge pull request #107886 from lawnjelly/fti_global_setting_static
...
`FTI` - Change `SceneTree` global setting to static
2025-06-24 09:58:48 -05:00
Thaddeus Crews
cbdeaee93a
Merge pull request #107333 from Jordyfel/itemlist-text-drawing
...
ItemList: Fix text drawing not taking `h_separation` into account in top mode.
2025-06-24 09:58:45 -05:00
Thaddeus Crews
3c9f6aa81f
Merge pull request #107691 from smix8/mi_active_mat
...
Fix `MeshInstance3D::get_active_material()` error on empty mesh or empty surfaces
2025-06-24 09:58:43 -05:00
Thaddeus Crews
5cf0092837
Merge pull request #107790 from DeeJayLSP/tight-audio-data
...
Use TightLocalVector for AudioStreamWAV/MP3
2025-06-24 09:58:37 -05:00
Qbieshay
b93f6fa1ba
Fix particles resetting properties when emitting is toggled
2025-06-24 12:16:42 +02:00
lawnjelly
583c72f999
FTI - Change SceneTree global setting to static
...
Also fixup FTI configuration warnings so that they only output when the project is using FTI.
2025-06-23 10:19:24 +01:00
Pāvels Nadtočajevs
a272376f89
Cleanup accessibility names.
2025-06-23 11:08:36 +03:00
Rémi Verschelde
8affc4c130
Merge pull request #107854 from lawnjelly/revert_reduce_xform
...
Revert "FTI - Reduce `VisualInstance3D` xform notifications"
2025-06-23 00:21:10 +02:00