126e4d0a5b
Merge pull request #61920 from Calinou/makerst-print-color
2022-06-11 11:42:18 +02:00
d62cb0e571
Merge pull request #61917 from Calinou/makerst-fix-error-reporting
2022-06-11 10:51:03 +02:00
bc30eefeb4
Merge pull request #61928 from Chaosus/vs_revert_output_ports
2022-06-11 11:42:14 +03:00
f4b4294c5f
Revert vector4 output ports in visual shaders
2022-06-11 10:36:11 +03:00
d45351f413
makerst: Print colored output for easier visual grepping
...
This is automatically enabled on all platforms including
Windows 10 and later, whenever a TTY environment is detected.
In non-TTY environments such as CI, this can be forced using the
`--color` command line argument.
2022-06-11 00:19:36 +02:00
1163af1756
makerst: Fix duplicate .xml extension in some error messages
...
Previously, a file name could appear as e.g. `ProjectSettings.xml.xml`
when one of the 3 modified errors was reported.
2022-06-10 22:58:09 +02:00
b9375ea7fc
Merge pull request #61900 from KoBeWi/clicking_inside_the_box
2022-06-10 15:40:33 +02:00
ec6bbd486f
Don't handle pending clicks outside scene tree
2022-06-10 15:14:31 +02:00
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
5c3081dae2
SoftBody: Fix attachments property names after #61180
...
Fixes #61581 .
2022-06-10 14:16:14 +02:00
e297ddf656
Merge pull request #61891 from akien-mga/meshoptimizer-20220601
2022-06-10 13:14:45 +02:00
63e22058c3
Merge pull request #61889 from akien-mga/etcpak-1.0
2022-06-10 12:59:03 +02:00
b2e6fc54b9
Merge pull request #61890 from timothyqiu/export-tooltip
2022-06-10 12:57:33 +02:00
569dcc718b
Merge pull request #61887 from timothyqiu/scene-tree-timer-free
2022-06-10 12:47:25 +02:00
a3195dd4eb
meshoptimizer: Sync with upstream commit ea4558d1c
...
ea4558d1c0
2022-06-10 12:46:50 +02:00
f78943b08b
Add tooltips to Export dialog icon buttons
2022-06-10 18:38:46 +08:00
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
5a011f5999
Fix description about SceneTreeTimer auto free
2022-06-10 18:04:34 +08:00
cb7d5723b4
Merge pull request #61881 from Chaosus/shader_fix_float_suffixes
2022-06-10 12:57:57 +03:00
efcf0d88e4
Merge pull request #61454 from fire-forge/round-script
2022-06-10 10:53:19 +02:00
4922fee09e
Merge pull request #59770 from fire-forge/rounded-corners
2022-06-10 10:53:09 +02:00
ab2fd4a671
Merge pull request #59776 from fire-forge/more-round
2022-06-10 10:52:44 +02:00
1f76ee4080
Merge pull request #61879 from Chaosus/vs_fix_length
2022-06-10 10:50:15 +02:00
c9ae83b5ab
Prevent defining float constant without number after exponent in shaders
2022-06-10 11:35:56 +03:00
e02aadba95
Distinguish Length function name to Length2D/3D/4D in visual shaders
2022-06-10 11:08:08 +03:00
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
3bd8706c1f
Merge pull request #61487 from chungd87/fix-animation-UI-bug
2022-06-10 09:45:22 +02:00
e9da28464a
Merge pull request #61863 from m4gr3d/switch_editor_kotlin_main
2022-06-10 09:37:53 +02:00
e29a395571
Merge pull request #61862 from KoBeWi/fake_class
...
Remove TooltipPanel and TooltipLabel
2022-06-10 07:53:13 +02:00
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
9c1ead5569
Merge pull request #61865 from nikolawhallon/microphone-sample-format
...
added info on microphone sample format
2022-06-10 07:45:12 +02:00
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
d6254f982e
Merge pull request #61859 from Chaosus/fix_sky_rotation
2022-06-10 08:30:15 +03:00
082cf5440e
Fix setting line edit caret after dobule and triple click
2022-06-10 00:18:25 +02:00
eb5a42d0bc
added info on microphone sample format
2022-06-09 14:01:38 -07:00
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
6b9a81900e
Migrate the Godot Editor java source file to Kotlin.
2022-06-09 13:26:24 -07:00
9036fcbe5e
Remove TooltipPanel and TooltipLabel
2022-06-09 22:23:11 +02:00
5dd7a1030d
Fix incorrect sky rotation based on camera axis
2022-06-09 22:40:40 +03:00
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
d8842f1a4b
Fix TIME compilation for custom functions in spatial shader
2022-06-09 20:12:25 +03:00
b36447f6f0
Merge pull request #61850 from JFonS/fixx_taa_macos
2022-06-09 17:03:34 +02:00
36382ab7eb
Workaround MoltenVK error found in TAA implementation
2022-06-09 16:40:00 +02:00
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
a2c016e997
Merge pull request #61659 from KoBeWi/state-of-the-ed
2022-06-09 09:57:28 +02:00
f2bf93070f
Merge pull request #61648 from KoBeWi/dependency_editle
2022-06-09 09:54:07 +02:00
c91d33e9ca
Merge pull request #61813 from smix8/navigationmesh_properties_naming_4.x
2022-06-09 09:48:01 +02:00
2c059dcfcb
Remove slash delimiter from NavigationMesh properties
...
Remove slash delimiter from NavigationMesh properties.
2022-06-09 09:20:52 +02:00
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
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