summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-09-23Merge pull request #30497 from Calinou/editor-gizmos-change-notifyRémi Verschelde
Notify changes in properties that can be edited by 3D gizmos
2019-09-23Merge pull request #32029 from nekomatata/bezier-track-fixesRémi Verschelde
Fixes in AnimationTrackEditor around bezier curves
2019-09-23Merge pull request #32250 from lawnjelly/android-keyboard2Rémi Verschelde
Fix Android keyboard crash with left cursor
2019-09-23Fix Android keyboard crash with left cursorlawnjelly
Fixes #32168. Previously we were returning all key up and key down messages as unhandled to the OS. This was resulting in crashes on certain keypresses (left cursor), for undetermined reason. This PR defaults all key up and keydown messages to be returned as handled by Godot, except those explicitly coded as exceptions (currently volume keys only).
2019-09-23Merge pull request #32021 from Calinou/editor-audio-bus-snappingRémi Verschelde
Implement snapping in the audio bus editor
2019-09-23Merge pull request #32278 from Calinou/lsp-fix-double-assignmentRémi Verschelde
Fix `line` being assigned to twice in the GDScript language server
2019-09-23Merge pull request #32277 from Calinou/override-for-add-feature-tagsRémi Verschelde
Add some missing feature tags to the "Override For..." menu
2019-09-23Merge pull request #31975 from codecustard/fixes_subresource_showing_deselectionRémi Verschelde
Fixes Subresource Showing While Unselected
2019-09-23Merge pull request #32273 from Calinou/humanize-size-fix-i18nRémi Verschelde
Fix i18n in `String::humanize_size()`
2019-09-23Merge pull request #31751 from clayjohn/GLES3-Viewport-crash-canvasRémi Verschelde
Throw error when canvas background is used without sample buffer
2019-09-23Fix `line` being assigned to twice in the GDScript language serverHugo Locurcio
This closes #32090.
2019-09-23Merge pull request #31172 from creikey/add-array-slicingRémi Verschelde
Add array slice method
2019-09-23Add some missing feature tags to the "Override For..." menuHugo Locurcio
This closes https://github.com/godotengine/godot-docs/issues/2782.
2019-09-23Merge pull request #32275 from godotengine/skin_supportRémi Verschelde
Added skin support and simplified APIs to override bone position + glTF 2.0 import fixes
2019-09-23Merge pull request #32198 from starryalley/fix_audio_bufferRémi Verschelde
Fix VideostreamGDNative audio buffer handling
2019-09-23Merge pull request #32238 from Paulb23/reset_array_dict_crashRémi Verschelde
Fix crash when reverting an exported array / dict to NULL
2019-09-23Merge pull request #32232 from Paulb23/issue_32070_goto_doc_when_selectingRémi Verschelde
Fixed going to doc reference while selecting text
2019-09-23Merge pull request #32266 from Calinou/project-manager-autofocus-searchRémi Verschelde
Focus the project manager's search box automatically on startup
2019-09-23Merge pull request #32258 from Calinou/improve-debugger-shortcut-uxRémi Verschelde
Improve the debugger shortcut UX
2019-09-23Merge pull request #32213 from marstaik/skin_supportRémi Verschelde
GLTF2 Import Fixes - Skin(s) to Skeleton - Skin Support
2019-09-23Fix i18n in `String::humanize_size()`Hugo Locurcio
Calls to `RTR()` must be added to each string so the PO file generator can pick them up.
2019-09-23Merge pull request #32271 from losinggeneration/build_cvtt_with_system_squishRémi Verschelde
Allow building cvtt with system squish
2019-09-23Allow building cvtt with system squishHarley Laue
It looks like the SCsub for cvtt was copied from squish and it left the `if env['build_squish']:` line intact. This means that using `scons builtin_squish=no modules/cvtt` would fail and overal builds would also fail because they'd fail to find `ConvectionKernels.h`
2019-09-23Merge pull request #32054 from puthre/variant_ref_optimRémi Verschelde
Optimized variant reference function.
2019-09-23Fixes in AnimationTrackEditor around bezier curvesPouleyKetchoupp
- Undo add bezier track (#31695) - Undo insert keys for several properties - Insert keys for several properties using bezier curves (#31698) - Insert keys for 2d rotation using bezier curve (#28429) - Insert keys for existing bezier track (#31697) - Auto-insert keys for bezier track (#31696) - Number of tracks in insert keys confirmation message
2019-09-23Merge pull request #32074 from KoBeWi/ninja_reloadRémi Verschelde
Preserve folding when sub-scene is changed
2019-09-23Merge pull request #32055 from qarmin/some_code_fixesRémi Verschelde
Changed some code found by Clang Tidy and Coverity
2019-09-23Merge pull request #32048 from YeldhamDev/lineedit_right_icon_fixRémi Verschelde
Expose LineEdit's 'right_icon' and fix icon size
2019-09-23Merge pull request #32036 from Calinou/improve-soft-body-editor-iconRémi Verschelde
Improve the SoftBody node editor icon
2019-09-23Merge pull request #32043 from guilhermefelipecgs/fuzzy_help_searchRémi Verschelde
Adds fuzzy search for help search dialog
2019-09-23Merge pull request #32040 from Calinou/editor-help-shift-find-previousRémi Verschelde
Find the previous match in the editor help when pressing Shift + Enter
2019-09-23Merge pull request #32035 from YeldhamDev/new_iconsRémi Verschelde
Add some missing icons
2019-09-23Merge pull request #32032 from nekomatata/encrypted-file-get-pathRémi Verschelde
Implemented get_path() & get_path_absolute() for FileAccessEncrypted
2019-09-23Merge pull request #32027 from lupoDharkael/group-orderRémi Verschelde
Preserve group order in scene files
2019-09-23Merge pull request #32020 from Calinou/editor-audio-bus-display-tooltipRémi Verschelde
Display audio buses' current volume in a tooltip when hovering slider
2019-09-23Merge pull request #32011 from Calinou/editor-easing-property-dragRémi Verschelde
Make editor inspector easing lines use the accent color when dragged
2019-09-23Merge pull request #32010 from puthre/fix_undo_animation_bezierRémi Verschelde
Animation Bezier Editor : fix double inserts on undo
2019-09-23Merge pull request #32003 from codecustard/fix_optionbutton_not_selectingRémi Verschelde
Fixes OptionButton Not Updating Current Selection
2019-09-23Merge pull request #32000 from codecustard/Add_Reorder_frames_via_dragndropRémi Verschelde
Add ability to reorder animation frames via drag and drop
2019-09-23Merge pull request #32007 from nekomatata/sprite-frames-editor-deleteRémi Verschelde
SpriteFramesEditor improvements around deleting animations
2019-09-23Merge pull request #32049 from codecustard/fix_remoteview_navto_inspectedRémi Verschelde
Fix Remote Tree Navigate to Inspected
2019-09-23Merge pull request #31061 from Abstract-Everything/input-actions-reorder-uiRémi Verschelde
Input actions can be reordered by drag and drop.
2019-09-23Focus the project manager's search box automatically on startupHugo Locurcio
This allows the user to search projects as soon as the project manager opens, without having to click on the search field first.
2019-09-22GLTF: Fixed some issues with skin groups joining incorrectly and removed ↵Marios Staikopoulos
unused code - Skin groups now merge more cleanly together - Skins whose highest nodes are siblings of another skin now get merged also - Skin nodes who have children of another skin now also fuse together - Removed the re-rooting of IBM code, as it is no longer needed with the Skin system
2019-09-22Merge pull request #30852 from swarnimarun/vs_tools_scriptRémi Verschelde
Tool Mode for Visualscript
2019-09-22Merge pull request #29895 from ptrojahn/menukeyRémi Verschelde
Support menu key in TextEdit and LineEdit controls
2019-09-22Merge pull request #32248 from cagdasc/android-export-activity-start-fixRémi Verschelde
Fix Android Launcher Activity
2019-09-22Merge pull request #32247 from KoBeWi/the_new_orderRémi Verschelde
Perform reparent if position changes
2019-09-22Merge pull request #32235 from Calinou/improve-network-profiler-uiRémi Verschelde
Improve the network profiler UI
2019-09-22Merge pull request #32259 from NeoSpark314/fix_stereo_cubemap_gles2Rémi Verschelde
fix gles2 broken panorama sky on oculus quest