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
*
Use range iterators for `Map`
Lightning_A
2021-09-30
1
-9
/
+9
*
Merge pull request #51920 from jmb462/missing-sname-macro-optimization-in-som...
Rémi Verschelde
2021-09-23
1
-2
/
+2
|
\
|
*
Add missing SNAME macro optimization for StringName in some functions
jmb462
2021-08-20
1
-2
/
+2
*
|
Replace close icon with button in the Bezier editor
Nathan Lovato
2021-08-26
1
-34
/
+14
*
|
Entirely removes BIND_VMETHOD in favor of GDVIRTUAL
reduz
2021-08-23
1
-3
/
+1
|
/
*
Improve the animation bezier editor
Hugo Locurcio
2021-08-14
1
-15
/
+20
*
Shortcut: Rename `shortcut` property to `event`
Rémi Verschelde
2021-08-05
1
-2
/
+2
*
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
/
+4
*
Optimize StringName usage
reduz
2021-07-18
1
-25
/
+25
*
Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...
Lightning_A
2021-05-07
1
-6
/
+6
*
fix AnimationTrackEditor's undo with correction invalid method name
Tokage
2021-05-05
1
-5
/
+5
*
Fix crashes in *_input functions
Rafał Mikrut
2021-04-05
1
-0
/
+2
*
Rename ButtonList enum and members to MouseButton
Aaron Franke
2021-03-23
1
-9
/
+9
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Rename Math::stepify to snapped
Marcel Admiraal
2020-12-28
1
-4
/
+4
*
Rename Control margin to offset
Marcel Admiraal
2020-12-23
1
-1
/
+1
*
Remove connect *_compat methods
Aaron Franke
2020-12-05
1
-7
/
+7
*
[Complex Text Layouts] Refactor Font class, default themes and controls to us...
bruvzg
2020-11-26
1
-18
/
+26
*
Fix timeline cursor not updating on zoom change in the Bezier editor
Michael Alexsander
2020-07-02
1
-0
/
+1
*
Make timeline cursor in the Bezier editor just as thick as the Animation editor
Michael Alexsander
2020-07-01
1
-1
/
+2
*
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