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
/
polygon_2d.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1f
Spartan322
2024-11-06
1
-1
/
+3
|
\
|
*
Compile certain `CanvasItem._edit_*()` functions with `DEBUG_ENABLED`
Michael Alexsander
2024-11-02
1
-1
/
+3
*
|
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
|
/
*
Make `Polygon2D::bones` property internal
Raul Santos
2024-08-10
1
-1
/
+1
*
Fix Polygon2D to Skeleton2D transform calculation
kleonc
2023-12-27
1
-3
/
+3
*
Transform mesh's AABB to skeleton's space when calculate mesh's bounds.
ShirenY
2023-12-09
1
-1
/
+29
*
Replace `radians` range hint with `radians_as_degrees`
A Thousand Ships
2023-09-25
1
-1
/
+1
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Add safety-checks before some servers `free()`
Adam Scott
2022-12-29
1
-0
/
+1
*
Ensure that mesh instance is properly freed when freeing Polygon2D
clayjohn
2022-11-24
1
-0
/
+2
*
Fix drawing of 2D skeletons in the RD renderer.
clayjohn
2022-11-18
1
-1
/
+1
*
Rename `or_lesser` range property hint to `or_less`
Hugo Locurcio
2022-09-02
1
-1
/
+1
*
Rename `CanvasItem.update()` to `queue_redraw()`
Micky
2022-08-29
1
-17
/
+17
*
Rename Polygon2D.`invert_enable` to end with "d"
Micky
2022-08-24
1
-3
/
+3
*
Make `_validate_property` a multilevel method
Yuri Sizov
2022-08-22
1
-3
/
+3
*
Add Vector2/3 linking to more properties
FireForge
2022-06-14
1
-3
/
+4
*
Add suffixes to all nodes and resources
FireForge
2022-06-11
1
-1
/
+1
*
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
-2
/
+2
|
\
|
*
Code quality cleanup for some variable scopes.
Anilforextra
2022-02-10
1
-2
/
+2
*
|
Style: Cleanup single-line blocks, semicolons, dead code
Rémi Verschelde
2022-02-16
1
-9
/
+0
|
/
*
Fixed incorrect property types
Arnav Vijaywargiya
2022-01-11
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
*
Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`
Hugo Locurcio
2021-11-03
1
-2
/
+2
*
Fix errors with invalid bone node path in Polygon2D
PouleyKetchoupp
2021-11-03
1
-2
/
+5
*
Fix editor suffixes and degrees conversion
reduz
2021-06-30
1
-13
/
+1
*
Fix polygon 2D rendering black
Gilles Roudière
2021-06-24
1
-1
/
+1
*
Add PROPERTY_USAGE_NONE and use it
Aaron Franke
2021-06-17
1
-1
/
+1
*
Fixes missng 2D engine bits
reduz
2021-05-11
1
-11
/
+37
*
Use real_t in non-physics 2D nodes
Aaron Franke
2021-03-19
1
-9
/
+9
*
Hide more options of disabled properties
Michael Alexsander
2021-03-03
1
-1
/
+1
*
Hide extra options from various nodes if they're not enabled
Michael Alexsander
2021-03-02
1
-0
/
+7
*
Removed _change_notify
reduz
2021-02-10
1
-1
/
+0
*
Initialize class variables with default values in scene/ [1/2]
Rafał Mikrut
2021-02-07
1
-11
/
+2
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Refactored 2D shader and lighting system
reduz
2020-10-24
1
-57
/
+1
*
Split `Geometry` singleton into `Geometry2D` and `Geometry3D`
Andrii Doroshenko (Xrayez)
2020-05-27
1
-4
/
+4
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-9
/
+16
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+16
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-44
/
+0
*
Enforce use of bool literals instead of integers
Rémi Verschelde
2020-05-14
1
-1
/
+1
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-1
/
+1
*
Renaming of servers for coherency.
Juan Linietsky
2020-03-27
1
-4
/
+4
*
Signals: Port connect calls to use callable_mp
Rémi Verschelde
2020-02-28
1
-4
/
+2
*
Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.
Juan Linietsky
2020-02-25
1
-4
/
+4
*
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-20
1
-2
/
+2
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
1
-20
/
+20
*
ObjectID converted to a structure, fixes many bugs where used incorrectly as ...
Juan Linietsky
2020-02-12
1
-2
/
+2
[next]