summaryrefslogtreecommitdiff
path: root/editor/plugins
AgeCommit message (Collapse)Author
2017-11-20Add simple spacebar panning setting for 2D editorRicardo Maes
2017-11-20Visual fixesDaniel J. Ramirez
Added some icons (Including the onion one) Fixed text editor ellipsis style and editor tabs
2017-11-20Merge pull request #12359 from kubecz3k/spatial-lockRémi Verschelde
ability to lock spatial nodes transform in editor
2017-11-20Merge pull request #13008 from Chaosus/assetstorefixesRémi Verschelde
Few fixes for asset store browser
2017-11-20Add close other tabs to Script Editorsersoong
2017-11-20Few fixes for asset store browserChaosus
2017-11-20Merge pull request #12988 from akien-mga/xdg-home-pathsRémi Verschelde
Add support for XDG Base Directory spec
2017-11-20Merge pull request #12936 from n-pigeon/planar_scale_gizmoRémi Verschelde
Implemented planar scaling with two modes.
2017-11-20Merge pull request #12950 from ianb96/code_foldingRémi Verschelde
Code Folding
2017-11-19Merge pull request #13030 from Krakean/masterRémi Verschelde
Add "View FPS" in 3D->Perspective's popup.
2017-11-20Add "View FPS" in 3D->Perspective's popup.Dmitry Koteroff
"Fixes" to make it acceptable by clang-format. "Fixes" to make it acceptable by clang-format.
2017-11-19Use new XDG folders to dehardcode pathsRémi Verschelde
2017-11-20Merge pull request #12955 from groud/editor_canvas_item_api_reworkPoommetee Ketson
Editor canvas item api rework
2017-11-19Rework the canvas_item API for further improves to the canvas item editorGilles Roudiere
2017-11-19fix set_current_tab: Indexp_current=-1 out of sizeOmar Al Halabi
2017-11-18scrolling fixesIan
2017-11-17TextEdit code foldingIan
2017-11-17EditorSettings: Rename settings_path to settings_dirRémi Verschelde
Also to prepare for upcoming refactoring for XDG support.
2017-11-17Rename Rect3 to AABB.Ferenc Arn
Fixes #12973.
2017-11-16Merge pull request #12488 from djrm/pr_gridmap_fixesRémi Verschelde
Several improvements to GridMap.
2017-11-14Implemented planar scaling with two modes.Przemysław Gołąb (n-pigeon)
Modes: - Scale uniformly on two axes - Hold SHIFT to scale non uniformly
2017-11-14Finalized ability to convert from CanvasItem/Spatial/Particles materials to ↵Juan Linietsky
ShaderMaterial, closes #10242
2017-11-14Merge pull request #12842 from ianb96/shader_editor_fixRémi Verschelde
Shader Editor context menu and line operations and style fix
2017-11-13remove debug msgIan
2017-11-13Merge pull request #12909 from n-pigeon/tra_gizmo_fix_2Rémi Verschelde
Fix uninitialized bool. Breaks translation in release_debug target.
2017-11-13Fix uninitialized bool. Breaks translation in release_debug target.Przemysław Gołąb (n-pigeon)
2017-11-13Merge pull request #12854 from poke1024/fix-poly2d-editor-handleRémi Verschelde
Fix minor drawing order glitch in polygon 2D editor
2017-11-13Merge pull request #12869 from ianb96/script_list_moveRémi Verschelde
Script List Reorder
2017-11-13Fix drawing order of polygon 2d editor handlesBernhard Liebl
2017-11-13Fixed View plane local rotation.Przemysław Gołąb (n-pigeon)
Plus some cleanups.
2017-11-12add script list drag n dropIan
2017-11-12move item up/down context menu and shortcutIan
2017-11-12add script editor list context menuIan
2017-11-12Merge pull request #12855 from Hinsbart/remove_previewRémi Verschelde
Remove preview when closing "change default type" dialog.
2017-11-12Merge pull request #12823 from Web-eWorks/meshdropfixRémi Verschelde
Fix #12571: Dragging OBJ mesh files no longer instances a scene
2017-11-12Remove preview when closing "change default type" dialog.Andreas Haas
2017-11-11shader editor context menu and line operations and style fixIan
2017-11-11Fixed theme update and some widgets.Daniel J. Ramirez
2017-11-11ability to lock spatial nodes transform in editorJakub Grzesik
2017-11-11Merge pull request #12806 from letheed/unify-degreesPoommetee Ketson
Unify degree methods and properties
2017-11-10Dropping a mesh file into the scene no longer creates an instanced scene.Webster Sheets
2017-11-10Replace Del icon by Remove iconWilliam McKIE
It would seem there are editors that still used the old del icon inherited from 2.X instead of the fresh remove icon from 3.X resulting to be replaced to an "Error" textual icon.
2017-11-10Unify degree members and propertiesletheed
2017-11-10Merge pull request #12797 from ↵Gilles Roudiere
viprip/12668_fix_texture_region_dock_zoom_icon_is_misaligned Fix misaligned zoom icon in Texture Region Editor plugin
2017-11-10Merge pull request #12786 from n-pigeon/spatial_transform_gizmoRémi Verschelde
Cleanups in Spatial Transform Gizmo
2017-11-10Cleanups in Spatial Transform GizmoPrzemysław Gołąb (n-pigeon)
Fixed translation i local space - changed a bit how it was implemented. Fixed bug with rotations when object is scaled. Added safety check preventing scaling to 0 in local space. All Gizmoz display numerical output message on the bottom of the viewport. Unified code a bit, so it will be easier to maintain.
2017-11-10Fix misaligned zoom icon in Texture Region Editor pluginWilliam McKIE
The zoom icon was aligned on top compared to the others zoom buttons from the HBox container. Closes #12668.
2017-11-09Reworked how servers preallocate RIDs, should fix #10970Juan Linietsky
2017-11-09Several improvements to GridMap.Daniel J. Ramirez
Fixed crash when undoing. More ergonomic shortcuts. Fixed freelook navigation.
2017-11-09Enable asset store for godot 3.0Chaosus