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
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
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
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
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
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
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
smix8
cb8d95c271
Fix GridMap Navigation transforms and debug
...
Fix GridMap navigation transforms and debug.
2022-06-08 14:19:16 +02:00
Rémi Verschelde
c09d830106
i18n: Sync classref translations with Weblate
...
(cherry picked from commit 6536877117
)
2022-06-08 13:18:40 +02:00
Rémi Verschelde
72dea3b821
i18n: Sync editor translations with Weblate
...
Remove some translation templates which were empty or almost empty
(less than 10 strings translated, years without further activity).
(cherry picked from commit f1eab40cda
)
2022-06-08 13:18:34 +02:00
Rémi Verschelde
f9a287dd89
Merge pull request #61804 from akien-mga/i18n-fixes
2022-06-08 13:17:58 +02:00
bruvzg
efb5d7adf0
Fix FreeType crashing in GCC + LTO builds.
2022-06-08 13:59:13 +03:00
Rémi Verschelde
c8ce7e34e2
i18n: Misc fixes translation strings
...
Adds some translator comments to solve some questions raised on Weblate.
2022-06-08 12:57:54 +02:00
Rémi Verschelde
43f05bd6a0
Merge pull request #61797 from smix8/navigation_gridmap_region_xform_4.x
...
Fix GridMap applying wrong NavigationRegion transform
2022-06-08 07:25:09 +02:00
Rémi Verschelde
48dcafeed9
Merge pull request #61794 from clayjohn/VULKAN-viewport-size
...
Use RenderBuffer size instead of half extents for VIEWPORT_SIZE
2022-06-08 07:16:25 +02:00
Rémi Verschelde
2e041f91fd
Merge pull request #61795 from KoBeWi/image_comes_back
...
Re-add internal image field to ImageTexture
2022-06-08 07:14:48 +02:00
smix8
cc0b525300
Fix GridMap applying wrong NavigationRegion transform
...
Fix GridMap applying wrong NavigationRegion transform.
2022-06-08 03:30:19 +02:00
kobewi
80025171cd
Re-add internal image field to ImageTexture
2022-06-08 00:57:03 +02:00
clayjohn
b6649828cd
Use RenderBuffer size instead of half extents for VIEWPORT_SIZE in Vulkan spatial shaders
2022-06-07 15:01:20 -07:00
Rémi Verschelde
60eec78a1f
Merge pull request #61558 from kleonc/triangle_mesh_from_triangle_strip
...
Make `Mesh::generate_triangle_mesh()` handle `PRIMITIVE_TRIANGLE_STRIP`
2022-06-07 22:07:16 +02:00
Rémi Verschelde
b33660228b
Merge pull request #61784 from Geometror/visualeditors_editorsettings_propagation
...
Fix visual editor settings change propagation
2022-06-07 21:03:13 +02:00
Rémi Verschelde
5ebdfc31b2
Merge pull request #61319 from JFonS/taa_wip
...
Initial TAA implementation
2022-06-07 20:53:55 +02:00