summaryrefslogtreecommitdiffstats
path: root/scene/2d/line_2d.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-1/+1
* Line2D texture stretch modeJorn Van denbussche2018-07-161-1/+2
* Skeleton for 2D WIPJuan Linietsky2018-05-031-1/+2
* Remove the selection rect for nodes that do not require itGilles Roudiere2018-04-031-0/+4
* Fix Line2D tile mode for non-square texturesMarc Gilleron2018-02-251-3/+6
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Merge pull request #15093 from poke1024/canvas-editor-selectRémi Verschelde2018-01-031-0/+26
|\
| * More exact picking for canvas editorBernhard Liebl2017-12-271-0/+26
* | Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
|/
* Style: Apply new clang-format 5.0 style to all filesRémi Verschelde2017-12-071-2/+2
* Rename pos to position in user facing methods and variablesletheed2017-09-201-5/+5
* Fix enums bindingsMaxim Sheronov2017-09-131-7/+8
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry2017-08-201-8/+8
* Removes type information from method bindsIgnacio Etcheverry2017-08-101-4/+4
* Add object type hint for docsPoommetee Ketson2017-07-191-4/+4
* Usability improvements for folding. Unfortunately SpatialMaterial broke compa...Juan Linietsky2017-06-251-0/+3
* renamed occurances of ColorRamp with GradientKarroffel2017-06-141-1/+1
* -Added .hdr format supportJuan Linietsky2017-05-281-2/+2
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-54/+51
* Add a bunch of missing Godot headers in own filesRémi Verschelde2017-03-051-0/+29
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-131-28/+28
* Remove use of _SCS from ADD_METHODHein-Pieter van Braam2017-02-131-11/+11
* Added Line2D node that draws a polygon-based lineMarc Gilleron2017-01-151-0/+307