summaryrefslogtreecommitdiff
path: root/editor/plugins
AgeCommit message (Expand)Author
2020-06-20Merge pull request #39687 from Calinou/2d-editor-shift-horizontal-scrollRémi Verschelde
2020-06-19Remove ToolButton in favor of ButtonHugo Locurcio
2020-06-19Scroll horizontally when holding Shift with Scroll to Pan enabledHugo Locurcio
2020-06-19Added Texture2DArray support to visual shadersYuri Roubinsky
2020-06-19Autofilled path gets set properly on animation subresourcesSl3dge78
2020-06-18Merge pull request #39638 from mrushyendra/editor_previewRémi Verschelde
2020-06-18Fix editor texture preview for certain specific dimensionsMaganty Rushyendra
2020-06-18Merge pull request #39626 from bojidar-bg/x-tileset-editor-crashRémi Verschelde
2020-06-17Fix a random crash in the TileSet editorBojidar Marinov
2020-06-17Restore previous mouse position when leaving the editor freelook modeHugo Locurcio
2020-06-16Merge pull request #39517 from Calinou/editor-display-freelook-speed-zoomRémi Verschelde
2020-06-16Display freelook speed and zoom in units in the 3D editor viewportHugo Locurcio
2020-06-16Merge pull request #39126 from TwistedTwigleg/GSOC_2020_Working_BranchRémi Verschelde
2020-06-15Made low level changes to the Skeleton3D class and Skeleton3D inspector. Chan...TwistedTwigleg
2020-06-14Unhide Skeleton3D menu buttonSawrr
2020-06-09Fix crash when creating new text file with no namePhischermen
2020-06-09Merge pull request #39372 from aaronfranke/editor-cam-rotRémi Verschelde
2020-06-08Merge pull request #39365 from Calinou/editor-gizmos-visibility-tooltipRémi Verschelde
2020-06-07Re-apply basis of newly added node (via drag-n-drop) in editor viewportMarcus Brummer
2020-06-07Change the default editor camera rotation to position it in +X +Y +ZAaron Franke
2020-06-07Add an editor tooltip to document gizmo visibility optionsHugo Locurcio
2020-06-042D Editor: modified zoom increment to the twelveth root of twojohan
2020-06-04Merge pull request #39154 from dreamsComeTrue/sync-script-change-rememberRémi Verschelde
2020-06-03Merge pull request #39167 from Calinou/tileset-editor-zoom-mouse-wheel-anywhereRémi Verschelde
2020-06-03Merge pull request #39165 from Calinou/tilemap-editor-zoom-mouse-wheelRémi Verschelde
2020-06-03Merge pull request #39262 from aaronfranke/okRémi Verschelde
2020-06-03Merge pull request #39009 from Calinou/improve-script-editor-warnings-textRémi Verschelde
2020-06-03Implement zooming using Ctrl + Mouse wheel in the TileMap editorHugo Locurcio
2020-06-03Allow mouse zooming without hovering the texture in the TileSet editorHugo Locurcio
2020-06-03Change OK text in snap dialog to OKAaron Franke
2020-06-03Preserving "Sync Scene Changes' and "Sync Script Changes" with Project SettingsDominik 'dreamsComeTrue' Jasiński
2020-06-01Move `RayShape2D` implementation into its own translation unitAndrii Doroshenko (Xrayez)
2020-05-29Merge pull request #39051 from Xrayez/geometry-splitRémi Verschelde
2020-05-27Split `Geometry` singleton into `Geometry2D` and `Geometry3D`Andrii Doroshenko (Xrayez)
2020-05-27Merge pull request #39062 from akien-mga/du-pain-et-des-jeuxRémi Verschelde
2020-05-27Merge pull request #36409 from fire/skeleton-custom-inspectorRémi Verschelde
2020-05-26Add shortcut for Pan Mode (G)Rémi Verschelde
2020-05-24Improve the text appearance in the script editor warnings panelHugo Locurcio
2020-05-22Dynamic infinite 3D gridAaron Franke
2020-05-22Custom Skeleton3DEditorPluginK. S. Ernest (iFire) Lee
2020-05-21Fix moving 2D node with mouse after using arrow keysDominik 'dreamsComeTrue' Jasiński
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-14Style: Fix missing/invalid copyright headersRémi Verschelde
2020-05-14Enforce use of bool literals instead of integersRémi Verschelde
2020-05-14Port member initialization from constructor to declaration (C++11)Rémi Verschelde
2020-05-12Support multiple debug protocols.Fabio Alessandrelli
2020-05-11thirdparty: Cleanup after #38386, document provenance and copyrightRémi Verschelde
2020-05-10New lightmapperJuan Linietsky