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
...
*
Rename `remove()` to `remove_at()` when removing by index
Lightning_A
2021-11-23
1
-4
/
+4
*
Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`
Hugo Locurcio
2021-11-03
1
-3
/
+3
*
Use range iterators for `Map`
Lightning_A
2021-09-30
1
-4
/
+4
*
Curve2D/Curve3D: exact linear interpolation
Jihyun Yu
2021-08-21
1
-26
/
+71
*
Some work on double support
Aaron Franke
2021-08-09
1
-4
/
+4
*
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-25
1
-2
/
+2
*
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
1
-5
/
+5
*
Optimize StringName usage
reduz
2021-07-18
1
-2
/
+2
*
Implement Particle Trails
reduz
2021-04-30
1
-2
/
+2
*
Initialize class variables with default values in scene/ [2/2]
Rafał Mikrut
2021-02-09
1
-14
/
+2
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Rename empty() to is_empty()
Marcel Admiraal
2020-12-28
1
-2
/
+2
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-67
/
+124
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+12
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-90
/
+0
*
Revert "Renamed plane's d to distance"
Rémi Verschelde
2020-05-10
1
-2
/
+2
*
Renamed plane's d to distance
Marcus Elg
2020-05-10
1
-2
/
+2
*
[Core] Rename linear_interpolate to lerp
Aaron Franke
2020-04-29
1
-2
/
+2
*
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-17
1
-2
/
+2
*
Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.
Juan Linietsky
2020-02-25
1
-8
/
+8
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
1
-45
/
+36
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Remove ERR_EXPLAIN from scene/* code
Tomasz Chabora
2019-08-09
1
-32
/
+8
*
Curve: Prevent forcing 1.0 min value to 0.99
Rémi Verschelde
2019-06-21
1
-4
/
+9
*
Fixing Curve2D/3D baked interpolated values
Maxime Leroy
2019-05-01
1
-3
/
+6
*
Small fixes, mostly dupicated code
qarmin
2019-04-08
1
-1
/
+1
*
Appease some CppCheck warns for files in the "scene" directory
Michael Alexsander Silva Dias
2019-01-16
1
-16
/
+16
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-1
/
+1
*
Bind Curve::get_point_count
merumelu
2018-09-07
1
-0
/
+1
*
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-07-26
1
-36
/
+36
*
Support for CPU based particles, which aids compatibility with OpenGL ES 2.0
Juan Linietsky
2018-07-06
1
-0
/
+10
*
Up vector implementation and OrientedPathFollow.
danilo2205
2018-05-20
1
-0
/
+125
*
Added methods get_closest_point and get_closest_offset to both Curve2D and Cu...
danilo2205
2018-05-01
1
-0
/
+166
*
Bind many more properties to scripts
Bojidar Marinov
2018-01-12
1
-3
/
+3
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
*
CurveEditor: fix can't edit right tangent
Poommetee Ketson
2017-10-03
1
-5
/
+5
*
Rename pos to position in user facing methods and variables
letheed
2017-09-20
1
-24
/
+17
*
Fix enums bindings
Maxim Sheronov
2017-09-13
1
-0
/
+4
*
Merge pull request #10908 from hpvb/fix-unused-variables
Rémi Verschelde
2017-09-12
1
-9
/
+0
|
\
|
*
Fix unused variable warnings
Hein-Pieter van Braam
2017-09-08
1
-9
/
+0
*
|
Fix various assorted warnings
Hein-Pieter van Braam
2017-09-08
1
-12
/
+13
|
/
*
Dead code tells no tales
Rémi Verschelde
2017-08-27
1
-338
/
+1
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
*
Add object type hint for docs
Poommetee Ketson
2017-07-19
1
-4
/
+4
*
Reworked translation system
Juan Linietsky
2017-06-28
1
-1
/
+1
*
Fix build error on master
Poommetee Ketson
2017-06-28
1
-1
/
+1
*
Fix curve saving, refined undo/redo
Marc Gilleron
2017-06-28
1
-21
/
+25
*
Curve features
Marc Gilleron
2017-06-26
1
-0
/
+118
[prev]
[next]