summaryrefslogtreecommitdiff
path: root/scene/2d/line_2d.cpp
AgeCommit message (Expand)Author
2018-02-25Fix Line2D tile mode for non-square texturesMarc Gilleron
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-12-07Style: Apply new clang-format 5.0 style to all filesRémi Verschelde
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-08-20ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry
2017-08-10Removes type information from method bindsIgnacio Etcheverry
2017-07-19Add object type hint for docsPoommetee Ketson
2017-06-25Usability improvements for folding. Unfortunately SpatialMaterial broke compa...Juan Linietsky
2017-06-14renamed occurances of ColorRamp with GradientKarroffel
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-02-13Rename the _MD macro to D_METHODHein-Pieter van Braam
2017-02-13Remove use of _SCS from ADD_METHODHein-Pieter van Braam
2017-01-15Added Line2D node that draws a polygon-based lineMarc Gilleron