Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-23 | Merge pull request #33828 from neikeq/貴様 | Rémi Verschelde | |
Mono/C#: Prevent SCons from building API solutions in parallel | |||
2019-11-23 | Merge pull request #33652 from Black-Cat/http-client-fix | Fabio Alessandrelli | |
Fix HTTPClient::poll crash when connection set to null | |||
2019-11-23 | Fix HTTPClient::poll crash when connection set to null | Artem Burjachenko | |
2019-11-22 | Mono/C#: Prevent SCons from building API solutions in parallel | Ignacio Etcheverry | |
2019-11-22 | Merge pull request #33799 from fire/gltf2-scene | Rémi Verschelde | |
33714 glTF2 scene count change try two. | |||
2019-11-22 | 33714 glTF2 handle undefined load-time scene. | K. S. Ernest (iFire) Lee | |
2019-11-22 | i18n: Sync translation template with current source | Rémi Verschelde | |
2019-11-22 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2019-11-22 | Merge pull request #33798 from capnm/capnm-fix-33749 | Rémi Verschelde | |
Setting the node process priority should not trigger an error | |||
2019-11-22 | Merge pull request #33810 from akien-mga/codespell | Rémi Verschelde | |
Fix typos with codespell | |||
2019-11-22 | Style: Add missing copyright headers | Rémi Verschelde | |
2019-11-22 | Fix typos with codespell | Rémi Verschelde | |
Using codespell 1.16.0. Method: ``` $ cat > ../godot-word-whitelist.txt << EOF ang curvelinear dof doubleclick leapyear lod merchantibility nd numer ois ony que seeked synching te uint unselect webp EOF $ codespell -w -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po" $ git diff // undo unwanted changes ``` | |||
2019-11-21 | Merge pull request #33794 from nekomatata/gltf-morph-shapes-crash2 | Rémi Verschelde | |
Error instead of crash in gltf import with more than one morph target | |||
2019-11-21 | Merge pull request #33793 from fire/33756 | Rémi Verschelde | |
33756 gltf2 importer should use zfar | |||
2019-11-21 | Merge pull request #33792 from clayjohn/GLES3-cubemap-fix | Rémi Verschelde | |
Fix GL error by properly using float uniform | |||
2019-11-21 | Merge pull request #33777 from KoBeWi/conditional_fix | Rémi Verschelde | |
Unfold directories when showing in file system | |||
2019-11-21 | Merge pull request #33791 from neikeq/issue-33761 | Ignacio Roldán Etcheverry | |
C#: Fix PathWhich on Windows when name already has extension | |||
2019-11-21 | Setting the node process priority should not trigger an error | Martin Capitanio | |
Fixes #33749 This function can be called outside the scene tree. | |||
2019-11-21 | Error instead of crash in gltf import with more than one morph target | PouleyKetchoupp | |
Redone from PR #33782 to fix the crash without adding compatibility with Blender 2.8 Helps with #16124, while Blender 2.81 has the proper export fix. | |||
2019-11-21 | 33756 gltf2 importer should use zfar | K. S. Ernest (iFire) Lee | |
2019-11-21 | Fix GL error by properly using float uniform | clayjohn | |
2019-11-21 | Unfold directories when showing in file system | Tomasz Chabora | |
2019-11-21 | C#: Fix PathWhich on Windows when name already has extension | Ignacio Etcheverry | |
Also make the Posix version of PathWhich check if the file has executable access. | |||
2019-11-21 | Merge pull request #33783 from bruvzg/mac_remove_cvdisplaylink_hack | Rémi Verschelde | |
[macOS] Remove CVDisplayLink v-sync hack. | |||
2019-11-21 | Merge pull request #33312 from BenjaminNavarro/master | Rémi Verschelde | |
Better description of the binds parameter of connect | |||
2019-11-21 | [macOS] Remove CVDisplayLink v-sync hack. | bruvzg | |
2019-11-21 | Merge pull request #28526 from PtrMan/pr_bakeGi1 | Rémi Verschelde | |
GIProbe::bake(): special handling of spatial | |||
2019-11-21 | Better description of the binds parameter of connect | Benjamin Navarro | |
Now states how binds are handled if they are used together with parameters passed to emit_signal | |||
2019-11-21 | Merge pull request #32274 from raphael10241024/fix_sync_physics_jitter | Rémi Verschelde | |
fix kinematicBody2D jitters when sync_to_physics is turned on | |||
2019-11-21 | GIProbe::bake: Remove check for ownership | PtrMan | |
Fixes #28508. | |||
2019-11-21 | Merge pull request #33779 from clayjohn/bugfixes_from_env_map_fix | Rémi Verschelde | |
Fix bugs introduced by IBL fixes | |||
2019-11-20 | Fix bugs introduced by IBL fixes | clayjohn | |
2019-11-20 | Merge pull request #33583 from qarmin/fix_overflows_unitialized | Rémi Verschelde | |
Fix some overflows and unitialized variables | |||
2019-11-20 | Merge pull request #33759 from bruvzg/arkit_dyn_load | Rémi Verschelde | |
[iOS] Link and load ARKit framework dynamically. | |||
2019-11-20 | Merge pull request #33734 from merumelu/editor-vcs-init | Rémi Verschelde | |
Editor: fix typo in VCS plugin method names | |||
2019-11-20 | Merge pull request #33769 from fire/33714 | Rémi Verschelde | |
33714 Crash fixes for GLTF2 and FBX | |||
2019-11-20 | 33714 Check if the image is null before use. | K. S. Ernest (iFire) Lee | |
2019-11-20 | 33714 If the gltf2 asset has no scene, it is corrupt. | K. S. Ernest (iFire) Lee | |
2019-11-20 | Fix some overflows and unitialized variables | Rafał Mikrut | |
2019-11-20 | Merge pull request #33763 from neikeq/issue-33725 | Rémi Verschelde | |
Fix C# export error dialog showing up when it should not | |||
2019-11-20 | Fix C# export error dialog showing up when it should not | Ignacio Etcheverry | |
2019-11-20 | Merge pull request #33750 from lupoDharkael/gradient | Rémi Verschelde | |
GradientEdit: Fix index crashes | |||
2019-11-20 | Merge pull request #33737 from KoBeWi/they_came_from_canvas | Rémi Verschelde | |
Cancel drag when selection changes | |||
2019-11-20 | [iOS] Link and load ARKit framework dynamically. | bruvzg | |
2019-11-20 | Merge pull request #33757 from akien-mga/pcre2-optional-jit | Rémi Verschelde | |
pcre2: Use scons option to disable JIT on some platforms | |||
2019-11-20 | Merge pull request #33754 from stoofin/stoofin-patch-1 | Rémi Verschelde | |
Fixed bug caused by a copy/paste error in Face3::get_closest_point_to | |||
2019-11-20 | pcre2: Use scons option to disable JIT on some platforms | Rémi Verschelde | |
Third-party platforms (e.g. console ports) need to be able to disable JIT support in the regex module too, so it can't be hardcoded in the module SCsub. This is cleaner this way anyway. Fixes #19316. | |||
2019-11-20 | Merge pull request #33668 from clayjohn/Fix_environment_mapping_issues | Rémi Verschelde | |
Fix issues with environment mapping | |||
2019-11-19 | Fix issues with environment mapping | clayjohn | |
2019-11-19 | Fixed bug caused by a copy/paste error in Face3::get_closest_point_to | stoofin | |
s * edge0 = -d / a * edge0 = -edge0⋅v0 / (edge0⋅edge0) * edge0 = vector projection of -v0 onto edge0 By incorrectly using -e/c instead of -d/a, Face3::get_closest_point_to was returning the wrong point in certain cases. Specifically, I noticed it returning vertex[0] when it should have been returning vertex[1]. |