summaryrefslogtreecommitdiffstats
path: root/scene/3d/path_3d.h
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Do not defer PathFollow3D transform updatesYaohua Xiong2024-09-101-2/+1
* Revert "Update Node::get_configuration_warnings signature"Rémi Verschelde2024-02-171-1/+1
* Merge pull request #85455 from xiongyaohua/fix_CSGPolygon_not_following_Path3DRémi Verschelde2024-02-151-4/+6
|\
| * Path3D notify transform change to CSGPolygonYaohua Xiong2024-01-081-4/+6
* | Merge pull request #80233 from xiongyaohua/fix_pathfollower3d_rotation_modeRémi Verschelde2024-02-131-6/+8
|\ \
| * | Fix PathFollow3D update issuesYaohua Xiong2024-01-091-6/+8
| |/
* / Update Node::get_configuration_warnings signatureRedMser2024-02-081-1/+1
|/
* Fix Pathfollow directionSilc Renew2023-05-241-3/+8
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Refactor Curv3D and PathFollow3DYaohua Xiong2022-11-121-1/+6
* Change return type of `get_configuration_warnings` to `PackedStringArray`Marc Gilleron2022-09-191-1/+1
* Rename PathFollow's `offset`s to `progress` & `progress_ratio`Micky2022-08-241-5/+5
* Make `_validate_property` a multilevel methodYuri Sizov2022-08-221-1/+1
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-3/+3
* Merge pull request #62084 from smix8/path_debug_options_4.xRémi Verschelde2022-06-291-1/+10
|\
| * Add Path2D/3D debug optionssmix82022-06-201-1/+10
* | PathFollow3D parallel transport frame reliability improvementsMark Riedesel2022-05-171-1/+1
|/
* Use `switch` consistently in `_notification` (`scene` folder)Rémi Verschelde2022-02-151-1/+0
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Use real_t in 3D nodesAaron Franke2021-08-031-8/+8
* Use Array for node configuration warningsNathan Franke2021-04-111-1/+1
* Initialize class variables with default values in scene/ [1/2]Rafał Mikrut2021-02-071-4/+4
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Move initialization of some classes to headersTomasz Chabora2020-12-111-9/+9
* Remove empty lines around braces with the formatting scriptAaron Franke2020-11-161-1/+0
* Add override keywords.Marcel Admiraal2020-07-101-2/+2
* Fix repeated updates of PathFollow3D TransformMaganty Rushyendra2020-07-081-1/+1
* Object: Add usage hint to instantiate Object properties in editorRémi Verschelde2020-06-121-1/+1
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-2/+0
* Renamed 2D and 3D nodes to make their types explicitJuan Linietsky2020-03-271-0/+117