summaryrefslogtreecommitdiffstats
path: root/scene/2d/line_2d.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1fSpartan3222024-11-061-1/+1
|\
| * Compile certain `CanvasItem._edit_*()` functions with `DEBUG_ENABLED`Michael Alexsander2024-11-021-1/+1
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Add closed property to Line2DMewPurPur2023-09-111-30/+33
* Unify and streamline connecting to Resource changeskobewi2023-07-171-5/+4
* Display `BitField[Enum]` in docs to distinguish from `Enum`Danil Alexeev2023-06-151-5/+0
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Rename `CanvasItem.update()` to `queue_redraw()`Micky2022-08-291-19/+19
* Clarify the Line2D, Curve2D/3D documentation and fix parameter namesYuri Sizov2022-08-151-4/+4
* Use suffixes for units in nodes and resourcesAaron Franke2022-05-191-1/+1
* Merge pull request #57436 from AnilBK/change-scopesRémi Verschelde2022-03-131-3/+3
|\
| * Code quality cleanup for some variable scopes.Anilforextra2022-02-101-3/+3
* | Add a property hint for the Line2D Round Precision propertyHugo Locurcio2022-02-171-5/+2
* | Use `switch` consistently in `_notification` (`scene` folder)Rémi Verschelde2022-02-151-2/+2
|/
* Vectors: Use clear() and has().Anilforextra2022-02-021-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Rename `remove()` to `remove_at()` when removing by indexLightning_A2021-11-231-1/+1
* Line2D::set_point_position Fail if passed index is out of boundskleonc2021-02-211-0/+1
* Initialize class variables with default values in scene/ [1/2]Rafał Mikrut2021-02-071-9/+0
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Fixup `ColorRamp` to `Gradient` renamesAndrii Doroshenko (Xrayez)2020-10-251-1/+1
* Split `Geometry` singleton into `Geometry2D` and `Geometry3D`Andrii Doroshenko (Xrayez)2020-05-271-1/+2
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-6/+12
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-4/+0
* Make Line2D be white by defaultTomasz Chabora2020-04-261-1/+1
* Renaming of servers for coherency.Juan Linietsky2020-03-271-1/+1
* Signals: Manually port most of remaining connect_compat usesRémi Verschelde2020-02-281-8/+5
* Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-251-2/+2
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-4/+4
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-6/+6
* Bugfixes and ability to better specify filter and repeat modes everywhere.Juan Linietsky2020-02-111-2/+1
* A lot of progress with canvas rendering, still far from working.Juan Linietsky2020-02-111-2/+2
* Texture refactorJuan Linietsky2020-02-111-3/+3
* Don't compile editor-only function when tools=noGilles Roudière2020-01-091-0/+2
* Merge pull request #34726 from nekomatata/polygon2d-antialiasing-fixRémi Verschelde2020-01-031-1/+1
|\
| * Fixed antialiasing option for Polygon2DPouleyKetchoupp2020-01-011-1/+1
* | Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
|/
* Fixed antialiased option for Polygon2D / Line2DPouleyKetchoupp2019-11-281-2/+16
* Merge pull request #28565 from CedNaru/CurvedWidthLine2DRémi Verschelde2019-07-011-35/+65
|\
| * Added a Width Curve to Line2D + UVs fixTristan Grespinet2019-06-191-35/+65
* | Fix uninitialized variables in Line2D, JSONParseResult and TileMapRémi Verschelde2019-06-301-0/+1
* | Some code changed with Clang-Tidyqarmin2019-06-261-2/+1
* | Fix error macro calls not ending with semicolonRémi Verschelde2019-06-111-1/+1
* | Fix 2D Line crashqarmin2019-06-061-0/+1
|/
* Add optional position argument for add_point in Line2DKanabenki2019-04-081-3/+7
* Added method to clear all points in Line2DChaosus2019-03-191-0/+10
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* -Moved EditorDefaultValue to ClassDB, made it coreJuan Linietsky2018-11-081-6/+6
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+1