aboutsummaryrefslogtreecommitdiff
path: root/editor/plugins
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Fix drawing order of polygon 2d editor handlesBernhard Liebl2017-11-131-0/+8
| | |/ / | |/| |
* | | | Merge pull request #12869 from ianb96/script_list_moveRémi Verschelde2017-11-132-32/+309
|\ \ \ \ | |_|/ / |/| | | Script List Reorder
| * | | add script list drag n dropIan2017-11-121-26/+166
| | | |
| * | | move item up/down context menu and shortcutIan2017-11-122-19/+101
| | | |
| * | | add script editor list context menuIan2017-11-122-4/+59
| | | |
* | | | Fixed View plane local rotation.Przemysław Gołąb (n-pigeon)2017-11-131-5/+5
|/ / / | | | | | | | | | Plus some cleanups.
* | | Merge pull request #12855 from Hinsbart/remove_previewRémi Verschelde2017-11-122-4/+12
|\ \ \ | | | | | | | | Remove preview when closing "change default type" dialog.
| * | | Remove preview when closing "change default type" dialog.Andreas Haas2017-11-122-4/+12
| |/ /
* | | Merge pull request #12823 from Web-eWorks/meshdropfixRémi Verschelde2017-11-121-1/+3
|\ \ \ | | | | | | | | Fix #12571: Dragging OBJ mesh files no longer instances a scene
| * | | Dropping a mesh file into the scene no longer creates an instanced scene.Webster Sheets2017-11-101-1/+3
| | | |
* | | | Fixed theme update and some widgets.Daniel J. Ramirez2017-11-111-8/+2
| |/ / |/| |
* | | Merge pull request #12806 from letheed/unify-degreesPoommetee Ketson2017-11-111-3/+3
|\ \ \ | | | | | | | | Unify degree methods and properties
| * | | Unify degree members and propertiesletheed2017-11-101-3/+3
| |/ /
* / / Replace Del icon by Remove iconWilliam McKIE2017-11-101-1/+1
|/ / | | | | | | | | | | 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.
* | Merge pull request #12797 from ↵Gilles Roudiere2017-11-101-0/+1
|\ \ | | | | | | | | | | | | viprip/12668_fix_texture_region_dock_zoom_icon_is_misaligned Fix misaligned zoom icon in Texture Region Editor plugin
| * | Fix misaligned zoom icon in Texture Region Editor pluginWilliam McKIE2017-11-101-0/+1
| |/ | | | | | | | | | | | | The zoom icon was aligned on top compared to the others zoom buttons from the HBox container. Closes #12668.
* | Merge pull request #12786 from n-pigeon/spatial_transform_gizmoRémi Verschelde2017-11-101-50/+56
|\ \ | | | | | | Cleanups in Spatial Transform Gizmo
| * | Cleanups in Spatial Transform GizmoPrzemysław Gołąb (n-pigeon)2017-11-101-50/+56
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | Reworked how servers preallocate RIDs, should fix #10970Juan Linietsky2017-11-091-4/+4
| |/ |/|
* | Enable asset store for godot 3.0Chaosus2017-11-091-4/+6
| |
* | Fix tilemap undo/redoMarc Gilleron2017-11-081-2/+2
| |
* | Add menu to import current editor theme into theme editorGeequlim2017-11-072-8/+11
|/
* Use AbstractPolygon2DEditor for Line2DBernhard Liebl2017-11-044-324/+131
|
* Merge pull request #12566 from bncastle/select_anim_fixRémi Verschelde2017-11-021-5/+3
|\ | | | | Select correct animation on creation of a new one
| * Select correct animation on creation of a new onebncastle2017-11-011-5/+3
| | | | | | | | | | - Select the correct animation when creating a new one. - Removed unneeded new_name variable.
* | Fix compilation on Visual Studio 2013 again.scorched2017-11-011-3/+3
|/
* Merge pull request #10618 from poke1024/polygon2d-selectionGilles Roudiere2017-11-012-157/+303
|\ | | | | Proposal for modified Polygon2D editor controls
| * adds alternative editing of nodes: you can select nodes, use del to delete ↵Bernhard Liebl2017-10-232-157/+303
| | | | | | | | nodes, and split edges by simply clicking into edge
* | Ability to shrink 3D viewport by halfJuan Linietsky2017-10-312-3/+28
| |
* | Merge pull request #12499 from Zylann/freelook_toggle_modeRémi Verschelde2017-10-311-1/+17
|\ \ | | | | | | Add option to use freelook with a toggle shortcut
| * | Add option to use freelook with a toggle shortcut (like Blender) instead of ↵Marc Gilleron2017-10-301-1/+17
| | | | | | | | | | | | holding RMB (like Unity)
* | | Merge pull request #12363 from groud/implement_guidesRémi Verschelde2017-10-302-47/+321
|\ \ \ | | | | | | | | Implement 2D editor guides
| * | | Implement guidesGilles Roudiere2017-10-242-47/+321
| | |/ | |/|
* | | Clean up GI Probe baking, proper button and progress bar.Juan Linietsky2017-10-302-0/+31
| | |
* | | Fixes keybord directionnal keys not moving nodes in the 2D editorGilles Roudiere2017-10-291-26/+26
| |/ |/|
* | Merge pull request #12389 from Chaosus/continuehotkeyRémi Verschelde2017-10-281-1/+1
|\ \ | | | | | | | | | | | | Added hotkey for Continue action in Script editor [ci skip]
| * | Added hotkey for Continue actionChaosus2017-10-251-1/+1
| | |
* | | Add copy button to sprite_frames_editor_pluginsersoong2017-10-282-0/+21
|/ /
* | Finished transition of Patch9Rect to NinePatchRectIndah Sylvia2017-10-243-48/+48
| |
* | Merge pull request #12310 from Paulb23/toggle_highlight_current_lineRémi Verschelde2017-10-231-0/+1
|\ \ | | | | | | Added setting to toggle current line highlighting
| * | Added setting to toggle current line highlightingPaulb232017-10-221-0/+1
| | |
* | | Use bresenham line in freehand tilemap painting to fill discontinuitiesMarc Gilleron2017-10-231-14/+31
| |/ |/|
* | Merge pull request #11401 from SaracenOne/snapped_dragRémi Verschelde2017-10-225-25/+16
|\ \ | | | | | | Added snapping to spatial drag and drop.
| * | Added snapping to spatial drag and drop.SaracenOne2017-09-205-25/+16
| | |
* | | Change theme button name to edit themeAlexander Holland2017-10-221-1/+5
| | | | | | | | | | | | [ci skip]
* | | Fix TileMap editor not getting inputPedro J. Estébanez2017-10-221-1/+1
| |/ |/| | | | | Fixes #12265.
* | Fix drop-down size when resizing font #12207Felipe Seixas2017-10-211-0/+2
| | | | | | | | | | Fixes Scene > Open Recent Fixes ScriptEditor > File > Open Recent
* | Refactor Fixed to PhysicsPoommetee Ketson2017-10-211-1/+1
| |
* | Merge pull request #12228 from ↵Rémi Verschelde2017-10-201-2/+10
|\ \ | | | | | | | | | | | | hi-ogawa/fix-spatial-shader-conversion-with-texture Fix spatial shader conversion with texture
| * | Fix spatial shader conversion with textureHiroshi Ogawa2017-10-191-2/+10
| | |