summaryrefslogtreecommitdiff
path: root/scene/2d/line_builder.h
AgeCommit message (Expand)Author
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-08-13Fix some unnecessary includesAaron Franke
2021-02-07Initialize class variables with default values in scene/ [1/2]Rafał Mikrut
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-06-19Added a Width Curve to Line2D + UVs fixTristan Grespinet
2019-02-12Scene: Ensure classes match their header filenameRémi Verschelde
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-08-10[Core] Change math_2d includes to vector2 includes where relevantAaron Franke
2018-02-25Fix Line2D tile mode for non-square texturesMarc Gilleron
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
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