Commit graph

44232 commits

Author SHA1 Message Date
Rémi Verschelde
9b014c49ba
Merge pull request #61896 from akien-mga/softbody-fix-attachment-property-name
SoftBody: Fix attachments property names after #61180
2022-06-10 14:41:30 +02:00
Gilles Roudière
62d2549e9e Add terrain center bit 2022-06-10 14:37:39 +02:00
Rémi Verschelde
5c3081dae2 SoftBody: Fix attachments property names after #61180
Fixes #61581.
2022-06-10 14:16:14 +02:00
Rémi Verschelde
e297ddf656
Merge pull request #61891 from akien-mga/meshoptimizer-20220601 2022-06-10 13:14:45 +02:00
Rémi Verschelde
63e22058c3
Merge pull request #61889 from akien-mga/etcpak-1.0 2022-06-10 12:59:03 +02:00
Rémi Verschelde
b2e6fc54b9
Merge pull request #61890 from timothyqiu/export-tooltip 2022-06-10 12:57:33 +02:00
Rémi Verschelde
569dcc718b
Merge pull request #61887 from timothyqiu/scene-tree-timer-free 2022-06-10 12:47:25 +02:00
Rémi Verschelde
a3195dd4eb meshoptimizer: Sync with upstream commit ea4558d1c
ea4558d1c0
2022-06-10 12:46:50 +02:00
Haoyu Qiu
f78943b08b Add tooltips to Export dialog icon buttons 2022-06-10 18:38:46 +08:00
Rémi Verschelde
776418942c etcpak: Update to upstream release 1.0 (June 4, 2022)
No change compared to our previous commit, just documentation update
and a release tag we can track.
2022-06-10 12:36:45 +02:00
Yuri Rubinsky
d6622330d7 Remove engine version from visual shader 2022-06-10 13:17:16 +03:00
Haoyu Qiu
5a011f5999 Fix description about SceneTreeTimer auto free 2022-06-10 18:04:34 +08:00
Yuri Rubinsky
cb7d5723b4
Merge pull request #61881 from Chaosus/shader_fix_float_suffixes 2022-06-10 12:57:57 +03:00
Rémi Verschelde
efcf0d88e4
Merge pull request #61454 from fire-forge/round-script 2022-06-10 10:53:19 +02:00
Rémi Verschelde
4922fee09e
Merge pull request #59770 from fire-forge/rounded-corners 2022-06-10 10:53:09 +02:00
Rémi Verschelde
ab2fd4a671
Merge pull request #59776 from fire-forge/more-round 2022-06-10 10:52:44 +02:00
Rémi Verschelde
1f76ee4080
Merge pull request #61879 from Chaosus/vs_fix_length 2022-06-10 10:50:15 +02:00
Yuri Rubinsky
c9ae83b5ab Prevent defining float constant without number after exponent in shaders 2022-06-10 11:35:56 +03:00
Yuri Rubinsky
e02aadba95 Distinguish Length function name to Length2D/3D/4D in visual shaders 2022-06-10 11:08:08 +03:00
Rémi Verschelde
8aa69c4e06
Merge pull request #52415 from deakcor/dev-node2d
Fix global properties setters and add global skew for node2d
2022-06-10 09:49:15 +02:00
Rémi Verschelde
3bd8706c1f
Merge pull request #61487 from chungd87/fix-animation-UI-bug 2022-06-10 09:45:22 +02:00
Rémi Verschelde
e9da28464a
Merge pull request #61863 from m4gr3d/switch_editor_kotlin_main 2022-06-10 09:37:53 +02:00
Aaron Franke
3398fb77a9
Document limitations of negative scales in 2D and 3D 2022-06-10 00:56:49 -05:00
Rémi Verschelde
e29a395571
Merge pull request #61862 from KoBeWi/fake_class
Remove TooltipPanel and TooltipLabel
2022-06-10 07:53:13 +02:00
Rémi Verschelde
68ecffb054
Merge pull request #61868 from iwek7/line_edit_caret
Fix setting line edit caret after double and triple click
2022-06-10 07:48:32 +02:00
Rémi Verschelde
9c1ead5569
Merge pull request #61865 from nikolawhallon/microphone-sample-format
added info on microphone sample format
2022-06-10 07:45:12 +02:00
Rémi Verschelde
174c769c61
Merge pull request #61864 from Calinou/environment-sky-rotation-add-property-hint
Add a property hint to Environment's `sky_rotation` property
2022-06-10 07:37:06 +02:00
Yuri Rubinsky
d6254f982e
Merge pull request #61859 from Chaosus/fix_sky_rotation 2022-06-10 08:30:15 +03:00
iwek
082cf5440e Fix setting line edit caret after dobule and triple click 2022-06-10 00:18:25 +02:00
Nikola Whallon
eb5a42d0bc added info on microphone sample format 2022-06-09 14:01:38 -07:00
Hugo Locurcio
dbe513931f
Add a property hint to Environment's sky_rotation property
This property hint is identical to Node3D's `sky_rotation` property
and provides degree-based editing.
2022-06-09 22:54:15 +02:00
Fredia Huya-Kouadio
6b9a81900e Migrate the Godot Editor java source file to Kotlin. 2022-06-09 13:26:24 -07:00
kobewi
9036fcbe5e Remove TooltipPanel and TooltipLabel 2022-06-09 22:23:11 +02:00
Yuri Rubinsky
5dd7a1030d Fix incorrect sky rotation based on camera axis 2022-06-09 22:40:40 +03:00
Rémi Verschelde
d120b099f5
Merge pull request #61854 from Chaosus/shader_fix_time
Fix `TIME` compilation for custom functions in spatial shader
2022-06-09 21:01:46 +02:00
Yuri Rubinsky
d8842f1a4b Fix TIME compilation for custom functions in spatial shader 2022-06-09 20:12:25 +03:00
Paweł Fertyk
725eb629b3 Allow plugin name in is_plugin_enabled
Fixes #61604.
2022-06-09 18:42:32 +02:00
Rémi Verschelde
b36447f6f0
Merge pull request #61850 from JFonS/fixx_taa_macos 2022-06-09 17:03:34 +02:00
jfons
36382ab7eb Workaround MoltenVK error found in TAA implementation 2022-06-09 16:40:00 +02:00
Danny Chung
09658f7e3b Increase AnimationPlayer position SpinBox to fit more decimals
Fixed UI bug where it appeared that pushing the up or down incrementing
arrows did not increment the SpinBox value appropriately. Just needed
to increase the size of the box horizontally, to display four decimal
points consistently.
2022-06-09 09:59:26 +02:00
Rémi Verschelde
a2c016e997
Merge pull request #61659 from KoBeWi/state-of-the-ed 2022-06-09 09:57:28 +02:00
Rémi Verschelde
f2bf93070f
Merge pull request #61648 from KoBeWi/dependency_editle 2022-06-09 09:54:07 +02:00
Rémi Verschelde
c91d33e9ca
Merge pull request #61813 from smix8/navigationmesh_properties_naming_4.x 2022-06-09 09:48:01 +02:00
smix8
2c059dcfcb Remove slash delimiter from NavigationMesh properties
Remove slash delimiter from NavigationMesh properties.
2022-06-09 09:20:52 +02:00
Rémi Verschelde
ae78928232
Merge pull request #61670 from smix8/navigation_navagent_patharray_use_4.x
Document the correct use of NavigationAgent path functions
2022-06-09 08:50:30 +02:00
Rémi Verschelde
fc5ae503ae
Merge pull request #61829 from clayjohn/VULKAN-refprobe-crash
Assign VIEWPORT_SIZE after validating screen_size to avoid crash when using ReflectionProbe
2022-06-09 08:49:20 +02:00
Rémi Verschelde
b13c41c33f
Merge pull request #61830 from XutaxKamay/fix-image-texture
Fix for regression of an ImageTexture being imported
2022-06-09 08:47:36 +02:00
Fabio Alessandrelli
31d7e22466 [WebRTC] Static extension registration. 2022-06-09 07:19:00 +02:00
smix8
9c7f03aefc Document the correct use of NavigationAgent path functions
Document the correct use of NavigationAgent path functions.
2022-06-09 01:51:33 +02:00
Kamay Xutax
d8f1ee66d7 Fix for ImageTexture imported
Someone apparently forgot to return true ...
on ImageTexture::_set/_get
2022-06-09 00:08:07 +02:00