Rémi Verschelde
036f36b5f1
Merge pull request #60624 from timothyqiu/sv-usage-3.x
2022-04-29 12:18:55 +02:00
Haoyu Qiu
b8d5c3b003
Fix issues when skipping l10n for script variables
2022-04-29 17:47:47 +08:00
Rémi Verschelde
ddcd74dd6b
Merge pull request #60618 from bruvzg/3x_rem_line
2022-04-29 11:17:48 +02:00
bruvzg
ff381f6e84
Fixed implementation of RTL remove_line()
...
Co-authored-by: Eric M <itsjusteza@gmail.com>
2022-04-29 10:59:31 +03:00
Rémi Verschelde
95cf8d19c7
Merge pull request #60607 from timothyqiu/external-link-icon
...
[3.x] Fix external link icon black background
2022-04-29 08:12:25 +02:00
Haoyu Qiu
65f3d99693
Fix external link icon black background
2022-04-29 09:21:23 +08:00
Rémi Verschelde
73e6b7c145
Merge pull request #60592 from Calinou/styleboxflat-add-skew-3.x
2022-04-28 22:29:56 +02:00
Hugo Locurcio
4b399b2285
Add a Skew property to StyleBoxFlat
...
This makes it possible to create more aesthetically pleasing
styleboxes for GUI theming, especially in games that have
a futuristic appearance (where skewed buttons and progress bars
are common).
2022-04-28 20:40:01 +02:00
Rémi Verschelde
f06e68f2a2
Merge pull request #54682 from smix8/textureproxy
2022-04-28 19:47:20 +02:00
smix8
ca1216fcef
Expose VisualServer.texture_set_proxy() to GDScript
...
Expose VisualServer.texture_set_proxy() to GDScript
2022-04-28 18:53:29 +02:00
Rémi Verschelde
841d6e7fad
Merge pull request #59439 from fabriceci/3x-fix-move-and-collide-reported-collisions
2022-04-28 18:47:28 +02:00
Rémi Verschelde
59e84be9b5
Merge pull request #60584 from lawnjelly/fti_invisible_updates
2022-04-28 13:40:18 +02:00
lawnjelly
49eaa7bd65
Physics interpolation - fix streaking when unhiding nodes
...
The data flow to the VisualServer of current and previous transforms is essential for allowing correct interpolation. An optimization was present that disabled sending transforms when nodes were hidden, however this meant that when unhidden, nodes would interpolate incorrectly from the last transform received when hiding, rather than the up to date previous transform.
This PR disables the optimization and sends always sends transforms when a node is interpolated.
2022-04-28 12:15:14 +01:00
Rémi Verschelde
4cfc96fea7
Merge pull request #60531 from lawnjelly/fti_usage_warnings
2022-04-28 12:00:49 +02:00
Rémi Verschelde
941e6c3812
Merge pull request #60580 from bruvzg/pck_sec_load_3x
2022-04-28 11:15:31 +02:00
bruvzg
bea7c9be5d
[3.x] Improve embedded PCK loading and exporting.
2022-04-28 11:11:48 +03:00
Rémi Verschelde
f8821447ce
Merge pull request #60573 from towai/3.x
...
Update link to vector2_angle_to_point.png
2022-04-28 08:15:43 +02:00
twi
718533552c
Update link to vector2_angle_to_point.png
2022-04-27 18:34:16 -05:00
Rémi Verschelde
b974c9816c
Merge pull request #60557 from akien-mga/3.x-cherrypicks
2022-04-27 17:18:57 +02:00
Eeli Reilin
cf6d8a0f2b
Fix CSG gizmos only working on root shapes
...
(cherry picked from commit 60f3d1d36f
)
2022-04-27 12:54:57 +02:00
Silc 'Tokage' Renew
cb5f13649b
fixed rotated RootMotionView grid glitch
...
(cherry picked from commit df89969865
)
2022-04-27 12:42:43 +02:00
kobewi
b7336524f2
Expose move_to_trash()
...
(cherry picked from commit b80e52f048
)
2022-04-27 12:41:01 +02:00
kleonc
6f01a949c2
Fix Image.blit_rect/blend_rect()
for negative p_dest
point
...
(cherry picked from commit 4038bc0c36
)
2022-04-27 12:38:27 +02:00
Rémi Verschelde
d021cef134
Linux: Use pkg-config for alsa, libudev and GL too
...
It's not needed on most distros as those are found in standard lib
and include paths, but on NixOS they're all in non-standard prefixes,
so we need to rely on information provided by pkg-config.
Fixes #59913 .
Co-authored-by: David Lewis <davidalewis00@gmail.com>
(cherry picked from commit 07ad066420
)
2022-04-27 12:34:58 +02:00
FireForge
f3a4e3eee5
Add more property capitalizations
...
- BiDi
- FileSystem
- NavMesh
(cherry picked from commit a549617a38
)
2022-04-27 12:32:33 +02:00
Hugo Locurcio
2bc036dad5
Add an external link editor icon
...
This replaces the existing "chainlink" instance icon that was
used for external links. That icon is still used for scene instancing.
The icon was designed by redlamp.
Co-authored-by: Taylor Wright <taylor@redlamp.org>
(cherry picked from commit 5626d026d8
)
2022-04-27 12:30:31 +02:00
kobewi
6891d719f6
Improve descriptions for drag methods
...
(cherry picked from commit 31a23ab33f
)
2022-04-27 12:27:20 +02:00
FireForge
994c0b7ce5
Fix UndoRedo in Gradient editor
...
(cherry picked from commit a384031326
)
2022-04-27 12:26:10 +02:00
Marcel Admiraal
9a4d4ec2d5
Remove superfluous null check
...
(cherry picked from commit 988432b8bb
)
2022-04-27 12:25:58 +02:00
Marcel Admiraal
76b5c31433
Replace index iterators with for each loops.
...
(cherry picked from commit 334ebd7eb7
)
2022-04-27 12:25:47 +02:00
Marcel Admiraal
23b649b673
Remove superfluous check for minimum Android SDK.
...
(cherry picked from commit 2f225bf2c5
)
2022-04-27 12:25:34 +02:00
GTcreyon
81bbde5b9f
Changed "pair" to "triplet" in Vector3 definition
...
(cherry picked from commit ce1fcfcff9
)
2022-04-27 12:25:16 +02:00
Daniel Kříž
41d0486ad1
Fix missing favorite files in filesystem dock
...
(cherry picked from commit cbe363d716
)
2022-04-27 12:24:16 +02:00
Haoyu Qiu
bcc93c3e7c
Document timestamp decimal fraction in Time
...
(cherry picked from commit 1b891069cd
)
2022-04-27 12:24:16 +02:00
laws65
6aac042faa
Proper validation of negative values in datetime strings and datetime dicts
...
(cherry picked from commit cf9fc0b936
)
2022-04-27 12:22:49 +02:00
Oğuzhan Eroğlu
fd329d19e8
Quick fix: Crash when parsing invalid datetime string #60189
...
(cherry picked from commit 2b8eb126b4
)
2022-04-27 12:22:26 +02:00
Rémi Verschelde
510ed791f9
Merge pull request #60554 from timothyqiu/editor-settings-cleanup
2022-04-27 11:51:03 +02:00
Rémi Verschelde
71c8c675bd
Merge pull request #60398 from timoschwarzer/ios-haptic-engine-3.x
2022-04-27 11:50:48 +02:00
Rémi Verschelde
360be72d4c
Merge pull request #60550 from timothyqiu/import-preset-i18n-3.x
2022-04-27 10:33:36 +02:00
Rémi Verschelde
3b2ed9bdd6
Merge pull request #60330 from Calinou/aspectratiocontainer-add-property-hint-3.x
2022-04-27 10:17:04 +02:00
Timo Schwarzer
8fb9c96df9
Vibrate using iOS haptics engine on supported devices (3.x)
2022-04-27 09:46:42 +02:00
Haoyu Qiu
d088128b43
Remove duplicate editor settings definitions
2022-04-27 15:26:46 +08:00
Rémi Verschelde
ad76e071fa
Merge pull request #60389 from timothyqiu/raycast2d-shape
...
[3.x] Improve RayCast2D debug shape
2022-04-27 08:07:42 +02:00
Rémi Verschelde
ac24644464
Merge pull request #60536 from timothyqiu/class-name-icon-3.x
...
[3.x] Fix custom class icon when it inherits from a script
2022-04-27 08:06:02 +02:00
Rémi Verschelde
1f7a2328a3
Merge pull request #59338 from fire-forge/raycast2d-editor-3.x
...
[3.x] Add an editor handle for `RayCast2D.cast_to`
2022-04-27 07:57:00 +02:00
Haoyu Qiu
5d150559a3
Make more import preset name translatable
2022-04-27 13:50:59 +08:00
Haoyu Qiu
42448d7587
Fix custom class icon when it inherits from a script
2022-04-27 10:01:08 +08:00
Rémi Verschelde
ba7881bd36
Merge pull request #60366 from adamscott/nav-map-thread-work-pool-3x
...
Use ThreadWorkPool instead of thread_process_array in NavMap [3.x]
2022-04-26 18:45:53 +02:00
Adam Scott
7749346f48
Use ThreadWorkPool instead of thread_process_array in NavMap
...
Port ThreadWorkPool to 3.x
2022-04-26 09:18:46 -04:00
lawnjelly
ad9b2b3794
Physics Interpolation - add helper warnings
...
When physics interpolation is active on a node, it is essential that transforms are updated during "_physics_process()" rather than "_process()" calls, for the interpolation to give the correct result.
This PR adds optional warnings for instances, cameras and multimeshes which can flag updates being incorrectly called, and thus make these problems much easier to fix.
2022-04-26 13:56:02 +01:00