summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-06-12Merge pull request #61950 from Calinou/editor-capitalization-add-taaRémi Verschelde
Add TAA to the list of editor capitalizations
2022-06-12Merge pull request #61240 from fire-forge/suffixRémi Verschelde
Add suffixes to all nodes and resources
2022-06-12Add TAA to the list of editor capitalizationsHugo Locurcio
This is used in the "Use Taa" setting (for temporal antialiasing).
2022-06-11Merge pull request #61939 from Calinou/doc-meshinstance2d-toolRémi Verschelde
2022-06-11Update name of Convert to MeshInstance2D button in MeshInstance2D docHugo Locurcio
2022-06-11Merge pull request #59797 from fire-forge/array-marginsRémi Verschelde
2022-06-11Add margins to Array and Dictionary editorsFireForge
2022-06-11Add suffixes to all nodes and resourcesFireForge
2022-06-11Merge pull request #61920 from Calinou/makerst-print-colorRémi Verschelde
2022-06-11Merge pull request #61917 from Calinou/makerst-fix-error-reportingRémi Verschelde
2022-06-11Merge pull request #61928 from Chaosus/vs_revert_output_portsYuri Rubinsky
2022-06-11Revert vector4 output ports in visual shadersYuri Rubinsky
2022-06-11makerst: Print colored output for easier visual greppingHugo Locurcio
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-10makerst: Fix duplicate `.xml` extension in some error messagesHugo Locurcio
Previously, a file name could appear as e.g. `ProjectSettings.xml.xml` when one of the 3 modified errors was reported.
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