index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scene
/
2d
/
line_2d.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1f
Spartan322
2024-11-06
1
-1
/
+1
|
\
|
*
Compile certain `CanvasItem._edit_*()` functions with `DEBUG_ENABLED`
Michael Alexsander
2024-11-02
1
-1
/
+1
*
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
|
/
*
Add closed property to Line2D
MewPurPur
2023-09-11
1
-30
/
+33
*
Unify and streamline connecting to Resource changes
kobewi
2023-07-17
1
-5
/
+4
*
Display `BitField[Enum]` in docs to distinguish from `Enum`
Danil Alexeev
2023-06-15
1
-5
/
+0
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Rename `CanvasItem.update()` to `queue_redraw()`
Micky
2022-08-29
1
-19
/
+19
*
Clarify the Line2D, Curve2D/3D documentation and fix parameter names
Yuri Sizov
2022-08-15
1
-4
/
+4
*
Use suffixes for units in nodes and resources
Aaron Franke
2022-05-19
1
-1
/
+1
*
Merge pull request #57436 from AnilBK/change-scopes
Rémi Verschelde
2022-03-13
1
-3
/
+3
|
\
|
*
Code quality cleanup for some variable scopes.
Anilforextra
2022-02-10
1
-3
/
+3
*
|
Add a property hint for the Line2D Round Precision property
Hugo Locurcio
2022-02-17
1
-5
/
+2
*
|
Use `switch` consistently in `_notification` (`scene` folder)
Rémi Verschelde
2022-02-15
1
-2
/
+2
|
/
*
Vectors: Use clear() and has().
Anilforextra
2022-02-02
1
-1
/
+1
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Rename `remove()` to `remove_at()` when removing by index
Lightning_A
2021-11-23
1
-1
/
+1
*
Line2D::set_point_position Fail if passed index is out of bounds
kleonc
2021-02-21
1
-0
/
+1
*
Initialize class variables with default values in scene/ [1/2]
Rafał Mikrut
2021-02-07
1
-9
/
+0
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Fixup `ColorRamp` to `Gradient` renames
Andrii Doroshenko (Xrayez)
2020-10-25
1
-1
/
+1
*
Split `Geometry` singleton into `Geometry2D` and `Geometry3D`
Andrii Doroshenko (Xrayez)
2020-05-27
1
-1
/
+2
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-6
/
+12
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-4
/
+0
*
Make Line2D be white by default
Tomasz Chabora
2020-04-26
1
-1
/
+1
*
Renaming of servers for coherency.
Juan Linietsky
2020-03-27
1
-1
/
+1
*
Signals: Manually port most of remaining connect_compat uses
Rémi Verschelde
2020-02-28
1
-8
/
+5
*
Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.
Juan Linietsky
2020-02-25
1
-2
/
+2
*
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-20
1
-4
/
+4
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
1
-6
/
+6
*
Bugfixes and ability to better specify filter and repeat modes everywhere.
Juan Linietsky
2020-02-11
1
-2
/
+1
*
A lot of progress with canvas rendering, still far from working.
Juan Linietsky
2020-02-11
1
-2
/
+2
*
Texture refactor
Juan Linietsky
2020-02-11
1
-3
/
+3
*
Don't compile editor-only function when tools=no
Gilles Roudière
2020-01-09
1
-0
/
+2
*
Merge pull request #34726 from nekomatata/polygon2d-antialiasing-fix
Rémi Verschelde
2020-01-03
1
-1
/
+1
|
\
|
*
Fixed antialiasing option for Polygon2D
PouleyKetchoupp
2020-01-01
1
-1
/
+1
*
|
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
|
/
*
Fixed antialiased option for Polygon2D / Line2D
PouleyKetchoupp
2019-11-28
1
-2
/
+16
*
Merge pull request #28565 from CedNaru/CurvedWidthLine2D
Rémi Verschelde
2019-07-01
1
-35
/
+65
|
\
|
*
Added a Width Curve to Line2D + UVs fix
Tristan Grespinet
2019-06-19
1
-35
/
+65
*
|
Fix uninitialized variables in Line2D, JSONParseResult and TileMap
Rémi Verschelde
2019-06-30
1
-0
/
+1
*
|
Some code changed with Clang-Tidy
qarmin
2019-06-26
1
-2
/
+1
*
|
Fix error macro calls not ending with semicolon
Rémi Verschelde
2019-06-11
1
-1
/
+1
*
|
Fix 2D Line crash
qarmin
2019-06-06
1
-0
/
+1
|
/
*
Add optional position argument for add_point in Line2D
Kanabenki
2019-04-08
1
-3
/
+7
*
Added method to clear all points in Line2D
Chaosus
2019-03-19
1
-0
/
+10
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
-Moved EditorDefaultValue to ClassDB, made it core
Juan Linietsky
2018-11-08
1
-6
/
+6
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-1
/
+1
[next]