Age | Commit message (Expand) | Author |
2023-01-05 | One Copyright Update to rule them all | Rémi Verschelde |
2022-12-14 | Handle corner cases for curve baking | Yaohua Xiong |
2022-12-05 | Refactor baking code for Curve2D | Yaohua Xiong |
2022-11-24 | Refactor Curve3D::_bake() method | Yaohua Xiong |
2022-11-12 | Refactor Curv3D and PathFollow3D | Yaohua Xiong |
2022-11-01 | Move rotation sampling from Path2D to Curve2D | Yaohua Xiong |
2022-08-30 | Rename Curve/Curve2D/Curve3D/Gradient `interpolate()` to `sample()` | Hugo Locurcio |
2022-06-23 | Fix Curve{2D,3D} notifying property list changed | Raul Santos |
2022-06-22 | Fixed dragging curve points | Vitika9 |
2022-05-17 | Expose Curve points in the inspector | Raul Santos |
2022-05-17 | Implement `mark_dirty` in Curve2D and Curve3D | Raul Santos |
2022-05-16 | Regression: Fix Curve2D/Curve3D baking | Hendrik Brucker |
2022-05-16 | Replace most uses of Map by HashMap | reduz |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2021-11-30 | Improve Curve with const and real_t | Aaron Franke |
2021-08-21 | Curve2D/Curve3D: exact linear interpolation | Jihyun Yu |
2021-08-09 | Some work on double support | Aaron Franke |
2021-04-30 | Implement Particle Trails | reduz |
2021-02-09 | Initialize class variables with default values in scene/ [2/2] | Rafał Mikrut |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-11-07 | Reorganized core/ directory, it was too fatty already | reduz |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-02-25 | Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT. | Juan Linietsky |
2020-02-18 | PoolVector is gone, replaced by Vector | Juan Linietsky |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-06-21 | Curve: Prevent forcing 1.0 min value to 0.99 | Rémi Verschelde |
2019-06-19 | Made use of semicolons more consitent, fixed formatting | JohnJLight |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-07-06 | Support for CPU based particles, which aids compatibility with OpenGL ES 2.0 | Juan Linietsky |
2018-05-20 | Up vector implementation and OrientedPathFollow. | danilo2205 |
2018-05-01 | Added methods get_closest_point and get_closest_offset to both Curve2D and Cu... | danilo2205 |
2018-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde |
2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde |
2017-09-20 | Rename pos to position in user facing methods and variables | letheed |
2017-08-27 | Dead code tells no tales | Rémi Verschelde |
2017-08-27 | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde |
2017-08-16 | Synchronize parameter names in definition and declaration | TwistedTwigleg |
2017-07-19 | Add object type hint for docs | Poommetee Ketson |
2017-06-28 | Fix curve saving, refined undo/redo | Marc Gilleron |
2017-06-26 | Curve features | Marc Gilleron |
2017-06-24 | Added Curve resource | Marc Gilleron |
2017-04-08 | Add "Godot Engine contributors" copyright line | Rémi Verschelde |
2017-03-24 | Fix typos in source code using codespell | Rémi Verschelde |
2017-03-05 | A Whole New World (clang-format edition) | Rémi Verschelde |
2017-01-11 | Type renames: | Juan Linietsky |
2017-01-07 | Memory pool vectors (DVector) have been enormously simplified in code, and re... | Juan Linietsky |
2017-01-02 | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va... | Juan Linietsky |
2017-01-01 | Welcome in 2017, dear changelog reader! | Rémi Verschelde |
2016-12-03 | Curve2D/3D: Add clear_points method. | Andreas Haas |