summaryrefslogtreecommitdiff
path: root/editor/plugins
AgeCommit message (Collapse)Author
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-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
2017-10-23Use bresenham line in freehand tilemap painting to fill discontinuitiesMarc Gilleron
2017-10-22Added setting to toggle current line highlightingPaulb23
2017-10-22Merge pull request #11401 from SaracenOne/snapped_dragRémi Verschelde
Added snapping to spatial drag and drop.
2017-10-22Change theme button name to edit themeAlexander Holland
[ci skip]
2017-10-22Fix TileMap editor not getting inputPedro J. Estébanez
Fixes #12265.
2017-10-21Fix drop-down size when resizing font #12207Felipe Seixas
Fixes Scene > Open Recent Fixes ScriptEditor > File > Open Recent
2017-10-21Refactor Fixed to PhysicsPoommetee Ketson
2017-10-20Merge pull request #12228 from ↵Rémi Verschelde
hi-ogawa/fix-spatial-shader-conversion-with-texture Fix spatial shader conversion with texture
2017-10-20Merge pull request #12052 from hi-ogawa/particle-material-conversion-pluginRémi Verschelde
Create ParticlesMaterialConversionPlugin
2017-10-20Fix compilation on Visual Studio 2013 (#10219).scorched
2017-10-20Merge pull request #12206 from SaracenOne/drag_and_drop_fixRémi Verschelde
Fix drag and drop collision with non-centred origin points. [ci skip]
2017-10-19Fix spatial shader conversion with textureHiroshi Ogawa
2017-10-18Fix drag and drop collision with non-centred origin points.Saracen
2017-10-18Restored files modeGilles Roudiere
2017-10-18Fixes snapping and replaces the _draw_canvas by forward_canvas_drawGilles Roudiere
2017-10-15Added icon under zoom/speed indicator barMarc Gilleron
2017-10-15Merge pull request #11927 from Zylann/freelook_interpolation_fixRémi Verschelde
Freelook interpolation fixes
2017-10-15Merge pull request #12110 from djrm/pr_spatial_editor_fixesRémi Verschelde
Return camera to origin when creating a new scene and going to 3d edi…
2017-10-14Return camera to origin when creating a new scene and going to 3d editor.Daniel J. Ramirez
2017-10-14Fixed help overview visibility, issue 12011 and 10407Paulb23
2017-10-13Added and improved some missing icons, plus some other visual fixes.Daniel J. Ramirez
2017-10-12Added and improved some icons, plus some other minor visual fixes.Daniel J. Ramirez
2017-10-12Create ParticlesMaterialConversionPlugin and format generated shader codeHiroshi Ogawa
2017-10-11fix script editor clear recent scripts crashjagt