summaryrefslogtreecommitdiffstats
path: root/editor/plugins
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #41095 from ThakeeNathees/GDScript-DocumentationRémi Verschelde2020-12-022-0/+77
|\
| * Refactor DocData into core and editor (DocTools) partsThakee Nathees2020-12-021-0/+64
| * Documentation generation for GDScriptThakee Nathees2020-11-292-0/+13
* | Merge pull request #39743 from aaronfranke/limit-zoomRémi Verschelde2020-12-021-43/+28
|\ \
| * | Limit the zoom and freelook speed based on camera settingsAaron Franke2020-12-011-43/+28
* | | Fixed some errors when changing port name in visual shader expressionsYuri Roubinsky2020-12-022-58/+59
|/ /
* | Fix few bugs in visual shader expressionsYuri Roubinsky2020-12-011-0/+11
* | Fixed crash in visual shader on changing input when preview is visible Yuri Roubinsky2020-12-011-3/+5
* | Merge pull request #42825 from Chaosus/fix_grid_hotkeyRémi Verschelde2020-11-301-1/+1
|\ \
| * | Changes 'always show grid' hotkey to prevent conflict with 'pan mode'Yuri Roubinsky2020-10-151-1/+1
* | | Fixed several visual shader inputsYuri Roubinsky2020-11-291-9/+14
| |/ |/|
* | Fixed invalid visual shader outputs (TRANSMISSION, ALPHA_SCISSOR)Yuri Roubinsky2020-11-281-2/+2
* | Merge pull request #42109 from EricEzaM/PR/input-and-shortcuts-reworkRémi Verschelde2020-11-2812-27/+97
|\ \
| * | Add is_valid() check for InputEventKey in CanvasItemEditor.Eric M2020-11-231-14/+16
| * | Implement new shortcuts system.Eric M2020-11-2312-13/+81
* | | Merge pull request #41100 from bruvzg/ctl_text_server_interfaceRémi Verschelde2020-11-2822-103/+1034
|\ \ \
| * | | [Complex Text Layouts] Refactor TextEdit and CodeEdit controls.bruvzg2020-11-261-1/+3
| * | | [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-2622-102/+1031
* | | | Added extra warning to VisualShaderNodeTexture + fix warning appearingYuri Roubinsky2020-11-261-3/+6
|/ / /
* | | Merge pull request #43861 from JFonS/fix_gizmo_defvalRémi Verschelde2020-11-251-1/+1
|\ \ \ | |/ / |/| |
| * | Fix binding of default value in EditorSpatialGizmoPlugin::get_material()jfons2020-11-251-1/+1
* | | Merge pull request #43668 from GryphonClaw/masterRémi Verschelde2020-11-191-0/+3
|\ \ \
| * | | added shortcuts/hotkeys for tileset editor plugin collision buttons, with sug...GryphonClaw2020-11-181-0/+3
* | | | Update the 3D grid when the "View Grid" checkbox is changedAaron Franke2020-11-191-0/+2
|/ / /
* | | Fixes rotation in select mode on macOSHaoyu Qiu2020-11-181-1/+1
* | | Remove empty lines around braces with the formatting scriptAaron Franke2020-11-1615-19/+0
* | | Merge pull request #43408 from rcorre/path-gizmos-4.0Rémi Verschelde2020-11-123-6/+8
|\ \ \
| * | | Proposal 1246: Make Path3D handles more visible.Ryan Roden-Corrent2020-11-123-6/+8
* | | | Improve the 3D editor selection box appearanceHugo Locurcio2020-11-092-16/+53
|/ / /
* | | Reorganized core/ directory, it was too fatty alreadyreduz2020-11-0717-20/+20
* | | Refactored Variant Operators.reduz2020-11-063-3/+4
* | | Move call to update the 3D grid into check for updating the viewAaron Franke2020-11-041-1/+1
* | | Merge pull request #42979 from Mallos/fix/tilemap-floodfillRémi Verschelde2020-11-021-2/+8
|\ \ \
| * | | fix(editor): TileMap floodfill with same tile ID and different variationEric Tuvesson2020-10-211-2/+8
* | | | Merge pull request #43192 from YeldhamDev/poly2deditor_buttons_flatRémi Verschelde2020-10-291-0/+1
|\ \ \ \
| * | | | Set previous tool buttons in the Polygon2D editor to be flat againMichael Alexsander2020-10-291-0/+1
* | | | | Fix "Move Points" button sometimes not showing up on UV mode in the Polygon2D...Michael Alexsander2020-10-291-1/+1
|/ / / /
* | | | Merge pull request #42995 from Ev1lbl0w/bugfix-zoom-visibilityRémi Verschelde2020-10-261-0/+6
|\ \ \ \
| * | | | Fix visibility issue with zoom labelEv1lbl0w2020-10-261-0/+6
| |/ / /
* | | | Merge pull request #42229 from Calinou/2d-editor-improve-undo-log-messagesRémi Verschelde2020-10-261-11/+96
|\ \ \ \
| * | | | Improve undo log messages in the 2D editor for additional contextHugo Locurcio2020-10-191-11/+96
* | | | | Merge pull request #43075 from Xrayez/color-ramp-to-gradientRémi Verschelde2020-10-261-4/+4
|\ \ \ \ \
| * | | | | Fixup `ColorRamp` to `Gradient` renamesAndrii Doroshenko (Xrayez)2020-10-251-4/+4
* | | | | | Merge pull request #43050 from Pleto/enhance_tileset_sortingRémi Verschelde2020-10-261-1/+3
|\ \ \ \ \ \
| * | | | | | Enhancement for tileset sortingPleto2020-10-261-1/+3
| |/ / / / /
* | | | | | Gizmo handles transparent againDavid Sichma2020-10-251-1/+1
* | | | | | Refactored 2D shader and lighting systemreduz2020-10-241-4/+0
|/ / / / /
* | | | | Merge pull request #35766 from YeldhamDev/poly2d_uv_editor_improvementsRémi Verschelde2020-10-241-4/+9
|\ \ \ \ \
| * | | | | Minor improvements to the Polygon 2D UV editorMichael Alexsander2020-07-231-4/+9
* | | | | | fix(editor): Create new icon for TileMap RectangleEric Tuvesson2020-10-221-1/+1
| |_|/ / / |/| | | |