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
/
3d
/
path_3d.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Core: Integrate `Ref::instantiate` where possible
Thaddeus Crews
2024-11-10
1
-2
/
+2
*
Do not defer PathFollow3D transform updates
Yaohua Xiong
2024-09-10
1
-27
/
+25
*
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
*
Merge pull request #85455 from xiongyaohua/fix_CSGPolygon_not_following_Path3D
Rémi Verschelde
2024-02-15
1
-2
/
+10
|
\
|
*
Path3D notify transform change to CSGPolygon
Yaohua Xiong
2024-01-08
1
-2
/
+10
*
|
Merge pull request #80233 from xiongyaohua/fix_pathfollower3d_rotation_mode
Rémi Verschelde
2024-02-13
1
-18
/
+38
|
\
\
|
*
|
Fix PathFollow3D update issues
Yaohua Xiong
2024-01-09
1
-18
/
+38
|
|
/
*
/
Update Node::get_configuration_warnings signature
RedMser
2024-02-08
1
-2
/
+2
|
/
*
Improve Curve3D Debug Drawing
BlueCube3310
2023-10-21
1
-10
/
+49
*
Unify and streamline connecting to Resource changes
kobewi
2023-07-17
1
-2
/
+2
*
Clamp PathFollow3D progress when not looping
Raul Santos
2023-06-15
1
-0
/
+2
*
Fix Pathfollow direction
Silc Renew
2023-05-24
1
-7
/
+22
*
Fix various errors when running the unit tests
RedworkDE
2023-05-09
1
-1
/
+2
*
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
*
Refactor Curv3D and PathFollow3D
Yaohua Xiong
2022-11-12
1
-114
/
+63
*
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-07
1
-2
/
+2
*
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
-10
/
+10
*
Rename PathFollow's `offset`s to `progress` & `progress_ratio`
Micky
2022-08-24
1
-29
/
+29
*
Make `_validate_property` a multilevel method
Yuri Sizov
2022-08-22
1
-4
/
+3
*
Merge pull request #57698 from bluenote10/feature/rename_translated_to_transl...
Rémi Verschelde
2022-07-28
1
-1
/
+1
|
\
|
*
rename translate(d) to translate(d)_local in Transform 2D/3D
Fabian Keller
2022-07-16
1
-1
/
+1
*
|
prevent crash on NaN offset in path_follower 2d and 3d
Hayden Leete
2022-07-14
1
-0
/
+1
|
/
*
Merge pull request #62084 from smix8/path_debug_options_4.x
Rémi Verschelde
2022-06-29
1
-0
/
+90
|
\
|
*
Add Path2D/3D debug options
smix8
2022-06-20
1
-0
/
+90
*
|
Merge pull request #60151 from Klowner/pathfollow3d-parallel-transport-improv...
Rémi Verschelde
2022-06-15
1
-5
/
+9
|
\
\
|
|
/
|
/
|
|
*
PathFollow3D parallel transport frame reliability improvements
Mark Riedesel
2022-05-17
1
-5
/
+9
*
|
Use suffixes for units in nodes and resources
Aaron Franke
2022-05-19
1
-3
/
+3
|
/
*
Rename Basis get_axis to get_column, remove redundant methods
Aaron Franke
2022-05-03
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
-2
/
+2
*
Use `switch` consistently in `_notification` (`scene` folder)
Rémi Verschelde
2022-02-15
1
-4
/
+1
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Refactored Node3D rotation modes
reduz
2021-10-25
1
-0
/
+1
*
Fix some unnecessary includes
Aaron Franke
2021-08-13
1
-3
/
+0
*
Merge pull request #45568 from aaronfranke/node3d-real_t
Rémi Verschelde
2021-08-09
1
-17
/
+17
|
\
|
*
Use real_t in 3D nodes
Aaron Franke
2021-08-03
1
-17
/
+17
*
|
Fix Path3D initial forward calculation
Raul Santos
2021-08-07
1
-1
/
+1
|
/
*
Fix forward calculation in PathFollow3D for the position at the end of the curve
Raul Santos
2021-07-28
1
-3
/
+15
*
Node3D gizmo improvements
jfons
2021-07-23
1
-1
/
+1
*
Optimize StringName usage
reduz
2021-07-18
1
-1
/
+1
*
Rename Transform to Transform3D in core
Aaron Franke
2021-06-03
1
-1
/
+1
*
Use Array for node configuration warnings
Nathan Franke
2021-04-11
1
-20
/
+12
*
Removed _change_notify
reduz
2021-02-10
1
-2
/
+0
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Rename empty() to is_empty()
Marcel Admiraal
2020-12-28
1
-2
/
+2
[next]