summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-03-04Merge pull request #36774 from ↵Rémi Verschelde
giarve/fix-double-click-change-folder-editor-file-dialog Double click on a folder didn't open it (editor)
2020-03-04Merge pull request #36777 from kuruk-mm/os_getsystemdirRémi Verschelde
os: execute parse the command output from utf8
2020-03-03os: execute parse the command output from utf8Mateo Dev .59
2020-03-03Double click on a folder didn't open it (editor)Gil Arasa Verge
Same behavior as #36684. Removed by mistake in #36426. Fixes #36757.
2020-03-03Merge pull request #36557 from Schroedi/fix_html_touchFabio Alessandrelli
Fixes touch events for HTML
2020-03-03Merge pull request #36758 from akien-mga/signals-fix-default-valuesRémi Verschelde
Signals: Fix some regressions from #36426
2020-03-03Signals: Fix some regressions from #36426Rémi Verschelde
- Fix `callable_mp` bindings to methods which used to have default arguments passed to `bind_method`. We now have to re-specify them manually when connecting. - Re-add `GroupsEditor::update_tree` binding. - Misc code quality changes along the way.
2020-03-03Merge pull request #36689 from eevee/patch-1Rémi Verschelde
Fix inverted use of Camera2D.offset_v
2020-03-03Merge pull request #36742 from bruce965/loop-ogg-audioRémi Verschelde
Fix OGG audio loops
2020-03-02Fix OGG audio loopsFabio Iotti
2020-03-02Merge pull request #36730 from raulsntos/print-null-checkRémi Verschelde
Fix missing null check in Mono Binding of GD.print
2020-03-02Merge pull request #36691 from clayjohn/VULKAN-cubemap-roughnessRémi Verschelde
Improve cubemap importance sampling
2020-03-02Merge pull request #36731 from m4gr3d/fix_android_templates_install_detectionRémi Verschelde
Fix android template install validation.
2020-03-02Fix android template install validation.fhuya
2020-03-02Fix missing null check in Mono Binding of GD.printRaul Santos
2020-03-01Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodesRémi Verschelde
Fix non-latin layout scancodes on Linux, adds access to physical scancodes.
2020-03-01Merge pull request #36621 from ↵Rémi Verschelde
WizardOhio24/fix-wrong-selection-on-line-clone-down Fix wrong selection on cloning a line down in the editor
2020-03-01Merge pull request #36404 from rxlecky/fix-variant-conversionRémi Verschelde
Fix Variant to Vector<Variant> conversion operator
2020-03-01Merge pull request #36696 from Chaosus/fix_echoRémi Verschelde
Fix InputEventKey::echo property type from INT to BOOL
2020-03-01Merge pull request #36698 from clayjohn/VULKAN-free-ref-probesRémi Verschelde
Properly free reflection probe atlas
2020-03-01Merge pull request #36695 from clayjohn/ETC-mipmaps-4Rémi Verschelde
Force mipmaps off when importing RGBA4444 textures
2020-02-29Properly free reflection probe atlasclayjohn
2020-03-01Fix InputEventKey::echo type from INT to BOOLYuri Roubinsky
2020-02-29Force mipmaps off when importing RGBA4444 texturesclayjohn
2020-02-29Improve cubemap importance samplingclayjohn
2020-02-29Fix inverted use of Camera2D.offset_vEevee
The code above for horizontal movement uses the right margin (_positive_ x direction) when the offset is negative, but vertical movement uses the top margin (_negative_ y direction) when the offset is negative. The resulting problem is easily seen in the editor — set the drag margins to be asymmetrical, turn on drawing the drag margins, and slide the offsets from -1 to 1 and back. The horizontal offset moves the camera's center between the left and right margins, but the vertical offset gets them backwards and will move the camera outside the margins entirely.
2020-02-29Merge pull request #36684 from giarve/fix-double-click-change-folder-file-dialogRémi Verschelde
Double click on a folder didn't open it
2020-02-29Merge pull request #36679 from clayjohn/VULKAN-mem-leakRémi Verschelde
Remove minimum size for shadow atlas
2020-02-29doc: Fix wrong reference after last updateRémi Verschelde
2020-02-29Double click on a folder didn't open itGil Arasa Verge
There is a deferred call to _update_file_list inside _tree_item_activated but it was not bound.
2020-02-29Remove minimum size for shadow atlasclayjohn
2020-02-29Fix wrong selection on cloning a line down in the editorRichard Menzies
2020-02-29doc: Sync classref with current sourceRémi Verschelde
2020-02-29Merge pull request #36667 from simpuid/paste-params-undo-featureRémi Verschelde
Implement undo-redo feature for Parameter Paste in the Inspector
2020-02-29Merge pull request #36673 from timothyqiu/crash-fixRémi Verschelde
Fixes a crash on startup
2020-02-29Implement undo-redo feature for Parameter Paste in the Inspectorsimpuid
EditorData::undo_redo.add_do_property and EditorData::undo_redo.add_undo_property is used in EditorData::paste_object_params to implement this feature. It's action name is set to "Paste Params" Changes made * Removed the call for clearing the history on paste params case. * Instead of directly setting the properties value, EditorData::undo_redo is used.
2020-02-29Merge pull request #36406 from nathanwfranke/revert-fix-signal-errorsRémi Verschelde
Partial revert "Fix two signal errors"
2020-02-29Merge pull request #36422 from madmiraal/fix-csgRémi Verschelde
Fix multiple issues with CSG module.
2020-02-29Adds null check of pMessageIdNameHaoyu Qiu
2020-02-29Merge pull request #36668 from Chaosus/shader_fix_rangeYuri Roubinsky
Fix shader's step hint range for integers
2020-02-29Fix shader's step hint range for integersYuri Roubinsky
2020-02-28Merge pull request #36648 from clayjohn/VULKAN-env-filterRémi Verschelde
Reduce descriptor sets in cubemap filter
2020-02-28Merge pull request #36653 from YeldhamDev/icons_for_the_icon_godRémi Verschelde
Add more missing icons (and adjust a few)
2020-02-28Merge pull request #36658 from reduz/fix-resource-loader-textRémi Verschelde
Properly handle EOF when parsing text resource
2020-02-28Properly handle EOF when parsing text resourceJuan Linietsky
Fixes #36652
2020-02-28Add more missing icons (and adjust a few)Michael Alexsander
2020-02-28Reduce descripter sets in cubemap filterclayjohn
2020-02-28Merge pull request #36640 from reduz/resource-loader-refactorRémi Verschelde
Removed ResourceInteractiveLoader, add built-in threaded loading.
2020-02-28Merge pull request #36426 from akien-mga/calling-all-stationsRémi Verschelde
Signals: Port connect calls to use callable_mp
2020-02-28Removed interactive loader, added proper thread loading.Juan Linietsky