summaryrefslogtreecommitdiffstats
path: root/scene/resources/curve.h
Commit message (Expand)AuthorAgeFilesLines
* Support “clear points” function in Path3D editorjsjtxietian2024-03-271-0/+1
* Add a button to clear curve points in the Path2D editorAttackButton2023-10-031-0/+1
* Add handles to control Curve3D tiltDaniel Roberts2023-08-121-0/+10
* Overhaul the Curve EditorVolTer2023-05-281-0/+7
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Handle corner cases for curve bakingYaohua Xiong2022-12-141-0/+2
* Refactor baking code for Curve2DYaohua Xiong2022-12-051-1/+14
* Refactor Curve3D::_bake() methodYaohua Xiong2022-11-241-1/+6
* Refactor Curv3D and PathFollow3DYaohua Xiong2022-11-121-6/+11
* Move rotation sampling from Path2D to Curve2DYaohua Xiong2022-11-011-0/+1
* Rename Curve/Curve2D/Curve3D/Gradient `interpolate()` to `sample()`Hugo Locurcio2022-08-301-11/+11
* Fix Curve{2D,3D} notifying property list changedRaul Santos2022-06-231-0/+6
* Fixed dragging curve pointsVitika92022-06-221-1/+6
* Expose Curve points in the inspectorRaul Santos2022-05-171-0/+16
* Implement `mark_dirty` in Curve2D and Curve3DRaul Santos2022-05-171-0/+4
* Regression: Fix Curve2D/Curve3D bakingHendrik Brucker2022-05-161-2/+2
* Replace most uses of Map by HashMapreduz2022-05-161-2/+2
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Improve Curve with const and real_tAaron Franke2021-11-301-60/+60
* Curve2D/Curve3D: exact linear interpolationJihyun Yu2021-08-211-0/+2
* Some work on double supportAaron Franke2021-08-091-2/+2
* Implement Particle Trailsreduz2021-04-301-1/+1
* Initialize class variables with default values in scene/ [2/2]Rafał Mikrut2021-02-091-27/+21
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-7/+0
* Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-251-2/+2
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-10/+10
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Curve: Prevent forcing 1.0 min value to 0.99Rémi Verschelde2019-06-211-0/+1
* Made use of semicolons more consitent, fixed formattingJohnJLight2019-06-191-1/+2
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+1
* Support for CPU based particles, which aids compatibility with OpenGL ES 2.0Juan Linietsky2018-07-061-0/+2
* Up vector implementation and OrientedPathFollow.danilo22052018-05-201-0/+6
* Added methods get_closest_point and get_closest_offset to both Curve2D and Cu...danilo22052018-05-011-0/+4
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Rename pos to position in user facing methods and variablesletheed2017-09-201-5/+5
* Dead code tells no talesRémi Verschelde2017-08-271-50/+0
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Synchronize parameter names in definition and declarationTwistedTwigleg2017-08-161-3/+3
* Add object type hint for docsPoommetee Ketson2017-07-191-2/+2
* Fix curve saving, refined undo/redoMarc Gilleron2017-06-281-11/+19
* Curve featuresMarc Gilleron2017-06-261-0/+31
* Added Curve resourceMarc Gilleron2017-06-241-0/+72
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* Fix typos in source code using codespellRémi Verschelde2017-03-241-3/+3
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-40/+17
* Type renames:Juan Linietsky2017-01-111-8/+8