summaryrefslogtreecommitdiff
path: root/editor/plugins/abstract_polygon_2d_editor.cpp
AgeCommit message (Expand)Author
2019-08-18Improve the appearance of 2D path editorsHugo Locurcio
2019-07-11Improve line drawing in the 2D editorHugo Locurcio
2019-06-26Some code changed with Clang-Tidyqarmin
2019-04-16Move vertex along a single axis while editing and holding shiftMatheus Lima Cunha
2019-03-11Display vertex number when hovering point in collision polygonMartin Wallin
2019-02-20Add -Wshadow=local to warnings and fix reported issues.marxin
2019-02-16Fix Polygon2D Editor interacting with its buttons too soonMichael Alexsander Silva Dias
2019-02-16Better and non-buggy Polygon2D editing disablingMichael Alexsander Silva Dias
2019-02-16Revert "Disallow polygon2D editing if internal vertices exists, as suggested ...Michael Alexsander Silva Dias
2019-02-13Disallow polygon2D editing if internal vertices exists, as suggested in #24853Juan Linietsky
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-12Merge pull request #24109 from remorse107/godotengine-path2d-editor-fixRémi Verschelde
2018-12-11Moved member variables to initializer listWilson E. Alvarez
2018-12-07Fixed an issue with the Path2D plugin editor not supporting the capability to...Robert Morse
2018-12-06General enhancements to the Polygon2D, TextureRegion, and TileSet editorsMichael Alexsander Silva Dias
2018-11-13It is now possible to cancel on 2D polygon editor. RMB (previously close) and...Juan Linietsky
2018-10-18Fixes viewport scrollbars not updating with pluginsgroud
2018-09-20Merge pull request #22225 from groud/fix_draw_on_viewportRémi Verschelde
2018-09-19Fixes polygon editor blocking other editor actions (move, scale...)groud
2018-09-18Fixes drawing of the 2D plugins on the 3D viewgroud
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-30Various fixes for 2d polygon editorBernhard Liebl
2017-12-07Style: Apply new clang-format 5.0 style to all filesRémi Verschelde
2017-12-04Fixes Polygon2D wip mode closing when editing mode is changedBernhard Liebl
2017-11-27add "add point" and "select point" handles to polygon 2d editorBernhard Liebl
2017-11-24Universalize draw-over API for EditorPluginsPedro J. Estébanez
2017-11-13Fix drawing order of polygon 2d editor handlesBernhard Liebl
2017-11-04Use AbstractPolygon2DEditor for Line2DBernhard Liebl
2017-10-23adds alternative editing of nodes: you can select nodes, use del to delete no...Bernhard Liebl
2017-10-18Fixes snapping and replaces the _draw_canvas by forward_canvas_drawGilles Roudiere
2017-10-03Refactoring of polygon editors to a common code baseBernhard Liebl