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_track_editor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Makes more editor strings translatable
Haoyu Qiu
2019-12-30
1
-1
/
+1
*
Removed unused variables, add some constants numbers
Rafał Mikrut
2019-12-10
1
-1
/
+0
*
Fix animation key snapping at high zooms
Tomasz Chabora
2019-11-17
1
-3
/
+8
*
Fixed cases where labels with autowrap can overflow the editor ui
PouleyKetchoupp
2019-11-04
1
-0
/
+1
*
Enhancements and fixes for the animation editor's copy track dialog
Michael Alexsander
2019-10-21
1
-14
/
+19
*
Fixed missing argument for clear_selection signal in Bezier Curve editor
PouleyKetchoupp
2019-09-25
1
-2
/
+0
*
Fixes in AnimationTrackEditor around bezier curves
PouleyKetchoupp
2019-09-23
1
-36
/
+38
*
Merge pull request #32146 from YeldhamDev/key_bezier_int_real
Rémi Verschelde
2019-09-20
1
-2
/
+4
|
\
|
*
Fix keying integer and float values from inspector not being able to use bezi...
Michael Alexsander Silva Dias
2019-09-15
1
-2
/
+4
*
|
Merge pull request #32129 from YeldhamDev/fix_track_removal_errors
Rémi Verschelde
2019-09-20
1
-12
/
+17
|
\
\
|
*
|
Fix errors in the animation editor when removing tracks via undo/redo
Michael Alexsander Silva Dias
2019-09-13
1
-12
/
+17
|
|
/
*
/
Add informational messages to various editors
Michael Alexsander Silva Dias
2019-09-04
1
-0
/
+12
|
/
*
Change mouse cursor when hovering a resize area in the animation editor
Hugo Locurcio
2019-08-23
1
-1
/
+8
*
Merge pull request #31424 from Calinou/improve-animation-editor-timeline
Rémi Verschelde
2019-08-17
1
-3
/
+7
|
\
|
*
Improve timeline drawing in the animation editor
Hugo Locurcio
2019-08-17
1
-3
/
+7
*
|
Add an outline to box selection rectangles for better visibility
Hugo Locurcio
2019-08-15
1
-4
/
+3
|
/
*
Tweak range steps in the animation editor
Hugo Locurcio
2019-08-06
1
-1
/
+1
*
Improve snapping in the animation editor
Hugo Locurcio
2019-08-06
1
-1
/
+6
*
Fix undo problems with method and transform tracks in the animation editor
Michael Alexsander Silva Dias
2019-07-24
1
-4
/
+4
*
Make possible to edit multiple keys in an animation again
Michael Alexsander Silva Dias
2019-07-22
1
-64
/
+797
*
Revert "Expose "meta" to the Inspector"
Rémi Verschelde
2019-07-22
1
-2
/
+2
*
Merge pull request #30697 from bojidar-bg/6067-pale-customtype-script
Rémi Verschelde
2019-07-20
1
-9
/
+2
|
\
|
*
Make custom types more subtle and more useful
Bojidar Marinov
2019-07-19
1
-9
/
+2
*
|
Merge pull request #22642 from YeldhamDev/inspector_metadata
Rémi Verschelde
2019-07-19
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
Expose "meta" to the Inspector
Michael Alexsander Silva Dias
2018-12-08
1
-2
/
+2
*
|
Use CheckBoxes in the editor instead of CheckButtons when applicable
Hugo Locurcio
2019-07-04
1
-3
/
+3
*
|
Make easier to select keys that are at position 0 in AnimationPlayer editor
jens
2019-07-03
1
-24
/
+28
*
|
Merge pull request #29941 from qarmin/redundant_code_and_others
Rémi Verschelde
2019-06-27
1
-4
/
+4
|
\
\
|
*
|
Some code changed with Clang-Tidy
qarmin
2019-06-26
1
-4
/
+4
*
|
|
Display invalid value keys in AnimationTrackEdit
Rémi Verschelde
2019-06-23
1
-37
/
+44
|
/
/
*
|
Merge pull request #29899 from Chaosus/select_all_tracks
Rémi Verschelde
2019-06-19
1
-2
/
+29
|
\
\
|
*
|
Added button to select all tracks in track copy dialog
Chaosus
2019-06-19
1
-2
/
+29
*
|
|
Fix animation keys selection with SHIFT/CTRL
Chaosus
2019-06-19
1
-7
/
+8
|
/
/
*
|
i18n: Sync translation template with current source
Rémi Verschelde
2019-06-16
1
-4
/
+2
*
|
Enhancements for the audio bus editor
Michael Alexsander Silva Dias
2019-06-09
1
-1
/
+1
*
|
Sync Animation editor with Inspector
volzhs
2019-05-31
1
-0
/
+3
*
|
Revert "Fix AnimationPlayer editor length and step synchronization"
volzhs
2019-05-31
1
-2
/
+3
*
|
Make animation editor change tracks positions instead of swapping them
Michael Alexsander Silva Dias
2019-05-27
1
-12
/
+54
*
|
Fix "Node not found:" error message when adding tracks
Michael Alexsander Silva Dias
2019-05-25
1
-3
/
+1
*
|
Merge pull request #24771 from timoschwarzer/animation-player-editor-pos-drag...
Rémi Verschelde
2019-05-24
1
-3
/
+2
|
\
\
|
*
|
Fix AnimationPlayer editor length and step synchronization
Timo Schwarzer
2019-05-06
1
-3
/
+2
*
|
|
Fix typos with codespell
Rémi Verschelde
2019-05-19
1
-1
/
+1
|
/
/
*
|
Fixed a few issues with the bezier animation track editor, fixed the Travis C...
Ben Hickling
2019-04-30
1
-18
/
+11
*
|
Merge pull request #28323 from homer666/animationplayer-imported-anim-warning
Rémi Verschelde
2019-04-30
1
-0
/
+27
|
\
\
|
*
|
Warn when opening imported anim in AnimationPlayer
homer666
2019-04-30
1
-0
/
+27
*
|
|
Update edited keyframe's snap mode properly
homer666
2019-04-28
1
-1
/
+2
*
|
|
Merge pull request #28361 from homer666/animationplayer-fps-mode-fixes
Hein-Pieter van Braam
2019-04-25
1
-4
/
+17
|
\
\
\
|
*
|
|
AnimationPlayer FPS mode fixes
homer666
2019-04-24
1
-4
/
+17
|
|
/
/
*
/
/
i18n: Sync translation template with current source
Rémi Verschelde
2019-04-25
1
-1
/
+1
|
/
/
[next]