summaryrefslogtreecommitdiff
path: root/editor/plugins
AgeCommit message (Collapse)Author
2018-12-13Revert "Use more subtle indentation guides in the script editor"Rémi Verschelde
2018-12-13i18n: Sync translation template with current sourceRémi Verschelde
Also French translation update and misc fixes to source strings.
2018-12-12Merge pull request #24109 from remorse107/godotengine-path2d-editor-fixRémi Verschelde
Fixed Path2D Plugin Editor so segments can be split.
2018-12-12Merge pull request #24241 from Rubonnek/move-to-initializer-listRémi Verschelde
Moved member variables to initializer list
2018-12-11Moved member variables to initializer listWilson E. Alvarez
2018-12-11Fix "index -1 out of range" error spam when the Editor is using ↵Mariano Suligoy
translations. Fixes #24277
2018-12-10Properly reselect duplicated visual shader nodesAndrii Doroshenko (Xrayez)
This makes it much easier to drag duplicated nodes away from original ones.
2018-12-09Merge pull request #20609 from YeldhamDev/menu_hover_explicitRémi Verschelde
Make opening menus with the same parent on mouse focus explicit
2018-12-09Merge pull request #20725 from Calinou/textedit-subtle-indent-guidesRémi Verschelde
Use more subtle indentation guides in the script editor
2018-12-09Merge pull request #24236 from Xrayez/fix-20212Rémi Verschelde
Fix duplicating visual shader nodes
2018-12-09Fix duplicating visual shader nodesAndrii Doroshenko (Xrayez)
2018-12-08Minor changes to the File menu in the Script EditorMichael Alexsander Silva Dias
2018-12-07Add Z-Index for AutotileGuilherme Felipe
2018-12-07Fixed an issue with the Path2D plugin editor not supporting the capability ↵Robert Morse
to split curves as its toolbar buttons originally advertised.
2018-12-07Merge pull request #23327 from YeldhamDev/search_shadersRémi Verschelde
Added "shader" filter to "Find in Files"
2018-12-07Hide "Script" section in the "TilesetEditorContext"Michael Alexsander Silva Dias
2018-12-06Merge pull request #23977 from YeldhamDev/editor_plugins_improvementsRémi Verschelde
General enhancements to the Polygon2D, TextureRegion, and TileSet editors
2018-12-06Fixes editor crashing when editing autotiles issue #24004David Kennedy
2018-12-06General enhancements to the Polygon2D, TextureRegion, and TileSet editorsMichael Alexsander Silva Dias
2018-12-05Merge pull request #24165 from YeldhamDev/light_occluder_reuse_polygonRémi Verschelde
Make LightOccluder2D Editor use the AbstractPolygon Editor instead of its own
2018-12-04Make LightOccluder2D Editor use the AbstractPolygon Editor instead of its ownMichael Alexsander Silva Dias
2018-12-04Add tooltips to GraphEdit nodeMichael Alexsander Silva Dias
2018-12-02Use filename as fallback instead of the class name for mesh instance loaded ↵asheraryam
by dragging from file to editor.
2018-12-02Merge pull request #24117 from Paulb23/txt_file_last_modified_timeRémi Verschelde
Fix text files constantly asking for reload as no last modified time
2018-12-02Fix text files constantly asking for reload as no last modified timePaulb23
2018-11-30Fix ItemList editor not hiding on node removalMichael Alexsander Silva Dias
2018-11-28Fix many errors found by PVS-StudioAaron Franke
Fix errors 2, 3, 4, 6, 8, 9, 11, 12, 13, 14, and 15.
2018-11-22Properly show 2D bone previews in 2D skeleton UV editor, fixes #20950Juan Linietsky
2018-11-22Merge pull request #23680 from YeldhamDev/unified_help_search_revivedRémi Verschelde
Unified Class and Reference Search 2: Resurrection
2018-11-22Merge pull request #23875 from Chaosus/error_btnRémi Verschelde
Allows user to click on error line in status bar to jump into error.
2018-11-22Allows user to click on error line to jump into error.Chaosus
2018-11-21Add Discrete and Carry blend modes for BlendSpace2D, allows to fix #20135Juan Linietsky
2018-11-20Unify editor class and reference searchRay Koopa
Co-authored-by: Michael Alexsander Silva Dias <michaelalexsander@protonmail.com>
2018-11-20Make opening menus with the same parent on mouse focus explicitMichael Alexsander Silva Dias
2018-11-20Merge pull request #23813 from JFonS/change_gizmo_defaultRémi Verschelde
Change default gizmo visibility and icons
2018-11-18Change default gizmo visibility and iconsJFonS
2018-11-17Merge pull request #23748 from groud/fix_drag_and_drop_canvas_itemsRémi Verschelde
Fixes drag and drog of image files on scaled nodes
2018-11-17EditorSettings: Rename invert_y-axis to invert_y_axis for consistencyRémi Verschelde
No other option uses a dash in its identifier.
2018-11-16Fixes drag and drog of image files on scaled nodesgroud
2018-11-13It is now possible to cancel on 2D polygon editor. RMB (previously close) ↵Juan Linietsky
and ESC will cancel polygon. Closes #15474
2018-11-11Fixed various uninitialised member variables in editor plugins.Ibrahn Sahir
2018-11-11Many fixes to script editor remote debugger, closes #13346Juan Linietsky
2018-11-10Merge pull request #23638 from DualMatrix/tileset_spamRémi Verschelde
Fixed error spam when deleting cell in tileset
2018-11-10Fixed error spam when deleting cell in tilesetDualMatrix
Fixes #23556 and should fix #21549
2018-11-10Make TextureRegion grid settings occupy less space, closes #12679Juan Linietsky
2018-11-09Merge pull request #23578 from Liangdi/masterRémi Verschelde
fix tile set editor crash when drawing polygon shapes
2018-11-09Merge pull request #23059 from groud/change_ci_selectionRémi Verschelde
Allow the Container children selection but don't allow them to move
2018-11-08Proper time tracking in AnimationNodeAnimation, closes #22887Juan Linietsky
2018-11-08fix tile set editor crash when drawing polygon shapesLiangdi
2018-11-07Fixes icons in itemlist not workinggroud