summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-03-09Doctool and core: Fix return type in docs for some Variant methods assigning ↵Mateo Miccino
PROPERTY_USAGE_NIL_IS_VARIANT to MethodInfo usage when we have something to return
2020-03-09Merge pull request #36941 from akien-mga/vulkan-windows-staticRémi Verschelde
vulkan: Re-add option to build Vulkan-Loader statically
2020-03-09Merge pull request #36938 from pyacier/exclamation-mark-to-dotRémi Verschelde
change an exclamation mark to a dot
2020-03-09vulkan: Re-add option to build Vulkan-Loader staticallyRémi Verschelde
Upstream removed the option in KhronosGroup/Vulkan-Loader#260, which breaks our current use case. This commit reverts KhronosGroup/Vulkan-Loader#260 is our vendored loader. We may need to re-evaluate how we link the loader, but until then, reverting this PR fixes Windows support after the upgrade to a recent SDK version in #36932.
2020-03-09Merge pull request #36901 from nekomatata/vulkan-error-messagesRémi Verschelde
More explicit error messages when vulkan calls return errors
2020-03-09change an exclamation mark to a dotPierre Caye
2020-03-09More explicit error messages when vulkan calls return errorsPouleyKetchoupp
2020-03-09Merge pull request #36917 from volzhs/cancel-snap-settingRémi Verschelde
Update snap setting only with OK
2020-03-09Merge pull request #36914 from guilhermefelipecgs/fix_check_view_informationRémi Verschelde
Fix the VIEW_INFORMATION checkbox not being selected (visually)
2020-03-09Merge pull request #36912 from Xrayez/resurrect-module-iconsRémi Verschelde
Fix missing module editor icons
2020-03-09Merge pull request #36911 from lupoDharkael/nav-renameRémi Verschelde
Complete NavigationMeshInstance rename
2020-03-09Merge pull request #36920 from Faless/debugger/more_instancesRémi Verschelde
Move Debug menu logic to DebuggerEditorPlugin, allow 4 debug instances
2020-03-09Merge pull request #36929 from timothyqiu/keep-filenameRémi Verschelde
Keeps the filename when marking scene as unsaved
2020-03-09Merge pull request #36286 from Calinou/doc-sprite3d-performance-caveatsRémi Verschelde
Document known performance issues with Sprite3D
2020-03-09Merge pull request #36934 from akien-mga/variant-defargsRémi Verschelde
DocData: Fix serialization of Variant default values
2020-03-09Merge pull request #36933 from m4gr3d/fix_godot_payment_initRémi Verschelde
Fix initialization of the GodotPayment plugin
2020-03-09DocData: Fix serialization of Variant default valuesRémi Verschelde
Co-authored-by: Bojidar Marinov <bojidar.marinov.bg@gmail.com>
2020-03-09Revert "assimp: Sync with upstream 0201fc5"Rémi Verschelde
This reverts commit 78b22393a8dd182ee56d0448ed77ba4430de5e75. It caused a regression in FBX import leading to crashes. Fixes #36908.
2020-03-09Fix initialization of the GodotPayment pluginfhuya
The `onGLRegisterPluginWithGodotNative()` method is supposed to be invoked only by `Godot`.
2020-03-09doc: Sync classref with current sourceRémi Verschelde
2020-03-09i18n: Sync translations with WeblateRémi Verschelde
(cherry picked from commit 18e021b7cd81afbccf915bd825aaa264a9f608a1)
2020-03-09Merge pull request #36932 from akien-mga/vulkan-sdk-1.2.131.2Rémi Verschelde
Update Vulkan SDK to 1.2.131.2 and matching glslang version
2020-03-09Document known performance issues with Sprite3DHugo Locurcio
See https://github.com/godotengine/godot/issues/20855.
2020-03-09Merge pull request #36924 from JFonS/viewport_rotation_masterRémi Verschelde
Add rotation widget to 3D viewport (updated)
2020-03-09Allow running/debugging up to 4 instances.Fabio Alessandrelli
2020-03-09glslang: Sync with upstream 4fc7a33 for Vulkan SDK 1.2.131Rémi Verschelde
Fixes #36888.
2020-03-09Update Vulkan loader and headers to sdk-1.2.131.2Rémi Verschelde
(Headers are actually sdk-1.2.131.1, they did not get a re-release.) Also synced VMA 2.3.0 again, fixing unwanted clang-formatting of thirdparty code.
2020-03-09Keeps the filename when marking scene as unsavedHaoyu Qiu
2020-03-08Add rotation widget to 3D viewportjfons
2020-03-08Move Debug menu logic to DebuggerEditorPluginFabio Alessandrelli
2020-03-09Update snap setting only with OKvolzhs
restore previous values with cancel
2020-03-08Fix the VIEW_INFORMATION checkbox not being selectedGuilherme Felipe
Generated id of "Display Advanced..." was in conflict with "View Information"
2020-03-08Fix missing module editor iconsAndrii Doroshenko (Xrayez)
Module icons need to be renamed to PascalCase as well for them to be registered in 4.0. See godotengine/godot#36513.
2020-03-08Complete NavigationMeshInstance renamelupoDharkael
2020-03-08Merge pull request #36683 from rafaeldelboni/masterRémi Verschelde
Return only scenes for script owners on LSP completion
2020-03-07Merge pull request #36855 from kuruk-mm/signals_fix_sort_crashRémi Verschelde
Signals: filter_changed from ProjectListFilter now is emitted when it's on scene tree...
2020-03-07Signals: filter_changed from ProjectListFilter now is emitted when it's on ↵Mateo Miccino
scene tree to avoid unexpected call
2020-03-07fix: Return only scenes for script owners on LSP completionRafael Delboni
Fix: #36680
2020-03-07Merge pull request #36873 from BastiaanOlij/arvr_controller_button_is_boolRémi Verschelde
ARVRController.is_button_pressed requires to return a boolean
2020-03-07Merge pull request #36814 from ThakeeNathees/typo-gdscript_workspace-fixRémi Verschelde
typo in gdscript_workspace.cpp fixed
2020-03-07Merge pull request #36874 from m4gr3d/trim_plugins_name_whitespacesRémi Verschelde
Trim the whitespace around the plugins names
2020-03-07ARVRController.is_button_pressed requires to return a booleanBastiaan Olij
2020-03-06Trim the whitespace around the plugins names.fhuya
2020-03-06Merge pull request #36870 from CodeforEvolution/syncMiniupnpcRémi Verschelde
miniupnpc: Sync with upstream master (4436632)
2020-03-06miniupnpc: Sync with upstream master (4436632)CodeforEvolution
2020-03-06Merge pull request #36842 from Phischermen/mono-resource-loader-extension-updateRémi Verschelde
Mono/C#: Add missing parameters to 'ResourceLoader.Load<T>()'
2020-03-06Added parameters to Load()Phischermen
2020-03-06Merge pull request #36849 from theoway/Documentation_editRémi Verschelde
Edited the KinematicBody and KinematicBody2D docs
2020-03-06Edited the KinematicBody and KinematicBody2D docsUmang Kalra
Changes made as requested. Explained the reason why move_and_slide should be sued in _physics_process Final Changes Edited the docs as per the changes requested. Edits in docs Made some changes
2020-03-06Merge pull request #36852 from akien-mga/assimp-unbundleRémi Verschelde
assimp: Clean and document buildsystem, update to upstream 0201fc5