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
/
editor
/
animation_bezier_editor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-22
/
+44
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+2
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-50
/
+0
*
[Core] Rename linear_interpolate to lerp
Aaron Franke
2020-04-29
1
-3
/
+3
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-6
/
+6
*
Popups are now windows also (broken!)
Juan Linietsky
2020-03-26
1
-21
/
+21
*
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-17
1
-2
/
+2
*
Signals: Port connect calls to use callable_mp
Rémi Verschelde
2020-02-28
1
-6
/
+3
*
Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.
Juan Linietsky
2020-02-25
1
-3
/
+3
*
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-20
1
-10
/
+10
*
Texture refactor
Juan Linietsky
2020-02-11
1
-3
/
+3
*
Remove unused #if 0'ed code
Rémi Verschelde
2020-01-21
1
-20
/
+0
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Fixed missing argument for clear_selection signal in Bezier Curve editor
PouleyKetchoupp
2019-09-25
1
-1
/
+1
*
Animation Bezier Editor : fix double inserts on undo
Valentin Zagura
2019-09-06
1
-7
/
+0
*
Merge pull request #31916 from puthre/bezier_editor_zoom
Rémi Verschelde
2019-09-03
1
-0
/
+4
|
\
|
*
Animation Bezier Editor - fixed vertical zoom around mouse
Valentin Zagura
2019-09-03
1
-0
/
+4
*
|
Animation Bezier Editor: Extended zoom in and zoom out limits and fixed guide...
Valentin Zagura
2019-08-30
1
-5
/
+7
|
/
*
Remove unnecessary code and add some error explanations
qarmin
2019-07-01
1
-2
/
+2
*
Fixed a few issues with the bezier animation track editor, fixed the Travis C...
Ben Hickling
2019-04-30
1
-20
/
+34
*
Make translatable some undo/redo operations in the editor
Michael Alexsander Silva Dias
2019-02-21
1
-4
/
+4
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Change color of AnimationPlayer curve to "highlight"
Mateus Felipe C. C. Pinto
2018-12-18
1
-1
/
+2
*
Refactor editor icon retrieval
willnationsdev
2018-09-14
1
-6
/
+3
*
Add missing copyright headers
Rémi Verschelde
2018-08-29
1
-0
/
+30
*
Entirely new (and much improved) animation editor.
Juan Linietsky
2018-06-07
1
-0
/
+1183