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
clayjohn
a0338553b5
Assign VIEWPORT_SIZE after validating screen_size to avoid crash when using ReflectionProbe
2022-06-08 15:01:12 -07:00
Rémi Verschelde
7e0c54e292
Merge pull request #61807 from XutaxKamay/glb-float64-patch
2022-06-08 22:58:59 +02:00
Rémi Verschelde
b36d5878b1
Merge pull request #61674 from bruvzg/export_errors_4
2022-06-08 22:20:19 +02:00
bruvzg
906e9b6ac5
Add overrun behavior to the Button.
2022-06-08 19:02:27 +03:00
Clay John
e414e091be
Merge pull request #61815 from Calinou/copyright-taa-fix-typo
...
Fix typo for TAA resolve shader in `COPYRIGHT.txt`
2022-06-08 08:53:03 -07:00
Hugo Locurcio
dbc5854ee8
Fix typo for TAA resolve shader in COPYRIGHT.txt
2022-06-08 16:56:15 +02:00
bruvzg
e00571b194
Add readable export errors.
2022-06-08 17:55:46 +03:00
Yuri Rubinsky
09418afbc0
Fix wrapf
to correct wrap values with 0.1 stepping
2022-06-08 17:11:55 +03:00
Rémi Verschelde
4e3b0e176b
Merge pull request #61682 from smix8/navigation_bake_config_precision_4.x
2022-06-08 16:06:00 +02:00
Rémi Verschelde
e4994e2817
Merge pull request #61739 from smix8/navigation_region_cost_4.x
2022-06-08 16:05:38 +02:00
Rémi Verschelde
07029e94f4
Merge pull request #61662 from smix8/navigation_map_cell_defaults_4.x
2022-06-08 15:56:22 +02:00
Rémi Verschelde
7e6f26c582
Merge pull request #61800 from smix8/navigation_gridmap_transform_debug_4.x
2022-06-08 15:40:09 +02:00
xutaxkamay
bcdfa89ca5
Fix (again) loading binary resources with float=64
...
I had an error while importing my GLB file from 32-bit precision
floating point,
I guess this was forgotten while implementing 64-bit precision floating
point.
I'm not sure if there's any other left to do though.
2022-06-08 15:02:12 +02:00
Rémi Verschelde
b250d5df3c
Merge pull request #61805 from bruvzg/ft_lto_4
2022-06-08 14:54:08 +02:00