summaryrefslogtreecommitdiff
path: root/scene/2d/line_builder.cpp
AgeCommit message (Expand)Author
2021-10-28clang-format: Disable alignment of operands, too unreliableRémi Verschelde
2021-08-12Remove unused swap template.Anilforextra
2021-03-12Fixes small typos and grammar correctionAnshul7sp1
2021-02-07Initialize class variables with default values in scene/ [1/2]Rafał Mikrut
2021-01-09Use Math_TAU and deg2rad/rad2deg in more places and optimize codeAaron Franke
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-09Cleanup unused engine codeTomasz Chabora
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-09-19Fix misc. source comment typosluz.paz
2019-06-19Added a Width Curve to Line2D + UVs fixTristan Grespinet
2019-01-02Merge pull request #24691 from BlackCatter/line2d-fixRémi Verschelde
2019-01-02Fix line 2D intersection behaviorArtem Burjachenko
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-11-04Removed unnecessary assignmentsWilson E. Alvarez
2018-07-24Removed unnecessary assignmentsWilson E. Alvarez
2018-07-16Line2D texture stretch modeJorn Van denbussche
2018-07-16More accurate UV round begin capJorn Van denbussche
2018-02-25Fix Line2D tile mode for non-square texturesMarc Gilleron
2018-02-17Clean up some bad words from code commentsArtem Varaksa
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-09-08Fix various assorted warningsHein-Pieter van Braam
2017-09-02Fix use of unitialized variablesHein-Pieter van Braam
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-06-14Fixed broken Line2D due to math changes in f271591ac22bd07e1b2316448dd6e9af87...Marc Gilleron
2017-06-04renamed all Rect2.pos to Rect2.positionalexholly
2017-04-08Add "Godot Engine contributors" copyright lineRémi Verschelde
2017-03-24Fix typos in source code using codespellRé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