summaryrefslogtreecommitdiffstats
path: root/scene/3d/path_3d.cpp
Commit message (Expand)AuthorAgeFilesLines
* Core: Integrate `Ref::instantiate` where possibleThaddeus Crews2024-11-101-2/+2
* Do not defer PathFollow3D transform updatesYaohua Xiong2024-09-101-27/+25
* Fix super call in various `get_configuration_warnings` methodsA Thousand Ships2024-09-051-1/+1
* Add error checks for bad configuration in `PathFollow2D/3D` `set_progress_ratio`Guillaume Turri2024-09-041-3/+4
* Revert "Update Node::get_configuration_warnings signature"Rémi Verschelde2024-02-171-2/+2
* Merge pull request #85455 from xiongyaohua/fix_CSGPolygon_not_following_Path3DRémi Verschelde2024-02-151-2/+10
|\
| * Path3D notify transform change to CSGPolygonYaohua Xiong2024-01-081-2/+10
* | Merge pull request #80233 from xiongyaohua/fix_pathfollower3d_rotation_modeRémi Verschelde2024-02-131-18/+38
|\ \
| * | Fix PathFollow3D update issuesYaohua Xiong2024-01-091-18/+38
| |/
* / Update Node::get_configuration_warnings signatureRedMser2024-02-081-2/+2
|/
* Improve Curve3D Debug DrawingBlueCube33102023-10-211-10/+49
* Unify and streamline connecting to Resource changeskobewi2023-07-171-2/+2
* Clamp PathFollow3D progress when not loopingRaul Santos2023-06-151-0/+2
* Fix Pathfollow directionSilc Renew2023-05-241-7/+22
* Fix various errors when running the unit testsRedworkDE2023-05-091-1/+2
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Add safety-checks before some servers `free()`Adam Scott2022-12-291-0/+1
* Refactor Curv3D and PathFollow3DYaohua Xiong2022-11-121-114/+63
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-2/+2
* Change return type of `get_configuration_warnings` to `PackedStringArray`Marc Gilleron2022-09-191-2/+2
* Rename `or_lesser` range property hint to `or_less`Hugo Locurcio2022-09-021-3/+3
* Rename Curve/Curve2D/Curve3D/Gradient `interpolate()` to `sample()`Hugo Locurcio2022-08-301-10/+10
* Rename PathFollow's `offset`s to `progress` & `progress_ratio`Micky2022-08-241-29/+29
* Make `_validate_property` a multilevel methodYuri Sizov2022-08-221-4/+3
* Merge pull request #57698 from bluenote10/feature/rename_translated_to_transl...Rémi Verschelde2022-07-281-1/+1
|\
| * rename translate(d) to translate(d)_local in Transform 2D/3DFabian Keller2022-07-161-1/+1
* | prevent crash on NaN offset in path_follower 2d and 3dHayden Leete2022-07-141-0/+1
|/
* Merge pull request #62084 from smix8/path_debug_options_4.xRémi Verschelde2022-06-291-0/+90
|\
| * Add Path2D/3D debug optionssmix82022-06-201-0/+90
* | Merge pull request #60151 from Klowner/pathfollow3d-parallel-transport-improv...Rémi Verschelde2022-06-151-5/+9
|\ \ | |/ |/|
| * PathFollow3D parallel transport frame reliability improvementsMark Riedesel2022-05-171-5/+9
* | Use suffixes for units in nodes and resourcesAaron Franke2022-05-191-3/+3
|/
* Rename Basis get_axis to get_column, remove redundant methodsAaron Franke2022-05-031-1/+1
* PathFollow2D and PathFollow3D: don't set offset to NaNRicardo Buring2022-04-171-1/+1
* String: Remove TTR and DTR defines in non-tools buildRémi Verschelde2022-03-281-2/+2
* Use `switch` consistently in `_notification` (`scene` folder)Rémi Verschelde2022-02-151-4/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Refactored Node3D rotation modesreduz2021-10-251-0/+1
* Fix some unnecessary includesAaron Franke2021-08-131-3/+0
* Merge pull request #45568 from aaronfranke/node3d-real_tRémi Verschelde2021-08-091-17/+17
|\
| * Use real_t in 3D nodesAaron Franke2021-08-031-17/+17
* | Fix Path3D initial forward calculationRaul Santos2021-08-071-1/+1
|/
* Fix forward calculation in PathFollow3D for the position at the end of the curveRaul Santos2021-07-281-3/+15
* Node3D gizmo improvementsjfons2021-07-231-1/+1
* Optimize StringName usagereduz2021-07-181-1/+1
* Rename Transform to Transform3D in coreAaron Franke2021-06-031-1/+1
* Use Array for node configuration warningsNathan Franke2021-04-111-20/+12
* Removed _change_notifyreduz2021-02-101-2/+0
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-2/+2