summaryrefslogtreecommitdiff
path: root/editor/plugins
AgeCommit message (Expand)Author
2020-11-25Merge pull request #43861 from JFonS/fix_gizmo_defvalRémi Verschelde
2020-11-25Fix binding of default value in EditorSpatialGizmoPlugin::get_material()jfons
2020-11-23Add is_valid() check for InputEventKey in CanvasItemEditor.Eric M
2020-11-23Implement new shortcuts system.Eric M
2020-11-19Merge pull request #43668 from GryphonClaw/masterRémi Verschelde
2020-11-19Update the 3D grid when the "View Grid" checkbox is changedAaron Franke
2020-11-18added shortcuts/hotkeys for tileset editor plugin collision buttons, with sug...GryphonClaw
2020-11-18Fixes rotation in select mode on macOSHaoyu Qiu
2020-11-16Remove empty lines around braces with the formatting scriptAaron Franke
2020-11-12Merge pull request #43408 from rcorre/path-gizmos-4.0Rémi Verschelde
2020-11-12Proposal 1246: Make Path3D handles more visible.Ryan Roden-Corrent
2020-11-09Improve the 3D editor selection box appearanceHugo Locurcio
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-11-06Refactored Variant Operators.reduz
2020-11-04Move call to update the 3D grid into check for updating the viewAaron Franke
2020-11-02Merge pull request #42979 from Mallos/fix/tilemap-floodfillRémi Verschelde
2020-10-29Merge pull request #43192 from YeldhamDev/poly2deditor_buttons_flatRémi Verschelde
2020-10-29Set previous tool buttons in the Polygon2D editor to be flat againMichael Alexsander
2020-10-29Fix "Move Points" button sometimes not showing up on UV mode in the Polygon2D...Michael Alexsander
2020-10-26Merge pull request #42995 from Ev1lbl0w/bugfix-zoom-visibilityRémi Verschelde
2020-10-26Fix visibility issue with zoom labelEv1lbl0w
2020-10-26Merge pull request #42229 from Calinou/2d-editor-improve-undo-log-messagesRémi Verschelde
2020-10-26Merge pull request #43075 from Xrayez/color-ramp-to-gradientRémi Verschelde
2020-10-26Merge pull request #43050 from Pleto/enhance_tileset_sortingRémi Verschelde
2020-10-26Enhancement for tileset sortingPleto
2020-10-25Gizmo handles transparent againDavid Sichma
2020-10-25Fixup `ColorRamp` to `Gradient` renamesAndrii Doroshenko (Xrayez)
2020-10-24Refactored 2D shader and lighting systemreduz
2020-10-24Merge pull request #35766 from YeldhamDev/poly2d_uv_editor_improvementsRémi Verschelde
2020-10-22fix(editor): Create new icon for TileMap RectangleEric Tuvesson
2020-10-21fix(editor): TileMap floodfill with same tile ID and different variationEric Tuvesson
2020-10-19Merge pull request #42904 from Xrayez/rects-rename-fixupRémi Verschelde
2020-10-19Merge pull request #38097 from Calinou/add-viewport-debandingJuan Linietsky
2020-10-19Improve undo log messages in the 2D editor for additional contextHugo Locurcio
2020-10-19Fixup `ColorRect` and `TextureRect` renamesAndrii Doroshenko (Xrayez)
2020-10-19Merge pull request #42558 from Chaosus/vs_curveRémi Verschelde
2020-10-18Added VisualShaderNodeCurve to easy gather data from a CurveTextureYuri Roubinsky
2020-10-17node_3d_editor_plugin.h: Update header guardYetizone
2020-10-15Changes 'always show grid' hotkey to prevent conflict with 'pan mode'Yuri Roubinsky
2020-10-15Fix visual shader node expression undo/redo for set_size and expressionYuri Roubinsky
2020-10-15Fix copy/paste/duplicate for particle mode in visual shadersYuri Roubinsky
2020-10-15Refactor delete nodes functions in visual shader editorYuri Roubinsky
2020-10-13Merge pull request #42489 from auderer/tilemapeditor-refocusRémi Verschelde
2020-10-10Merge pull request #42692 from Chaosus/vs_add_metallicYuri Roubinsky
2020-10-10Adds Metallic to spatial light input of visual shadersYuri Roubinsky
2020-10-10Merge pull request #42568 from DavidSichma/fix-aabb-updateRémi Verschelde
2020-10-09Implement GPU Particle Collisionsreduz
2020-10-09Adds pan gesture to StateMachine editorHaoyu Qiu
2020-10-05aabb change updates bounding boxDavid Sichma
2020-10-02Updated getters and setters names for toplevelDuroxxigar