index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scene
/
resources
/
curve.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3ef
Spartan322
2024-11-19
1
-24
/
+90
|
\
|
*
Merge pull request #86195 from GreenCrowDev/curve3d_close
Thaddeus Crews
2024-11-18
1
-24
/
+90
|
|
\
|
|
*
Implement closed path for Curve3d
matricola787
2024-11-16
1
-24
/
+90
*
|
|
Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0e
Spartan322
2024-11-12
1
-0
/
+21
|
\
|
|
|
*
|
Curve: Check for finiteness before performing calculations in `sample_baked()...
JWeisberg
2024-11-12
1
-0
/
+21
|
|
/
*
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
|
/
*
Support “clear points” function in Path3D editor
jsjtxietian
2024-03-27
1
-0
/
+4
*
Merge pull request #81325 from AttackButton/path_2d_editor_plugin-clear_points
Rémi Verschelde
2024-01-05
1
-0
/
+4
|
\
|
*
Add a button to clear curve points in the Path2D editor
AttackButton
2023-10-03
1
-0
/
+4
*
|
Merge pull request #78378 from 0xafbf/curve-evaluate-correct-transform
Rémi Verschelde
2024-01-04
1
-1
/
+1
|
\
\
|
*
|
Changed the way the rotation of a curve at a point is evaluated to match Path...
Andrés Botero
2023-10-28
1
-1
/
+1
*
|
|
Add const references detected by clang-tidy
Wilson E. Alvarez
2023-12-16
1
-6
/
+6
|
/
/
*
/
Replace `sanity` with `safety` for checks
A Thousand Ships
2023-10-08
1
-1
/
+1
|
/
*
Fix Curve3D baking up vectors for nontrivial curves.
Ryan Hitchman
2023-09-18
1
-2
/
+2
*
Add handles to control Curve3D tilt
Daniel Roberts
2023-08-12
1
-17
/
+62
*
Use emit_changed() consistently
kobewi
2023-06-02
1
-4
/
+3
*
Merge pull request #74959 from MewPurPur/nice-curves
Rémi Verschelde
2023-05-29
1
-0
/
+7
|
\
|
*
Overhaul the Curve Editor
VolTer
2023-05-28
1
-0
/
+7
*
|
Fix Pathfollow direction
Silc Renew
2023-05-24
1
-4
/
+4
*
|
[Fixed] for "off-by-1" bug when sampling "baked" curve data towards the end o...
Biggles Bristol
2023-05-20
1
-2
/
+2
|
/
*
Property list changes are only notified when it did change in Curve
Rindbee
2023-03-15
1
-15
/
+49
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Fix typos with codespell
Rémi Verschelde
2022-12-15
1
-3
/
+3
*
Merge pull request #69726 from xiongyaohua/tweak_curve
Rémi Verschelde
2022-12-14
1
-6
/
+32
|
\
|
*
Handle corner cases for curve baking
Yaohua Xiong
2022-12-14
1
-6
/
+32
*
|
Fix Curve2D::get_closest_offset
Yaohua Xiong
2022-12-14
1
-6
/
+8
|
/
*
Fix Path2D fish bone direction
Yaohua Xiong
2022-12-06
1
-1
/
+1
*
Refactor baking code for Curve2D
Yaohua Xiong
2022-12-05
1
-124
/
+185
*
Fix Curve3D::get_closest_point() broken
Yaohua Xiong
2022-12-03
1
-10
/
+12
*
Refactor Curve3D::_bake() method
Yaohua Xiong
2022-11-24
1
-125
/
+120
*
Refactor Curv3D and PathFollow3D
Yaohua Xiong
2022-11-12
1
-145
/
+250
*
Move rotation sampling from Path2D to Curve2D
Yaohua Xiong
2022-11-01
1
-0
/
+41
*
Handle last baked vector index early
Nikola Bunjevac
2022-10-06
1
-4
/
+4
*
Rename Curve/Curve2D/Curve3D/Gradient `interpolate()` to `sample()`
Hugo Locurcio
2022-08-30
1
-29
/
+29
*
Rename `str2var` to `str_to_var` and similar
Micky
2022-08-26
1
-2
/
+2
*
Clarify the Line2D, Curve2D/3D documentation and fix parameter names
Yuri Sizov
2022-08-15
1
-2
/
+2
*
Add tests for empty/unnamed arguments to ClassDB, Variant, GDScript
Yuri Sizov
2022-08-08
1
-2
/
+2
*
Refactor bezier interpolation functions
Hendrik Brucker
2022-06-27
1
-25
/
+13
*
Fix Curve{2D,3D} notifying property list changed
Raul Santos
2022-06-23
1
-14
/
+36
*
Fixed dragging curve points
Vitika9
2022-06-22
1
-5
/
+19
*
Expose Curve points in the inspector
Raul Santos
2022-05-17
1
-1
/
+255
*
Implement `mark_dirty` in Curve2D and Curve3D
Raul Santos
2022-05-17
1
-32
/
+26
*
Regression: Fix Curve2D/Curve3D baking
Hendrik Brucker
2022-05-16
1
-4
/
+6
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-4
/
+4
*
Fix Curve bake algorithm
Raul Santos
2022-05-12
1
-45
/
+55
*
Fix Curve idx calculation for baked tilts and up vectors
Raul Santos
2022-05-12
1
-23
/
+42
*
Vectors: Use clear() and has().
Anilforextra
2022-02-02
1
-7
/
+7
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Improve Curve with const and real_t
Aaron Franke
2021-11-30
1
-242
/
+242
[next]