summaryrefslogtreecommitdiffstats
path: root/scene/resources/curve.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3efSpartan3222024-11-191-24/+90
|\
| * Merge pull request #86195 from GreenCrowDev/curve3d_closeThaddeus Crews2024-11-181-24/+90
| |\
| | * Implement closed path for Curve3dmatricola7872024-11-161-24/+90
* | | Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-121-0/+21
|\| |
| * | Curve: Check for finiteness before performing calculations in `sample_baked()...JWeisberg2024-11-121-0/+21
| |/
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Support “clear points” function in Path3D editorjsjtxietian2024-03-271-0/+4
* Merge pull request #81325 from AttackButton/path_2d_editor_plugin-clear_pointsRémi Verschelde2024-01-051-0/+4
|\
| * Add a button to clear curve points in the Path2D editorAttackButton2023-10-031-0/+4
* | Merge pull request #78378 from 0xafbf/curve-evaluate-correct-transformRémi Verschelde2024-01-041-1/+1
|\ \
| * | Changed the way the rotation of a curve at a point is evaluated to match Path...Andrés Botero2023-10-281-1/+1
* | | Add const references detected by clang-tidyWilson E. Alvarez2023-12-161-6/+6
|/ /
* / Replace `sanity` with `safety` for checksA Thousand Ships2023-10-081-1/+1
|/
* Fix Curve3D baking up vectors for nontrivial curves.Ryan Hitchman2023-09-181-2/+2
* Add handles to control Curve3D tiltDaniel Roberts2023-08-121-17/+62
* Use emit_changed() consistentlykobewi2023-06-021-4/+3
* Merge pull request #74959 from MewPurPur/nice-curvesRémi Verschelde2023-05-291-0/+7
|\
| * Overhaul the Curve EditorVolTer2023-05-281-0/+7
* | Fix Pathfollow directionSilc Renew2023-05-241-4/+4
* | [Fixed] for "off-by-1" bug when sampling "baked" curve data towards the end o...Biggles Bristol2023-05-201-2/+2
|/
* Property list changes are only notified when it did change in CurveRindbee2023-03-151-15/+49
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix typos with codespellRémi Verschelde2022-12-151-3/+3
* Merge pull request #69726 from xiongyaohua/tweak_curveRémi Verschelde2022-12-141-6/+32
|\
| * Handle corner cases for curve bakingYaohua Xiong2022-12-141-6/+32
* | Fix Curve2D::get_closest_offsetYaohua Xiong2022-12-141-6/+8
|/
* Fix Path2D fish bone directionYaohua Xiong2022-12-061-1/+1
* Refactor baking code for Curve2DYaohua Xiong2022-12-051-124/+185
* Fix Curve3D::get_closest_point() brokenYaohua Xiong2022-12-031-10/+12
* Refactor Curve3D::_bake() methodYaohua Xiong2022-11-241-125/+120
* Refactor Curv3D and PathFollow3DYaohua Xiong2022-11-121-145/+250
* Move rotation sampling from Path2D to Curve2DYaohua Xiong2022-11-011-0/+41
* Handle last baked vector index earlyNikola Bunjevac2022-10-061-4/+4
* Rename Curve/Curve2D/Curve3D/Gradient `interpolate()` to `sample()`Hugo Locurcio2022-08-301-29/+29
* Rename `str2var` to `str_to_var` and similarMicky2022-08-261-2/+2
* Clarify the Line2D, Curve2D/3D documentation and fix parameter namesYuri Sizov2022-08-151-2/+2
* Add tests for empty/unnamed arguments to ClassDB, Variant, GDScriptYuri Sizov2022-08-081-2/+2
* Refactor bezier interpolation functionsHendrik Brucker2022-06-271-25/+13
* Fix Curve{2D,3D} notifying property list changedRaul Santos2022-06-231-14/+36
* Fixed dragging curve pointsVitika92022-06-221-5/+19
* Expose Curve points in the inspectorRaul Santos2022-05-171-1/+255
* Implement `mark_dirty` in Curve2D and Curve3DRaul Santos2022-05-171-32/+26
* Regression: Fix Curve2D/Curve3D bakingHendrik Brucker2022-05-161-4/+6
* Replace most uses of Map by HashMapreduz2022-05-161-4/+4
* Fix Curve bake algorithmRaul Santos2022-05-121-45/+55
* Fix Curve idx calculation for baked tilts and up vectorsRaul Santos2022-05-121-23/+42
* Vectors: Use clear() and has().Anilforextra2022-02-021-7/+7
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Improve Curve with const and real_tAaron Franke2021-11-301-242/+242