summaryrefslogtreecommitdiff
path: root/scene/2d/line_2d.h
AgeCommit message (Expand)Author
2019-07-01Merge pull request #28565 from CedNaru/CurvedWidthLine2DRémi Verschelde
2019-06-19Added a Width Curve to Line2D + UVs fixTristan Grespinet
2019-06-19Made use of semicolons more consitent, fixed formattingJohnJLight
2019-04-08Add optional position argument for add_point in Line2DKanabenki
2019-03-19Added method to clear all points in Line2DChaosus
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-07-16Line2D texture stretch modeJorn Van denbussche
2018-04-03Remove the selection rect for nodes that do not require itGilles Roudiere
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-03Merge pull request #15093 from poke1024/canvas-editor-selectRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-27More exact picking for canvas editorBernhard Liebl
2017-09-20Rename pos to position in user facing methods and variablesletheed
2017-09-13Fix enums bindingsMaxim Sheronov
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-05-28-Added .hdr format supportJuan Linietsky
2017-04-08Add "Godot Engine contributors" copyright lineRémi Verschelde
2017-03-05A Whole New World (clang-format edition)Rémi Verschelde
2017-03-05Add a bunch of missing Godot headers in own filesRémi Verschelde
2017-01-15Added Line2D node that draws a polygon-based lineMarc Gilleron