summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-05-29Respect 'mesh compression' editor import option in Assimp (ie. FBX) and glTF ↵Alex Bustin
importers
2020-05-23Merge pull request #38396 from nekomatata/unexpose-sort-childrenRémi Verschelde
Fix Container sorting not working when overriding _sort_children in gdscript
2020-05-22Merge pull request #38942 from neikeq/hinjaku-hinjakuRémi Verschelde
Fix editor ignoring 'single_window_mode' with no main scene
2020-05-22Merge pull request #38962 from neikeq/4.0-scons-option-build-cilRémi Verschelde
Add SCons option to not build C# solutions
2020-05-22Add SCons option to not build C# solutionsIgnacio Etcheverry
2020-05-22Fix editor ignoring 'single_window_mode' with no main sceneIgnacio Etcheverry
Previously the editor would ignore the 'single_window_mode' editor setting if the edited project didn't have a main scene configured in the project settings.
2020-05-22Merge pull request #38951 from bruvzg/win_ink_block_mm_4Rémi Verschelde
Block WM_MOUSEMOVE during Windows Ink pen handling.
2020-05-22Merge pull request #38366 from akien-mga/xatlas-470576dRémi Verschelde
xatlas: Sync with upstream 470576d
2020-05-22Merge pull request #38886 from Xrayez/save-png-to-buffer-bindRémi Verschelde
Expose `Image.save_png_to_buffer` method
2020-05-22Block WM_MOUSEMOVE during Windows Ink pen handling.bruvzg
2020-05-22Merge pull request #38921 from dreamsComeTrue/move-tool-with-arrow-keysRémi Verschelde
Fix moving 2D node with mouse after using arrow keys
2020-05-22Merge pull request #38943 from neikeq/yakamashiRémi Verschelde
Mono/C#: Don't try to load project assembly in project manager
2020-05-22Merge pull request #38941 from neikeq/issue-38889Rémi Verschelde
Fix condition in ClassDB tests that should return
2020-05-22Merge pull request #38940 from neikeq/issue-33896Rémi Verschelde
Mono/C#: Fix values not updated in remote inspector
2020-05-22Merge pull request #38936 from dreamsComeTrue/tab-container-icon-separationRémi Verschelde
Clarifies 'icon_separation' in TabContainer (instead of 'hseparation')
2020-05-22Merge pull request #38930 from GuidoRevers/fix_vulkan_win_segmentation_faultRémi Verschelde
Fix segmentation fault when loading project
2020-05-22Mono/C#: Don't try to load project assembly in project managerIgnacio Etcheverry
This was causing an error message when launching the manager, because there is no project assembly to load.
2020-05-22Fix condition in ClassDB tests that should returnIgnacio Etcheverry
Also changed the name of the test macros to be clearer.
2020-05-22Mono/C#: Fix values not updated in remote inspectorIgnacio Etcheverry
2020-05-21Clarifies 'icon_separation' in TabContainer (instead of 'hseparation')Dominik 'dreamsComeTrue' Jasiński
Fixes: #38911
2020-05-21Fix segmentation fault when using context_vulkan after memdelete context_vulkanGuidoRevers
2020-05-21Fix moving 2D node with mouse after using arrow keysDominik 'dreamsComeTrue' Jasiński
Fixes: #38894
2020-05-21Merge pull request #38891 from bruvzg/fix_doc_const_orderRémi Verschelde
Docs: Fix order of variant constants.
2020-05-21Merge pull request #33689 from jbuck3/signal-errorRémi Verschelde
Trigger an error when trying to define a preexisting signal in GDScript
2020-05-21Merge pull request #35900 from yamgent/unreachableRémi Verschelde
Fix false positive "Unreachable code" warning for loops
2020-05-21Merge pull request #38907 from cj-dimaggio/rasterizer_dummy_leakRémi Verschelde
Delete DummyMesh when RasterizerStorageDummy is Freed
2020-05-20Delete DummyMesh when RasterizerStorageDummy is freedCJ DiMaggio
2020-05-20Docs: Fix order of variant constants.bruvzg
2020-05-20doc: Sync classref with current sourceRémi Verschelde
2020-05-20DocData: Fix sorting of arguments and constantsRémi Verschelde
The missing `operator<` definitions caused `Vector::sort()` to fail sorting those alphabetically by name on Windows (not sure why Linux isn't affected, I guess GCC/Clang are cleverer and use the operator from the first struct member).
2020-05-20Merge pull request #38876 from paulloz/fix-import-params-errorRémi Verschelde
Fix error with 'params' when import dock doesn't define any parameter
2020-05-20Merge pull request #38874 from bruvzg/tab_drv_sel_40Rémi Verschelde
[Windows] Add tablet driver selection.
2020-05-20xatlas: Sync with upstream 470576dRémi Verschelde
2020-05-20Expose `Image.save_png_to_buffer` methodAndrii Doroshenko (Xrayez)
2020-05-20Merge pull request #38794 from nekomatata/text-edit-search-resultRémi Verschelde
TextEdit search returns Dictionary instead of Vector
2020-05-20xatlas: Revert style changes made by mistake in #38386Rémi Verschelde
2020-05-20Merge pull request #38515 from Calinou/cli-scene-allow-res-tresRémi Verschelde
Allow `.res` and `.tres` extensions in the scene CLI positional argument
2020-05-20Merge pull request #38309 from SkyLucilfer/AndroidLineEditRémi Verschelde
Fix Android LineEdit editing bugs
2020-05-20Merge pull request #38834 from YeldhamDev/change_type_keep_metaRémi Verschelde
Keep "lock" metadata when changing a Node's type, if applicable
2020-05-20[Windows] Add tablet driver selection.bruvzg
2020-05-20check the params section exist before erasing it in import_dockPaul Joannon
related #38864
2020-05-19Merge pull request #38863 from neikeq/csharp-no-false-error-objtype-reloadRémi Verschelde
Mono/C#: Remove script load error about not a Godot.Object
2020-05-19Merge pull request #38861 from RandomShaper/fix_gdsfs_eager_stack_clearRémi Verschelde
Fix too eager GDScriptFunctionState stack cleanup
2020-05-19Mono/C#: Remove script load error about not a Godot.ObjectIgnacio Etcheverry
Any C# file can be loaded as script and at load time we don't yet know if it's actually meant to be used as a script. As such, such an check can result in a lot of false errors. If the file is really meant to be used as a script, an error would be printed later when attempting to instantiate it any way.
2020-05-19Merge pull request #38857 from ↵Rémi Verschelde
akien-mga/style-clang-format-unnecessary-semicolons Style: Remove unnecessary semicolons from `core`
2020-05-19Fix too eager GDScriptFunctionState stack cleanupPedro J. Estébanez
2020-05-19Merge pull request #38856 from bruvzg/win_os_exec_quotesRémi Verschelde
[Windows] Add quotes only to the command line arguments with special characters.
2020-05-19Style: Remove unnecessary semicolons from `core`Rémi Verschelde
Semicolons are not necessary after function definitions or control flow blocks, and having some code use them makes things inconsistent (and occasionally can mess up `clang-format`'s formatting). Removing them is tedious work though, I had to do this manually (regex + manual review) as I couldn't find a tool for that. All other code folders would need to get the same treatment.
2020-05-19Keep "lock" metadata when changing a Node's type, if applicableMichael Alexsander
2020-05-19[Windows] Add quotes only to the command line arguments with special characters.bruvzg