summaryrefslogtreecommitdiff
path: root/editor/plugins
AgeCommit message (Collapse)Author
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-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-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
2017-11-08Fix tilemap undo/redoMarc Gilleron
2017-11-07Add menu to import current editor theme into theme editorGeequlim
2017-11-04Use AbstractPolygon2DEditor for Line2DBernhard Liebl
2017-11-02Merge pull request #12566 from bncastle/select_anim_fixRémi Verschelde
Select correct animation on creation of a new one
2017-11-01Fix compilation on Visual Studio 2013 again.scorched
2017-11-01Select correct animation on creation of a new onebncastle
- Select the correct animation when creating a new one. - Removed unneeded new_name variable.
2017-11-01Merge pull request #10618 from poke1024/polygon2d-selectionGilles Roudiere
Proposal for modified Polygon2D editor controls
2017-10-31Ability to shrink 3D viewport by halfJuan Linietsky
2017-10-31Merge pull request #12499 from Zylann/freelook_toggle_modeRémi Verschelde
Add option to use freelook with a toggle shortcut
2017-10-30Add option to use freelook with a toggle shortcut (like Blender) instead of ↵Marc Gilleron
holding RMB (like Unity)
2017-10-30Merge pull request #12363 from groud/implement_guidesRémi Verschelde
Implement 2D editor guides
2017-10-30Clean up GI Probe baking, proper button and progress bar.Juan Linietsky
2017-10-29Fixes keybord directionnal keys not moving nodes in the 2D editorGilles Roudiere
2017-10-28Merge pull request #12389 from Chaosus/continuehotkeyRémi Verschelde
Added hotkey for Continue action in Script editor [ci skip]
2017-10-28Add copy button to sprite_frames_editor_pluginsersoong
2017-10-25Added hotkey for Continue actionChaosus
2017-10-24Implement guidesGilles Roudiere
2017-10-24Finished transition of Patch9Rect to NinePatchRectIndah Sylvia
2017-10-23Merge pull request #12310 from Paulb23/toggle_highlight_current_lineRémi Verschelde
Added setting to toggle current line highlighting
2017-10-23adds alternative editing of nodes: you can select nodes, use del to delete ↵Bernhard Liebl
nodes, and split edges by simply clicking into edge