Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-22 | Merge pull request #38366 from akien-mga/xatlas-470576d | Rémi Verschelde | |
xatlas: Sync with upstream 470576d | |||
2020-05-22 | Merge pull request #38886 from Xrayez/save-png-to-buffer-bind | Rémi Verschelde | |
Expose `Image.save_png_to_buffer` method | |||
2020-05-22 | Merge pull request #38921 from dreamsComeTrue/move-tool-with-arrow-keys | Rémi Verschelde | |
Fix moving 2D node with mouse after using arrow keys | |||
2020-05-22 | Merge pull request #38943 from neikeq/yakamashi | Rémi Verschelde | |
Mono/C#: Don't try to load project assembly in project manager | |||
2020-05-22 | Merge pull request #38941 from neikeq/issue-38889 | Rémi Verschelde | |
Fix condition in ClassDB tests that should return | |||
2020-05-22 | Merge pull request #38940 from neikeq/issue-33896 | Rémi Verschelde | |
Mono/C#: Fix values not updated in remote inspector | |||
2020-05-22 | Merge pull request #38936 from dreamsComeTrue/tab-container-icon-separation | Rémi Verschelde | |
Clarifies 'icon_separation' in TabContainer (instead of 'hseparation') | |||
2020-05-22 | Merge pull request #38930 from GuidoRevers/fix_vulkan_win_segmentation_fault | Rémi Verschelde | |
Fix segmentation fault when loading project | |||
2020-05-22 | Mono/C#: Don't try to load project assembly in project manager | Ignacio Etcheverry | |
This was causing an error message when launching the manager, because there is no project assembly to load. | |||
2020-05-22 | Fix condition in ClassDB tests that should return | Ignacio Etcheverry | |
Also changed the name of the test macros to be clearer. | |||
2020-05-22 | Mono/C#: Fix values not updated in remote inspector | Ignacio Etcheverry | |
2020-05-21 | Clarifies 'icon_separation' in TabContainer (instead of 'hseparation') | Dominik 'dreamsComeTrue' Jasiński | |
Fixes: #38911 | |||
2020-05-21 | Fix segmentation fault when using context_vulkan after memdelete context_vulkan | GuidoRevers | |
2020-05-21 | Fix moving 2D node with mouse after using arrow keys | Dominik 'dreamsComeTrue' Jasiński | |
Fixes: #38894 | |||
2020-05-21 | Merge pull request #38891 from bruvzg/fix_doc_const_order | Rémi Verschelde | |
Docs: Fix order of variant constants. | |||
2020-05-21 | Merge pull request #33689 from jbuck3/signal-error | Rémi Verschelde | |
Trigger an error when trying to define a preexisting signal in GDScript | |||
2020-05-21 | Merge pull request #35900 from yamgent/unreachable | Rémi Verschelde | |
Fix false positive "Unreachable code" warning for loops | |||
2020-05-21 | Merge pull request #38907 from cj-dimaggio/rasterizer_dummy_leak | Rémi Verschelde | |
Delete DummyMesh when RasterizerStorageDummy is Freed | |||
2020-05-20 | Delete DummyMesh when RasterizerStorageDummy is freed | CJ DiMaggio | |
2020-05-20 | Docs: Fix order of variant constants. | bruvzg | |
2020-05-20 | doc: Sync classref with current source | Rémi Verschelde | |
2020-05-20 | DocData: Fix sorting of arguments and constants | Ré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-20 | Merge pull request #38876 from paulloz/fix-import-params-error | Rémi Verschelde | |
Fix error with 'params' when import dock doesn't define any parameter | |||
2020-05-20 | Merge pull request #38874 from bruvzg/tab_drv_sel_40 | Rémi Verschelde | |
[Windows] Add tablet driver selection. | |||
2020-05-20 | xatlas: Sync with upstream 470576d | Rémi Verschelde | |
2020-05-20 | Expose `Image.save_png_to_buffer` method | Andrii Doroshenko (Xrayez) | |
2020-05-20 | Merge pull request #38794 from nekomatata/text-edit-search-result | Rémi Verschelde | |
TextEdit search returns Dictionary instead of Vector | |||
2020-05-20 | xatlas: Revert style changes made by mistake in #38386 | Rémi Verschelde | |
2020-05-20 | Merge pull request #38515 from Calinou/cli-scene-allow-res-tres | Rémi Verschelde | |
Allow `.res` and `.tres` extensions in the scene CLI positional argument | |||
2020-05-20 | Merge pull request #38309 from SkyLucilfer/AndroidLineEdit | Rémi Verschelde | |
Fix Android LineEdit editing bugs | |||
2020-05-20 | Merge pull request #38834 from YeldhamDev/change_type_keep_meta | Rémi Verschelde | |
Keep "lock" metadata when changing a Node's type, if applicable | |||
2020-05-20 | [Windows] Add tablet driver selection. | bruvzg | |
2020-05-20 | check the params section exist before erasing it in import_dock | Paul Joannon | |
related #38864 | |||
2020-05-19 | Merge pull request #38863 from neikeq/csharp-no-false-error-objtype-reload | Rémi Verschelde | |
Mono/C#: Remove script load error about not a Godot.Object | |||
2020-05-19 | Merge pull request #38861 from RandomShaper/fix_gdsfs_eager_stack_clear | Rémi Verschelde | |
Fix too eager GDScriptFunctionState stack cleanup | |||
2020-05-19 | Mono/C#: Remove script load error about not a Godot.Object | Ignacio 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-19 | Merge pull request #38857 from ↵ | Rémi Verschelde | |
akien-mga/style-clang-format-unnecessary-semicolons Style: Remove unnecessary semicolons from `core` | |||
2020-05-19 | Fix too eager GDScriptFunctionState stack cleanup | Pedro J. Estébanez | |
2020-05-19 | Merge pull request #38856 from bruvzg/win_os_exec_quotes | Rémi Verschelde | |
[Windows] Add quotes only to the command line arguments with special characters. | |||
2020-05-19 | Style: 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-19 | Keep "lock" metadata when changing a Node's type, if applicable | Michael Alexsander | |
2020-05-19 | [Windows] Add quotes only to the command line arguments with special characters. | bruvzg | |
2020-05-19 | Merge pull request #38852 from AndreaCatania/fixed_axis_lock_kinematic | Rémi Verschelde | |
Fixed kinematic body axis lock | |||
2020-05-19 | Fixed kinematic body axis lock | Andrea Catania | |
2020-05-19 | Merge pull request #38850 from ↵ | Rémi Verschelde | |
akien-mga/style-clang-format-unnecessary-semicolons Style: Fix unnecessary semicolons that confused clang-format | |||
2020-05-19 | Style: Fix unnecessary semicolons that confused clang-format | Rémi Verschelde | |
2020-05-19 | Merge pull request #33447 from bruvzg/macos_zip_sign | Rémi Verschelde | |
macOS add signing of DMG and ZIPed export | |||
2020-05-19 | Merge pull request #38567 from AndreaCatania/AndreaCatania-patch-3 | Rémi Verschelde | |
Removed const from OAHashMap iterator value | |||
2020-05-19 | Merge pull request #38843 from m4gr3d/update_oculus_hand_tracking_permission | Rémi Verschelde | |
Update the permission string for Oculus hand tracking | |||
2020-05-18 | Update the permission string for the Oculus hand tracking to match the ↵ | Fredia Huya-Kouadio | |
latest api update |