summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-04-26Made default tooltips (non-custom ones) disappear on mouse enter.EricEzaM
Matches 3.X behaviour, but does not break custom tooltips where mouse interaction is needed.
2021-04-25Merge pull request #48174 from madmiraal/fix-csgmesh-undoRémi Verschelde
Fix `CSGMesh` undo not refreshing gizmo
2021-04-25Merge pull request #48170 from sboron/fix-aoRémi Verschelde
Fix triplanar mapping for AO on Godot 4
2021-04-25Fix CSGMesh undo not refreshing gizmoMarcel Admiraal
2021-04-25fix triplanar mapping for AOStefan Boronczyk
2021-04-24Merge pull request #48139 from vnen/gdscript-dict-keysRémi Verschelde
Fix mismatch between String and StringName in dictionary keys
2021-04-24Merge pull request #47891 from Razoric480/lsp-update-filesystemRémi Verschelde
Make LSP update the filesystem for changed scripts
2021-04-24Merge pull request #46952 from LightningAA/patch-1Rémi Verschelde
Remove current export template version from "Installed Versions"
2021-04-23Merge pull request #46593 from pycbouh/theme-editor-better-edit-uiRémi Verschelde
Refactor Edit Theme menu in Theme Editor
2021-04-23Merge pull request #48106 from Calinou/doc-project-settings-feature-tagsRémi Verschelde
Link to Feature tags more explicitly in ProjectSettings documentation
2021-04-23Merge pull request #48141 from ↵Rémi Verschelde
akien-mga/android-fileaccess-get_buffer-false-positive Android: Fix get_buffer false positive on empty dest buffer
2021-04-23Android: Fix get_buffer false positive on empty dest bufferRémi Verschelde
Follow-up to #46810, this was missed in #47079 when fixing the issue for other platforms. Fixes #48135.
2021-04-23GDScript: Make sure Lua-style dicts use StringName as keysGeorge Marques
2021-04-23GDScript: Fix resolution of dictionary keysGeorge Marques
There was a mixup between String and StringName keys. Now they're clearly separated. This also means you have to consider which type you're using for the dictionary keys and how you are accessing them.
2021-04-23Merge pull request #48129 from kleonc/args-masterRémi Verschelde
Docs: Minor argument names fix
2021-04-23Merge pull request #47485 from rafallus/fix/rigidbody-crashRémi Verschelde
Fix crash on RigidBody _direct_state_changed
2021-04-23Docs: Minor argument names fixkleonc
2021-04-23Merge pull request #48126 from ↵Rémi Verschelde
akien-mga/nodepath-remove-unimplemented-get_parent NodePath: Remove unimplemented `get_parent()` method
2021-04-23NodePath: Remove unimplemented `get_parent()` methodRémi Verschelde
Fixes #48100.
2021-04-23Merge pull request #48098 from KoBeWi/you_never_knowRémi Verschelde
Make randomize() use unix time instead of ticks
2021-04-23Merge pull request #43330 from KoBeWi/rngesusRémi Verschelde
Call randomize() automatically
2021-04-23Merge pull request #48028 from smix8/issue_47337_broken_navagent3d_callbackRémi Verschelde
2021-04-23Merge pull request #48030 from smix8/issue_47337_broken_navagent2d_callbackRémi Verschelde
2021-04-22Unexpose _direct_state_changed in PhysicsBodyrafallus
Removed _direct_state_changed bindings Affects 2D and 3D nodes Callbacks now use Callable Tests were changed accordingly
2021-04-23Merge pull request #48079 from sboron/fix-47643-remoteFabio Alessandrelli
Fix Closing Running Game, still shows remote and local tabs
2021-04-23fix stop debugger on closing gameStefan Boronczyk
2021-04-22Call randomize() automaticallyTomasz Chabora
2021-04-22Make randomize() use unix time tookobewi
2021-04-22Link to Feature tags more explicitly in ProjectSettings documentationHugo Locurcio
2021-04-22Merge pull request #48095 from akien-mga/safe_refcount-include-type_traitsRémi Verschelde
Add type_traits include for `std::is_trivially_destructible`
2021-04-22Merge pull request #48074 from akien-mga/fbx-fix-zlib-unbundlingRémi Verschelde
fbx: Fix include for zlib that broke unbundling
2021-04-22Merge pull request #48088 from bruvzg/icu_update_69_1Rémi Verschelde
ICU: Update to version 69.1, improve ICU data export process.
2021-04-22Add type_traits include for `std::is_trivially_destructible`Rémi Verschelde
2021-04-22ICU: Update to version 69.1, improve ICU data export process.bruvzg
2021-04-22Merge pull request #48081 from bruvzg/fix_api_gen_crashRémi Verschelde
Fix crash on GDNative API json generator exit.
2021-04-22Fix crash on GDNative API json generator exit.bruvzg
2021-04-22fbx: Fix include for zlib that broke unbundlingRémi Verschelde
It's possible to link against system zlib on Linux, so we should use system paths.
2021-04-21Merge pull request #48046 from BastiaanOlij/fix_reflection_probeRémi Verschelde
Fix reflection probe
2021-04-21Fix reflection probeBastiaan Olij
2021-04-21i18n: Sync translations with WeblateRémi Verschelde
(cherry picked from commit 305c364c13d551bb30beb79af2d0c3655861bacb)
2021-04-21Merge pull request #47772 from Calinou/doc-engine-editor-hintRémi Verschelde
Improve the `Engine.editor_hint` property documentation
2021-04-20Improve the `Engine.editor_hint` property documentationHugo Locurcio
2021-04-20Merge pull request #48053 from bruvzg/icu_no_exceptRémi Verschelde
Re-add "no-exceptions" for export templates builds with ICU.
2021-04-20Merge pull request #42770 from madmiraal/fix-26680Rémi Verschelde
Move collision layer and mask into CollisionObject.
2021-04-20Merge pull request #47552 from szymonm-google/validation_layers_androidRémi Verschelde
Validation layers on Android
2021-04-20[JS, Android] Re-add "no-exceptions" for export templates builds with ICU.bruvzg
2021-04-20Merge pull request #47879 from ↵Rémi Verschelde
SilverCreekEntertainment/add-uwp-export-project-notifier Fix EditorExportPlugin _export_begin and _export_end functions not being called when exporting UWP
2021-04-20Merge pull request #47896 from Calinou/videoplayer-stream-position-warningRémi Verschelde
Print a warning when trying to seek in VideoPlayer
2021-04-20Merge pull request #47983 from smix8/doc_animationnodetimeseekRémi Verschelde
Document AnimationNodeTimeSeek with clarified usage and code example
2021-04-20Merge pull request #47976 from RoniPerson/patch-4Rémi Verschelde
changed description of `merge_polygons`