summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-06-13Merge pull request #61772 from bruvzg/ft_ot_collectRémi Verschelde
2022-06-13Merge pull request #61819 from bruvzg/button_overrunRémi Verschelde
2022-06-13Merge pull request #61936 from jgillich/vehicle-importRémi Verschelde
restore vehicle+wheel importers
2022-06-13Merge pull request #61842 from bruvzg/popup_fixes_swRémi Verschelde
2022-06-13Merge pull request #61988 from bruvzg/rtl_underlineRémi Verschelde
2022-06-13Merge pull request #61986 from bruvzg/missing_ts_lockRémi Verschelde
2022-06-13[RTL] Fix underline/overline/strikethrough interaction with the "visible ↵bruvzg
characters" property.
2022-06-13[TextServer] Add missing font mutex lock.bruvzg
2022-06-13Single-window mode popups and edited scene windows fixes.bruvzg
Fix single-window mode popup not closing when OptionBox is clicked. Fix single-window mode submenus closing when parent menu item, that was used to open it is clicked (using same safe-area logic as platform specific code). Disallow windows that are part of an edited scene from being set as exclusive or popup to prevent it from locking up the editor.
2022-06-12Merge pull request #61961 from jtnicholl/anim_lib_type_hintsRémi Verschelde
Fix type hints for AnimationLibrary's signals' arguments
2022-06-12Merge pull request #61916 from Calinou/doc-curvetextureRémi Verschelde
Document the CurveXYZTexture class, improve CurveTexture documentation
2022-06-12Merge pull request #61736 from KoBeWi/final_form_of_the_fixFabio Alessandrelli
Fix Debugger tab not updating when clearing errors
2022-06-12Document the CurveXYZTexture class, improve CurveTexture documentationHugo Locurcio
2022-06-12Fix type hints for AnimationLibrary's signalsJonathan Nicholl
2022-06-12Merge pull request #60128 from jiq4449/masterRémi Verschelde
Added documentation comments to the .NET library
2022-06-12Merge pull request #61959 from timothyqiu/right-descRémi Verschelde
Fix parameter name for `String.left` and `String.right`
2022-06-12Fix parameter name for String.left and String.rightHaoyu Qiu
2022-06-12Merge pull request #61949 from ↵Rémi Verschelde
touilleMan/native_extension_open_library_handle_initialization_error Fix NativeExtension::open_library return value when the undelying lib fails to initialize
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-11Added documentation comments to the .NET libraryJoshua Quinones
Comments have been added for the following: modules/mono/glue/GodotSharp/GodotSharp/Core/GodotTaskScheduler.cs modules/mono/glue/GodotSharp/GodotSharp/Core/GodotSynchronizationContext.cs modules/mono/glue/GodotSharp/GodotSharp/Core/Attributes/AssemblyHasScriptsAttribute.cs modules/mono/glue/GodotSharp/GodotSharp/Core/Attributes/DisableGodotGeneratorsAttribute.cs modules/mono/glue/GodotSharp/GodotSharp/Core/Attributes/ExportAttribute.cs modules/mono/glue/GodotSharp/GodotSharp/Core/Attributes/GodotMethodAttribute.cs modules/mono/glue/GodotSharp/GodotSharp/Core/Attributes/ScriptPathAttribute.cs
2022-06-12Add TAA to the list of editor capitalizationsHugo Locurcio
This is used in the "Use Taa" setting (for temporal antialiasing).
2022-06-12Fix NativeExtension::open_library return value when the undelying lib fails ↵Emmanuel Leblond
to initialize
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-11restore vehicle+wheel importersJakob Gillich
fixes #61733
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