summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-06-10Merge pull request #39409 from akien-mga/astar-get_closest_point-deterministicRémi Verschelde
AStar: Make get_closest_point() deterministic for equidistant points
2020-06-10Merge pull request #39413 from akien-mga/doc-file-store-signed-intsRémi Verschelde
doc: Make File store/get integer methods clearer
2020-06-10Merge pull request #39423 from Phischermen/fix-new-text-file-crashRémi Verschelde
Fix crash when creating new text file with no name
2020-06-10Merge pull request #39424 from YeldhamDev/scene_root_selectRémi Verschelde
Fix scene tree showing up when the root selection is present
2020-06-10Merge pull request #39429 from Calinou/doc-dictionary-hash-orderRémi Verschelde
Mention ordering caveats for `Dictionary.hash()`
2020-06-10Mention ordering caveats for `Dictionary.hash()`Hugo Locurcio
See https://github.com/godotengine/godot/issues/27615.
2020-06-09Fix scene tree showing up when the root selection is presentMichael Alexsander
2020-06-09doc: Make File store/get integer methods clearerRémi Verschelde
Add an example on how to store signed integers on less than 64 bits, using one bit for the signedness.
2020-06-09Fix crash when creating new text file with no namePhischermen
2020-06-09Merge pull request #39372 from aaronfranke/editor-cam-rotRémi Verschelde
Change the default editor camera rotation to position it in +X +Y +Z
2020-06-09Merge pull request #39391 from YeldhamDev/filediag_file_iconRémi Verschelde
Add generic file icon and its modulation to the 'FileDialog'
2020-06-09Merge pull request #39394 from akien-mga/objectdb-cleanup-hintsRémi Verschelde
Core: Add hints to run with --verbose when leaking nodes/resources at exit
2020-06-09Merge pull request #39399 from madmiraal/fix-39374Rémi Verschelde
Test collision mask before creating constraint pair in Godot physics broadphase 2D and 3D.
2020-06-09Merge pull request #39411 from madmiraal/update-rigidbody-sleep-docsRémi Verschelde
Update Rigidbody 2D and 3D sleep documentation.
2020-06-09Update Rigidbody 2D and 3D sleep documentation.Marcel Admiraal
2020-06-09Merge pull request #39407 from Calinou/tweak-invalid-export-preset-messageRémi Verschelde
Tweak the invalid preset error message to mention `export_presets.cfg`
2020-06-09AStar: Make get_closest_point() deterministic for equidistant pointsRémi Verschelde
Closes godotengine/godot-docs#3667. Supersedes #39405.
2020-06-09Tweak the invalid preset error message to mention `export_presets.cfg`Hugo Locurcio
2020-06-08Test collision mask before creating constraint pair in Godot physics ↵Marcel Admiraal
broadphase 2D and 3D.
2020-06-08Core: Add hints to run with --verbose when leaking nodes/resources at exitRémi Verschelde
2020-06-08Add generic file icon and its modulation to the 'FileDialog'Michael Alexsander
2020-06-08Merge pull request #39389 from akien-mga/packedscene-root-aint-got-parentsRémi Verschelde
PackedScene: Prevent crash when root node has `parent` attribute
2020-06-08Merge pull request #39385 from akien-mga/lsp-crash-notify_clientRémi Verschelde
GDScript LSP: Fix crash in notify_client
2020-06-08Merge pull request #39370 from Anutrix/remove-usused-assimp-varRémi Verschelde
Removed variables in EditorSceneImporterAssimp::import_scene that became unused.
2020-06-08Merge pull request #39152 from abustin/fbx_mesh_compression_fix_masterRémi Verschelde
Respect 'mesh compression' editor import option in Assimp and glTF importers [master]
2020-06-08Merge pull request #39386 from akien-mga/variantparser-crash-bad-vectorsRémi Verschelde
VariantParser: Fix crash on malformed vectors
2020-06-08PackedScene: Prevent crash when root node has `parent` attributeRémi Verschelde
The crash happens further down when setting an invalid owner in `Node::_set_owner_nocheck` but I couldn't figure out how to fix it. But here the proper fix is to catch the invalid scene file early on and fail loading it. Part of #17372.
2020-06-08VariantParser: Fix crash on malformed vectorsRémi Verschelde
Each time `r_err_str` is set, we should return a parse error. Removed redundant `return OK;` which were already handled after the big `if`/`else if`/`else` for `TK_IDENTIFIER`. Part of #17372.
2020-06-08GDScript LSP: Fix crash in notify_clientRémi Verschelde
`latest_client_id` now defaults to `-1` (invalid ID) instead of `0`. Also fix typo in notification `gdscrip_client/changeWorkspace`, and fix argument names in method binds. Fixes #39375.
2020-06-08Merge pull request #39329 from KoBeWi/capture_the_animRémi Verschelde
Restore capture caches when missing
2020-06-08Removed variables and #include in EditorSceneImporterAssimp::import_scene ↵unknown
that became unused after the recent commit ec1bf96(#39363).
2020-06-08Merge pull request #39365 from Calinou/editor-gizmos-visibility-tooltipRémi Verschelde
Add an editor tooltip to document gizmo visibility options
2020-06-08Merge pull request #39378 from mbrlabs/basis-fix-masterRémi Verschelde
Re-apply basis of newly added node (via drag-n-drop) in editor viewport
2020-06-07Re-apply basis of newly added node (via drag-n-drop) in editor viewportMarcus Brummer
2020-06-07Change the default editor camera rotation to position it in +X +Y +ZAaron Franke
2020-06-07Add an editor tooltip to document gizmo visibility optionsHugo Locurcio
See discussion in https://github.com/godotengine/godot-proposals/issues/716.
2020-06-07Merge pull request #39200 from azagaya/fix-blend-2Rémi Verschelde
Fixing wrong blending rect methods
2020-06-07Merge pull request #39363 from MCrafterzz/fix38745Rémi Verschelde
Fix 38745: Importing FBX of a non-Unicode encoded path causes Assimp throws error
2020-06-07Fix fbx import assimp errorMarcus Elg
2020-06-06Merge pull request #33858 from Calinou/inspector-layers-add-hoverRémi Verschelde
Add visual feedback when hovering layer checkboxes in the Inspector
2020-06-06Merge pull request #39346 from akien-mga/oidn-fix-vs-2017Rémi Verschelde
oidn: Fix build for VS 2017
2020-06-06Merge pull request #39342 from akien-mga/denoise-64bit-desktop-onlyRémi Verschelde
denoise: Restrict build to 64-bit desktop platforms
2020-06-06oidn: Fix build for VS 2017Rémi Verschelde
Backporting this upstream patch: https://github.com/OpenImageDenoise/mkl-dnn/commit/1e42e6db81e1a5270ecc0191c5385ce7e7d978e9 Fixes #39186.
2020-06-06denoise: Restrict build to 64-bit desktop platformsRémi Verschelde
One of OIDN's dependencies only supports x86_64 and aarch64. For now we also exclude potential future Android tools builds, but this could be re-evaluated in the future. Fixes #38759.
2020-06-06Merge pull request #39341 from JFonS/minor_shader_parsing_fixRémi Verschelde
Minor fix on GLSL shader parser
2020-06-06Merge pull request #39340 from JFonS/upgrade_oidnRémi Verschelde
Upgrade OpenImageDenoise to v1.1.0
2020-06-06Minor fix on GLSL shader parserjfons
2020-06-06Upgrade OpenImageDenoise to v1.1.0jfons
Upgrade OIDN to 1.1.0, the latest stable version that doesn't need the ISPC compiler. Documented the changes made during the removal of TBB and added a patch file for them.
2020-06-06Merge pull request #39338 from Faless/crypto/instantiate_fixRémi Verschelde
Crypto virtual methods, fix editor crash when mbedtls is disabled
2020-06-06Crypto as a custom instance class.Fabio Alessandrelli