Rémi Verschelde
d8e702b010
Merge pull request #60552 from madmiraal/implement-3466-3.x
...
[3.x] Add a method for obtaining display cutouts on Android
2022-05-02 07:58:05 +02:00
FireForge
e8d1552af2
Add an inspector preview for BitMap
2022-05-02 09:16:34 +08:00
Rémi Verschelde
b0cb3d1aa9
Merge pull request #60679 from timothyqiu/left-fmt-3.x
...
[3.x] Fix left aligned integer sign in string formatting
2022-05-01 14:19:50 +02:00
Rémi Verschelde
973bbb5c0e
Merge pull request #60661 from smix8/navigation_region_rid_3.x
...
[3.x] Add get_region_rid() to NavigationPolygonInstance and NavigationMeshInstance
2022-05-01 14:18:05 +02:00
Haoyu Qiu
767134fd8d
Fix left aligned integer sign in string formatting
2022-05-01 12:43:03 +08:00
Rémi Verschelde
f12f41d343
Merge pull request #60662 from Calinou/doc-tonemap-3.x
2022-04-30 16:31:32 +02:00
Hugo Locurcio
035cb7fcb0
Improve documentation for tonemapping operators
2022-04-30 16:21:10 +02:00
smix8
ebcbbec563
Add get_region_rid() to NavigationPolygonInstance and NavigationMeshInstance
...
Add get_region_rid() to NavigationPolygonInstance and NavigationMeshInstance
2022-04-30 15:54:12 +02:00
Rémi Verschelde
2834332591
TileMap: Use const ref for all Vector2 parameters
2022-04-30 14:05:57 +02:00
Rémi Verschelde
12cc0b8699
Merge pull request #60636 from Calinou/doc-proximitygroup
...
Document the ProximityGroup class
2022-04-30 10:13:20 +02:00
Rémi Verschelde
0df87c33f5
Merge pull request #60645 from timothyqiu/scene-tree-tween-finished
...
[3.x] Add missing description of finished signal of SceneTreeTween
2022-04-30 09:55:12 +02:00
Haoyu Qiu
b395731517
Add missing description of finished signal of SceneTreeTween
2022-04-30 09:39:20 +08:00
Hugo Locurcio
fb345a924d
Document the ProximityGroup class
...
Co-authored-by: MJacred <loesch.benny92@gmx.de>
2022-04-29 20:26:29 +02:00
Hugo Locurcio
1bdcba2d76
Document workarounds for 2D line and polygon antialiasing
2022-04-29 19:39:11 +02:00
Rémi Verschelde
288dbe41a2
Merge pull request #59864 from rburing/bullet_skip_depenetrate_from_void_3.x
2022-04-29 14:41:31 +02:00
Rémi Verschelde
8ee69a88c1
doc: Fix a couple broken links to a moved page
2022-04-29 14:16:34 +02:00
Haoyu Qiu
acf9870397
Fix incorrect usage for some export variables
2022-04-29 20:12:47 +08:00
Rémi Verschelde
3a3dd2076b
Merge pull request #60581 from timothyqiu/neo-tween
2022-04-29 14:08:52 +02:00
Haoyu Qiu
153dc4d57e
Backport the new Tween system as SceneTreeTween
...
Co-authored-by: Tomasz Chabora <kobewi4e@gmail.com>
2022-04-29 20:01:12 +08:00
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
Fredy Huya-Kouadio
32ace78a3e
Update Meta hand tracking version
...
https://developer.oculus.com/blog/presence-platforms-hand-tracking-api-gets-an-upgrade/
2022-04-27 21:14:49 -07: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