index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scene
/
3d
/
path_3d.cpp
Age
Commit message (
Expand
)
Author
2023-01-05
One Copyright Update to rule them all
Rémi Verschelde
2022-12-29
Add safety-checks before some servers `free()`
Adam Scott
2022-11-12
Refactor Curv3D and PathFollow3D
Yaohua Xiong
2022-10-07
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-09-19
Change return type of `get_configuration_warnings` to `PackedStringArray`
Marc Gilleron
2022-09-02
Rename `or_lesser` range property hint to `or_less`
Hugo Locurcio
2022-08-30
Rename Curve/Curve2D/Curve3D/Gradient `interpolate()` to `sample()`
Hugo Locurcio
2022-08-24
Rename PathFollow's `offset`s to `progress` & `progress_ratio`
Micky
2022-08-22
Make `_validate_property` a multilevel method
Yuri Sizov
2022-07-28
Merge pull request #57698 from bluenote10/feature/rename_translated_to_transl...
Rémi Verschelde
2022-07-16
rename translate(d) to translate(d)_local in Transform 2D/3D
Fabian Keller
2022-07-14
prevent crash on NaN offset in path_follower 2d and 3d
Hayden Leete
2022-06-29
Merge pull request #62084 from smix8/path_debug_options_4.x
Rémi Verschelde
2022-06-20
Add Path2D/3D debug options
smix8
2022-06-15
Merge pull request #60151 from Klowner/pathfollow3d-parallel-transport-improv...
Rémi Verschelde
2022-05-19
Use suffixes for units in nodes and resources
Aaron Franke
2022-05-17
PathFollow3D parallel transport frame reliability improvements
Mark Riedesel
2022-05-03
Rename Basis get_axis to get_column, remove redundant methods
Aaron Franke
2022-04-17
PathFollow2D and PathFollow3D: don't set offset to NaN
Ricardo Buring
2022-03-28
String: Remove TTR and DTR defines in non-tools build
Rémi Verschelde
2022-02-15
Use `switch` consistently in `_notification` (`scene` folder)
Rémi Verschelde
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-10-25
Refactored Node3D rotation modes
reduz
2021-08-13
Fix some unnecessary includes
Aaron Franke
2021-08-09
Merge pull request #45568 from aaronfranke/node3d-real_t
Rémi Verschelde
2021-08-07
Fix Path3D initial forward calculation
Raul Santos
2021-08-03
Use real_t in 3D nodes
Aaron Franke
2021-07-28
Fix forward calculation in PathFollow3D for the position at the end of the curve
Raul Santos
2021-07-23
Node3D gizmo improvements
jfons
2021-07-18
Optimize StringName usage
reduz
2021-06-03
Rename Transform to Transform3D in core
Aaron Franke
2021-04-11
Use Array for node configuration warnings
Nathan Franke
2021-02-10
Removed _change_notify
reduz
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-28
Rename empty() to is_empty()
Marcel Admiraal
2020-12-11
Move initialization of some classes to headers
Tomasz Chabora
2020-12-11
Fix PathFollow3D updating on unit_offset 0
Tomasz Chabora
2020-11-07
Reorganized core/ directory, it was too fatty already
reduz
2020-10-01
Merge pull request #38743 from arrowinaknee/node-config-warnings
Rémi Verschelde
2020-07-08
Fix repeated updates of PathFollow3D Transform
Maganty Rushyendra
2020-06-12
Object: Add usage hint to instantiate Object properties in editor
Rémi Verschelde
2020-05-16
Update all get_configuration_warning to retrieve warnings from the parent
ArrowInAKnee
2020-05-14
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-04-13
Handle huge offset values in Path2D and Path3D set_offset
MickeMakaron
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-03-30
doc: Update classref with node renames
Rémi Verschelde
2020-03-27
Renamed 2D and 3D nodes to make their types explicit
Juan Linietsky