summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-08-17Fix 3D character snap on moving platformsPouleyKetchoupp
Applying the platform velocity when leaving the platform floor should be done after snapping to keep things consistent, like it's done in 2D.
2021-08-17Merge pull request #51793 from KoBeWi/direnamRémi Verschelde
Fix renaming directories
2021-08-17Merge pull request #51790 from Chaosus/fix_particle_uniformsYuri Roubinsky
Fix incorrect double types passing to particles shader pipeline
2021-08-17Fix renaming directorieskobewi
2021-08-17Merge pull request #51758 from ThreeRhinosInAnElephantCostume/fix51725Rémi Verschelde
Fixed node not renaming when clicking elsewhere on the scene tree
2021-08-17Merge pull request #51761 from RevoluPowered/fix-undefined-behaviour-editor-gridRémi Verschelde
Fix editor grid perspective undefined behaviour
2021-08-17Merge pull request #51755 from jmb462/fix-carret-not-following-debuggerRémi Verschelde
Fix caret not following while debugging (Fix #51754)
2021-08-17Merge pull request #51762 from nekomatata/fix-crash-gdscript-cacheRémi Verschelde
Fix crash when failing to load script from cache
2021-08-17Merge pull request #50360 from m4gr3d/address_external_dir_access_masterRémi Verschelde
Add support for Android scoped storage
2021-08-17Merge pull request #51651 from pycbouh/editor-merge-custom-themeRémi Verschelde
Add support for partial custom editor themes
2021-08-17Merge pull request #51647 from pycbouh/editor-dont-use-invalid-styleboxesRémi Verschelde
Make sure stylebox is valid in `EditorSpinSlider` before using it
2021-08-17Merge pull request #51747 from ModProg/android-right-click-masterRémi Verschelde
[master] [android] Fixed wrong button mask for right click
2021-08-17Fix incorrect uniform buffer size for particlesYuri Roubinsky
2021-08-17Merge pull request #51742 from fabriceci/jitter-fix-and-cleaningRémi Verschelde
Correct jitter in move and slide 2D
2021-08-17Merge pull request #51760 from requizm/fix/deleteallselectionRémi Verschelde
Deletion occurs when all text is selected
2021-08-17Merge pull request #51781 from yjh0502/fix-window-notificationRémi Verschelde
Fix bug on window notification propagation
2021-08-17fixed the node not renaming when clicking elsewhere on the scene tree.developer
2021-08-16Add partial support for Android scoped storage.ne0fhyk
This is done by providing API access to app specific directories which don't have any limitations and allows us to bump the target sdk version to 30. In addition, we're also bumping the min sdk version to 19 as version 18 is no longer supported by Google Play Services and only account of 0.3% of Android devices.
2021-08-17fix bug on window notification propagationJihyun Yu
2021-08-17Fix editor grid perspective undefined behaviourGordon MacPherson
Initialise the enum value
2021-08-17We can delete all text on TextEditrequizm
While all text of TextEdit was selected, deletion with backspace did not occur. It can now be deleted.
2021-08-16Fix crash when failing to load script from cachePouleyKetchoupp
2021-08-16Fix carret not following while debugging (Fix #51754)jmb462
2021-08-16Merge pull request #51748 from LoipesMas/masterRémi Verschelde
Epsilon check for angular velocity in Body3DSW
2021-08-16Epsilon check for angular velocity in Body3DSWLoipesMas
2021-08-16Merge pull request #51635 from reduz/further-mobile-optimizationsJuan Linietsky
More optimizations on the mobile renderer.
2021-08-16[android] Fixed wrong button mask for right clickModProg
2021-08-16Merge pull request #51698 from Paulb23/text-editor-settingsRémi Verschelde
Reorganise text editor settings
2021-08-16Merge pull request #51733 from timothyqiu/resource-menu-itemRémi Verschelde
Disable "Edit Resource from Clipboard" when nothing in clipboard
2021-08-16Merge pull request #51739 from neikeq/fix-csharp-instance-bindingsRémi Verschelde
Fix C# native instance bindings after recent re-write
2021-08-16Merge pull request #51736 from JFonS/minor_fixes_n3epRémi Verschelde
Minor fixes to Node3DEditorPlugin
2021-08-16Reorganise text editor settingsPaulb23
2021-08-16Merge pull request #51116 from Calinou/macos-fix-xbox-bluetooth-controllersRémi Verschelde
Fix Xbox controllers in Bluetooth mode on macOS
2021-08-16Correct jitter and clean codefabriceci
2021-08-16Fix C# native instance bindings after recent re-writeIgnacio Roldán Etcheverry
This was needed after: 44691448911f1d29d4d79dbdd5553734761e57c4
2021-08-16Fix Xbox controllers in Bluetooth mode on macOSHugo Locurcio
This prevents the D-pad up arrow from being registered as pressed when it isn't, and pressing any direction from activating the next arrow clockwise of it. Co-authored-by: Scott Wadden <scott.wadden@gmail.com>
2021-08-16Merge pull request #51645 from fabriceci/improve-physics-apiRémi Verschelde
API improvement on the physics (CharacterBody and related classes)
2021-08-16Disable "Edit Resource from Clipboard" menu item when nothing in clipboardHaoyu Qiu
To be consistent with other menu items.
2021-08-16Merge pull request #50785 from jeffrey-cochran/softbody-areasRémi Verschelde
Updated softbody handling to allow for area/softbody collision detection and application of area gravity
2021-08-16Merge pull request #51731 from timothyqiu/menu-button-signalRémi Verschelde
Fix `MenuButton` not emitting `about_to_popup` signal
2021-08-16Merge pull request #51368 from ↵Rémi Verschelde
TwistedTwigleg/GSOC_2020_Working_Branch_IK_SQUASHED New and improved IK system for Skeleton3D - Squashed!
2021-08-16Fix MenuButton not emitting about_to_popup signalHaoyu Qiu
2021-08-16Merge pull request #51673 from Vignesh1-art/masterRémi Verschelde
Fixed crash executing TextEdit.new().set_draw_control_chars(true)
2021-08-16Merge pull request #51730 from Chaosus/vs_fix_particle_accelYuri Roubinsky
Fix incorrect inheritance of `VisualShaderNodeParticleAccelerator`
2021-08-16Fix incorrect inheritance of `VisualShaderNodeParticleAccelerator`Yuri Roubinsky
2021-08-16Merge pull request #51713 from ↵Rémi Verschelde
maiself/fix-input-methods-returning-zero-strength-master Fix input methods returning zero strength when pressed status not requested (master)
2021-08-16Merge pull request #50159 from Calinou/standardmaterial3d-add-shader-commentRémi Verschelde
Add a comment at the top of generated shaders
2021-08-16Minor fixes to Node3DEditorPluginjfons
* Change EditorNode3D::update_all_gizmos() to start at the edited scene root instead of the whole editor root. * Call update_all_gizmos() only once at start instead of evrey time a gizmo plugin is added. * Add missing null check.
2021-08-16Merge pull request #50181 from ↵Rémi Verschelde
Calinou/gpu-particles-improve-visibility-generation Improve visibility rect/AABB generation usability in GPUParticles
2021-08-16Merge pull request #51704 from Calinou/editor-icons-add-expressionRémi Verschelde
Add editor icons for VisualScript and VisualShader expression resources