summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-06-10Merge pull request #61900 from KoBeWi/clicking_inside_the_boxRémi Verschelde
2022-06-10Don't handle pending clicks outside scene treekobewi
2022-06-10Merge pull request #61896 from akien-mga/softbody-fix-attachment-property-nameRémi Verschelde
SoftBody: Fix attachments property names after #61180
2022-06-10SoftBody: Fix attachments property names after #61180Rémi Verschelde
Fixes #61581.
2022-06-10Merge pull request #61891 from akien-mga/meshoptimizer-20220601Rémi Verschelde
2022-06-10Merge pull request #61889 from akien-mga/etcpak-1.0Rémi Verschelde
2022-06-10Merge pull request #61890 from timothyqiu/export-tooltipRémi Verschelde
2022-06-10Merge pull request #61887 from timothyqiu/scene-tree-timer-freeRémi Verschelde
2022-06-10meshoptimizer: Sync with upstream commit ea4558d1cRémi Verschelde
https://github.com/zeux/meshoptimizer/commit/ea4558d1c0f217f1d67ed7fe0b07896ece88ae18
2022-06-10Add tooltips to Export dialog icon buttonsHaoyu Qiu
2022-06-10etcpak: Update to upstream release 1.0 (June 4, 2022)Rémi Verschelde
No change compared to our previous commit, just documentation update and a release tag we can track.
2022-06-10Fix description about SceneTreeTimer auto freeHaoyu Qiu
2022-06-10Merge pull request #61881 from Chaosus/shader_fix_float_suffixesYuri Rubinsky
2022-06-10Merge pull request #61454 from fire-forge/round-scriptRémi Verschelde
2022-06-10Merge pull request #59770 from fire-forge/rounded-cornersRémi Verschelde
2022-06-10Merge pull request #59776 from fire-forge/more-roundRémi Verschelde
2022-06-10Merge pull request #61879 from Chaosus/vs_fix_lengthRémi Verschelde
2022-06-10Prevent defining float constant without number after exponent in shadersYuri Rubinsky
2022-06-10Distinguish Length function name to Length2D/3D/4D in visual shadersYuri Rubinsky
2022-06-10Merge pull request #52415 from deakcor/dev-node2dRémi Verschelde
Fix global properties setters and add global skew for node2d
2022-06-10Merge pull request #61487 from chungd87/fix-animation-UI-bugRémi Verschelde
2022-06-10Merge pull request #61863 from m4gr3d/switch_editor_kotlin_mainRémi Verschelde
2022-06-10Merge pull request #61862 from KoBeWi/fake_classRémi Verschelde
Remove TooltipPanel and TooltipLabel
2022-06-10Merge pull request #61868 from iwek7/line_edit_caretRémi Verschelde
Fix setting line edit caret after double and triple click
2022-06-10Merge pull request #61865 from nikolawhallon/microphone-sample-formatRémi Verschelde
added info on microphone sample format
2022-06-10Merge pull request #61864 from ↵Rémi Verschelde
Calinou/environment-sky-rotation-add-property-hint Add a property hint to Environment's `sky_rotation` property
2022-06-10Merge pull request #61859 from Chaosus/fix_sky_rotationYuri Rubinsky
2022-06-10Fix setting line edit caret after dobule and triple clickiwek
2022-06-09added info on microphone sample formatNikola Whallon
2022-06-09Add a property hint to Environment's `sky_rotation` propertyHugo Locurcio
This property hint is identical to Node3D's `sky_rotation` property and provides degree-based editing.
2022-06-09Migrate the Godot Editor java source file to Kotlin.Fredia Huya-Kouadio
2022-06-09Remove TooltipPanel and TooltipLabelkobewi
2022-06-09Fix incorrect sky rotation based on camera axisYuri Rubinsky
2022-06-09Merge pull request #61854 from Chaosus/shader_fix_timeRémi Verschelde
Fix `TIME` compilation for custom functions in spatial shader
2022-06-09Fix `TIME` compilation for custom functions in spatial shaderYuri Rubinsky
2022-06-09Merge pull request #61850 from JFonS/fixx_taa_macosRémi Verschelde
2022-06-09Workaround MoltenVK error found in TAA implementationjfons
2022-06-09Increase AnimationPlayer position SpinBox to fit more decimalsDanny Chung
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-09Merge pull request #61659 from KoBeWi/state-of-the-edRémi Verschelde
2022-06-09Merge pull request #61648 from KoBeWi/dependency_editleRémi Verschelde
2022-06-09Merge pull request #61813 from smix8/navigationmesh_properties_naming_4.xRémi Verschelde
2022-06-09Remove slash delimiter from NavigationMesh propertiessmix8
Remove slash delimiter from NavigationMesh properties.
2022-06-09Merge pull request #61670 from smix8/navigation_navagent_patharray_use_4.xRémi Verschelde
Document the correct use of NavigationAgent path functions
2022-06-09Merge pull request #61829 from clayjohn/VULKAN-refprobe-crashRémi Verschelde
Assign VIEWPORT_SIZE after validating screen_size to avoid crash when using ReflectionProbe
2022-06-09Merge pull request #61830 from XutaxKamay/fix-image-textureRémi Verschelde
Fix for regression of an ImageTexture being imported
2022-06-09Document the correct use of NavigationAgent path functionssmix8
Document the correct use of NavigationAgent path functions.
2022-06-09Fix for ImageTexture importedKamay Xutax
Someone apparently forgot to return true ... on ImageTexture::_set/_get
2022-06-08Assign VIEWPORT_SIZE after validating screen_size to avoid crash when using ↵clayjohn
ReflectionProbe
2022-06-08Merge pull request #61807 from XutaxKamay/glb-float64-patchRémi Verschelde
2022-06-08Merge pull request #61674 from bruvzg/export_errors_4Rémi Verschelde