summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2019-10-01Merge pull request #32442 from Chaosus/vs_textures_dropRémi Verschelde
Drag&drop textures from filesystem to visual shader
2019-10-01Added drag&drop possibility for textures from filesystem to visual shaderChaosus
2019-09-30Minor visual adjustment in drag preview of the scene and file tree editorsMichael Alexsander Silva Dias
2019-09-30Merge pull request #32434 from willnationsdev/script-class-no-pluginsRémi Verschelde
Fix plugin script classes defined even if inactive.
2019-09-30Merge pull request #32431 from lupoDharkael/checksRémi Verschelde
Add checks after ResourceLoader::load()
2019-09-30Fix plugin script classes defined even if inactive.willnationsdev
2019-09-29Merge pull request #32412 from bojidar-bg/27222-make-scene-root-destructiveRémi Verschelde
Fix "Make Scene Root" deleting previous root whenever focusing another scene
2019-09-29Merge pull request #32402 from YeldhamDev/fix_vs_add_functionRémi Verschelde
Fix VS editor's "Create Function" dialog
2019-09-29Add checks after ResourceLoader::load()lupoDharkael
2019-09-29Merge pull request #32410 from bojidar-bg/5739-highlight-singletonsRémi Verschelde
Highlight singletons and class_names in GDScript
2019-09-28Fix VS editor's "Create Function" dialogMichael Alexsander Silva Dias
2019-09-28Fix "Make Scene Root" deleting previous root whenever focusing another sceneBojidar Marinov
Hopefully fixes #24484 and fixes #27222.
2019-09-28Highlight singletons and class_names in GDScriptBojidar Marinov
Also, implement a small QoL change for auto-typed variables. Closes #5739
2019-09-28Fix crash in ~EditorSpatialGizmoPlugin when generating documentation dataBojidar Marinov
2019-09-28Merge pull request #32407 from homer666/animation-import-storage-fixRémi Verschelde
Restore import animation "storage" checkbox behaviour
2019-09-28Restore import animation storage checkbox behaviorhomer666
2019-09-27Fix crash when moving an action into itself in the Input Map editorMichael Alexsander Silva Dias
2019-09-27Merge pull request #32379 from Calinou/colorpicker-add-overbright-indicatorRémi Verschelde
Draw an indicator to denote overbright colors in ColorPicker
2019-09-27Merge pull request #31971 from ↵Rémi Verschelde
aole/placeholder-confirmation-dialog-for-editable-children Placeholder confirmation dialog for editable children
2019-09-27Placeholder dialog for editable childrenBhupendra Aole
Fire placeholder confirmation dialog box when editable children option is already checked. Fixes #28863
2019-09-27Draw an indicator to denote overbright colors in ColorPickerHugo Locurcio
This makes it faster to distinguish overbright colors from "standard" colors.
2019-09-27Merge pull request #32381 from YeldhamDev/script_dialog_cleanupRémi Verschelde
Cleanup the "Attach Node Script" dialog
2019-09-27Cleanup the "Attach Node Script" dialogMichael Alexsander Silva Dias
2019-09-26Create new folder from save dialog now update filesystem dock.dankan1890
Fix #32167.
2019-09-26i18n: Sync translation template with current sourceRémi Verschelde
2019-09-26i18n: Sync translations with WeblateRémi Verschelde
2019-09-26Merge pull request #32360 from dankan1890/tilemap_iconsRémi Verschelde
Changed the appearance of the rotation icons in the Tilemap.
2019-09-26Changed the appearance of the rotation icons in the Tilemap.dankan1890
Make them more intuitive.
2019-09-26Merge pull request #31969 from NNesh/fix/open-proj-data-folderRémi Verschelde
Fixed unable to open project data folder
2019-09-26Merge pull request #32050 from codecustard/fix_remotetree_not_showing_typeRémi Verschelde
Fix remote-tree not displaying the node type
2019-09-26Merge pull request #32009 from Xrayez/fs-editor-iconsRémi Verschelde
Display editor icons for filesystem dock popup menu options
2019-09-26Merge pull request #32017 from Calinou/editor-spin-slider-improve-ctrl-snappingRémi Verschelde
Improve Ctrl snapping in EditorSpinSlider
2019-09-26Fixed unable to open project data folderRuslan Mullayanov
Removed `default` case to prevent hiding such errors in the future. Fixes #31939.
2019-09-26Fix remote-tree not displaying the node typeEmmanuel Barroga
Fixes the remote-tree not displaying the node's type like the local-tree does.
2019-09-26Merge pull request #32337 from CorattiS86/fixing_#32262Rémi Verschelde
Fixed Show in file system should clear current search
2019-09-26Merge pull request #32343 from jeffres/masterRémi Verschelde
Fix import hints being ignored by glTF importer
2019-09-25Format arguments in connections dialog in GDScript styleMichael Alexsander Silva Dias
2019-09-25Merge pull request #32325 from SaracenOne/add_mesh_bindings_fixRémi Verschelde
SpatialEditorGizmo add_mesh bindings fix
2019-09-25Merge pull request #32350 from nekomatata/fix-bezier-curve-deselection-errorRémi Verschelde
Fixed missing argument for clear_selection signal in Bezier Curve editor
2019-09-25Merge pull request #32345 from nekomatata/fix-curve-delete-point-errorRémi Verschelde
Reset hovered point in Curve when deleted to avoid errors on draw
2019-09-25Fixed missing argument for clear_selection signal in Bezier Curve editorPouleyKetchoupp
Also removed unused clear_selection signal in Animation Track editor (never emitted) Fixes #32348
2019-09-25Reset hovered point in Curve when deleted to avoid errors on drawPouleyKetchoupp
Fixes #32344
2019-09-25Merge pull request #32341 from KoBeWi/be_goneRémi Verschelde
Clean snapping lines after resize
2019-09-25Merge pull request #32340 from YeldhamDev/minitab_icon_substitutionRémi Verschelde
Replace "GuiMiniTabMenu" with "GuiTabMenu" and tweak it
2019-09-25Replace "GuiMiniTabMenu" with "GuiTabMenu" and tweak itMichael Alexsander Silva Dias
2019-09-25Fix import hints being ignored by glTF importergladmin
This fixes a regression introduced in commit 72d2468 due to hyphens being removed from nodes names.
2019-09-25Clean snapping lines after resizeTomasz Chabora
2019-09-25Fixed Show in file system should clear current searchStefano Coratti
2019-09-25Merge pull request #32333 from akien-mga/debugger-error-condRémi Verschelde
Show C++ error condition in script editor debugger
2019-09-25Merge pull request #32119 from Calinou/unify-axis-colorsRémi Verschelde
Use the same axis colors consistently in the 2D and 3D editors