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
*
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
*
Fixes method bind
Ramesh Ravone
2017-06-25
1
-2
/
+2
*
Added Curve resource
Marc Gilleron
2017-06-24
1
-0
/
+359
*
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-04-08
1
-0
/
+1
*
A Whole New World (clang-format edition)
Rémi Verschelde
2017-03-05
1
-465
/
+359
*
Rename the _MD macro to D_METHOD
Hein-Pieter van Braam
2017-02-13
1
-69
/
+69
*
Remove use of _SCS from ADD_METHOD
Hein-Pieter van Braam
2017-02-13
1
-11
/
+11
*
Overloaded basic math funcs (double and float variants). Use real_t rather th...
Ferenc Arn
2017-01-16
1
-3
/
+3
*
Type renames:
Juan Linietsky
2017-01-11
1
-32
/
+32
*
Memory pool vectors (DVector) have been enormously simplified in code, and re...
Juan Linietsky
2017-01-07
1
-4
/
+4
*
ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...
Juan Linietsky
2017-01-02
1
-69
/
+69
*
Welcome in 2017, dear changelog reader!
Rémi Verschelde
2017-01-01
1
-1
/
+1
*
Curve2D/3D: Add clear_points method.
Andreas Haas
2016-12-03
1
-0
/
+19
*
Fix curve bug
Algrin6
2016-07-21
1
-3
/
+3
*
remove trailing whitespace
Hubert Jarosz
2016-05-21
1
-1
/
+1
*
Fixed curve baking, now always start at origin point
Hearto Lazor
2016-04-15
1
-1
/
+2
*
Update copyright to 2016 in headers
George Marques
2016-01-01
1
-1
/
+1
[next]