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
/
path_2d.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Compile certain `CanvasItem._edit_*()` functions with `DEBUG_ENABLED`
Michael Alexsander
2024-11-02
1
-1
/
+1
*
Merge pull request #96629 from ditiem-games/path2d
Thaddeus Crews
2024-10-21
1
-5
/
+4
|
\
|
*
Update FollowPath2D children of Path2D when a curve_changed event occurs
David Trallero
2024-09-06
1
-5
/
+4
*
|
Fix super call in various `get_configuration_warnings` methods
A Thousand Ships
2024-09-05
1
-1
/
+1
|
/
*
Add error checks for bad configuration in `PathFollow2D/3D` `set_progress_ratio`
Guillaume Turri
2024-09-04
1
-3
/
+4
*
Revert "Update Node::get_configuration_warnings signature"
Rémi Verschelde
2024-02-17
1
-2
/
+2
*
Update Node::get_configuration_warnings signature
RedMser
2024-02-08
1
-2
/
+2
*
Reorganize code related to editor theming
Yuri Sizov
2024-01-16
1
-1
/
+1
*
Changed the way the rotation of a curve at a point is evaluated to match Path...
Andrés Botero
2023-10-28
1
-4
/
+4
*
Unify and streamline connecting to Resource changes
kobewi
2023-07-17
1
-2
/
+2
*
Fix Pathfollow direction
Silc Renew
2023-05-24
1
-22
/
+10
*
Update PathFollow2D when curve is changed
Tomasz Chabora
2023-01-15
1
-0
/
+25
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Fix Path2D fish bone direction
Yaohua Xiong
2022-12-06
1
-1
/
+1
*
Path2D: Fix build issue after conflicts between #68860 and #69115
Rémi Verschelde
2022-12-06
1
-1
/
+1
*
Merge pull request #68860 from xiongyaohua/path3d_fishbones
Rémi Verschelde
2022-12-06
1
-10
/
+49
|
\
|
*
draw fish bones for Path2D and Path3D
Yaohua Xiong
2022-12-05
1
-10
/
+49
*
|
Refactor baking code for Curve2D
Yaohua Xiong
2022-12-05
1
-1
/
+1
|
/
*
Move rotation sampling from Path2D to Curve2D
Yaohua Xiong
2022-11-01
1
-39
/
+6
*
Change return type of `get_configuration_warnings` to `PackedStringArray`
Marc Gilleron
2022-09-19
1
-2
/
+2
*
Rename `or_lesser` range property hint to `or_less`
Hugo Locurcio
2022-09-02
1
-3
/
+3
*
Rename Curve/Curve2D/Curve3D/Gradient `interpolate()` to `sample()`
Hugo Locurcio
2022-08-30
1
-6
/
+6
*
Rename `CanvasItem.update()` to `queue_redraw()`
Micky
2022-08-29
1
-1
/
+1
*
Rename PathFollow's `offset`s to `progress` & `progress_ratio`
Micky
2022-08-24
1
-22
/
+22
*
Make `_validate_property` a multilevel method
Yuri Sizov
2022-08-22
1
-3
/
+3
*
prevent crash on NaN offset in path_follower 2d and 3d
Hayden Leete
2022-07-14
1
-0
/
+1
*
Add Path2D/3D debug options
smix8
2022-06-20
1
-8
/
+6
*
Use suffixes for units in nodes and resources
Aaron Franke
2022-05-19
1
-1
/
+1
*
PathFollow2D and PathFollow3D: don't set offset to NaN
Ricardo Buring
2022-04-17
1
-1
/
+1
*
String: Remove TTR and DTR defines in non-tools build
Rémi Verschelde
2022-03-28
1
-1
/
+1
*
Use `switch` consistently in `_notification` (`scene` folder)
Rémi Verschelde
2022-02-15
1
-21
/
+26
*
Path2D: Check points count before rendering.
Anilforextra
2022-01-09
1
-0
/
+4
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Faster Path2D drawing with polyline
lawnjelly
2021-12-01
1
-6
/
+8
*
Fix some unnecessary includes
Aaron Franke
2021-08-13
1
-2
/
+0
*
Use Array for node configuration warnings
Nathan Franke
2021-04-11
1
-11
/
+6
*
Use real_t in non-physics 2D nodes
Aaron Franke
2021-03-19
1
-16
/
+16
*
Removed _change_notify
reduz
2021-02-10
1
-2
/
+0
*
Initialize class variables with default values in scene/ [1/2]
Rafał Mikrut
2021-02-07
1
-1
/
+1
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Merge pull request #44149 from madmiraal/rename-tangent-orthogonal
Rémi Verschelde
2020-12-28
1
-1
/
+1
|
\
|
*
Rename Vector2.tangent() to Vector2.orthogonal()
Marcel Admiraal
2020-12-06
1
-1
/
+1
*
|
Rename empty() to is_empty()
Marcel Admiraal
2020-12-28
1
-1
/
+1
*
|
Move initialization of some classes to headers
Tomasz Chabora
2020-12-11
1
-11
/
+0
|
/
*
Rename PathFollow2D rotate bool
Aaron Franke
2020-12-04
1
-7
/
+7
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-1
/
+1
*
Merge pull request #38743 from arrowinaknee/node-config-warnings
Rémi Verschelde
2020-10-01
1
-2
/
+7
|
\
|
*
Update all get_configuration_warning to retrieve warnings from the parent
ArrowInAKnee
2020-05-16
1
-2
/
+7
*
|
Object: Add usage hint to instantiate Object properties in editor
Rémi Verschelde
2020-06-12
1
-5
/
+1
*
|
Split `Geometry` singleton into `Geometry2D` and `Geometry3D`
Andrii Doroshenko (Xrayez)
2020-05-27
1
-1
/
+2
|
/
[next]