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
...
*
Merge pull request #88436 from AThousandShips/editor_ellipses
Rémi Verschelde
2024-02-18
1
-17
/
+17
|
\
|
*
[Editor] Add missing ellipses to menu options that open dialogs
A Thousand Ships
2024-02-17
1
-17
/
+17
*
|
Merge pull request #88350 from CookieBadger/animation-cut-keyframe
Rémi Verschelde
2024-02-18
1
-4
/
+42
|
\
\
|
*
|
implemented cut selected keys in animation player
emild
2024-02-15
1
-4
/
+42
*
|
|
Fix crash with animation audio track offset
A Thousand Ships
2024-02-17
1
-1
/
+7
|
|
/
|
/
|
*
|
Make consistent the retrieval of audio tracks
Silc Lizard (Tokage) Renew
2024-02-18
1
-1
/
+177
*
|
Merge pull request #87530 from YeldhamDev/atr_inheritance
Rémi Verschelde
2024-02-17
1
-2
/
+2
|
\
\
|
*
|
Make auto translation inheritable
Michael Alexsander
2024-02-15
1
-2
/
+2
*
|
|
Merge pull request #86608 from TokageItLab/add-warn-setting-anim
Rémi Verschelde
2024-02-17
1
-36
/
+42
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add option to silence some warnings in AnimationMixer caching
Silc Lizard (Tokage) Renew
2024-02-14
1
-36
/
+42
|
|
/
*
|
Merge pull request #88352 from CookieBadger/bezier-handle-mode-undo-fix
Rémi Verschelde
2024-02-15
1
-1
/
+1
|
\
\
|
*
|
Fix bezier editor handle mode undo history mismatch
emild
2024-02-15
1
-1
/
+1
|
|
/
*
|
Merge pull request #88302 from CookieBadger/bezier-remove-unused-signals
Rémi Verschelde
2024-02-13
1
-1
/
+0
|
\
\
|
|
/
|
/
|
|
*
remove unused signals in AnimationBezierTrackEdit
emild
2024-02-13
1
-1
/
+0
*
|
Fix vertical zoom factor in Animation Bezier Editor
emild
2024-02-13
1
-2
/
+2
*
|
Merge pull request #87250 from CookieBadger/animation-copy-paste-keyframe
Rémi Verschelde
2024-02-12
1
-96
/
+337
|
\
\
|
*
|
implement consistent select, copy, paste, duplicate in animation player
emild
2024-02-06
1
-96
/
+337
*
|
|
Merge pull request #85367 from KoBeWi/elephant_in_the_editor
Rémi Verschelde
2024-02-12
1
-5
/
+11
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Fix custom type icon sizes in animation tracks
kobewi
2023-11-25
1
-5
/
+11
*
|
|
Split theme generation logic into several subroutines
Yuri Sizov
2024-01-16
1
-1
/
+1
*
|
|
Reorganize code related to editor theming
Yuri Sizov
2024-01-16
1
-1
/
+1
|
|
/
|
/
|
*
|
Update deferred calls to use Callables
kobewi
2024-01-09
1
-2
/
+1
*
|
Merge pull request #86867 from TokageItLab/reset-copy-options-for-more
Rémi Verschelde
2024-01-08
1
-2
/
+5
|
\
\
|
*
|
Copy intrp/loop for all track & use_blend for audio when adding reset
Silc Lizard (Tokage) Renew
2024-01-06
1
-2
/
+5
*
|
|
Merge pull request #85142 from CookieBadger/animation-player-improvements
Rémi Verschelde
2024-01-08
1
-3
/
+63
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Improved usability of zoom features in animation player
CookieBadger
2024-01-07
1
-3
/
+63
*
|
|
Merge pull request #86630 from TokageItLab/value-track-default-option
Rémi Verschelde
2024-01-02
1
-44
/
+79
|
\
\
\
|
*
|
|
Make default options of int value track refer to RESET animation
Silc Lizard (Tokage) Renew
2024-01-02
1
-44
/
+79
*
|
|
|
Copy track update mode when adding reset key
kobewi
2023-12-30
1
-0
/
+6
|
/
/
/
*
|
/
Fix setting bezier track handle mode from inspector.
Saracen
2023-12-14
1
-8
/
+18
|
|
/
|
/
|
*
|
Fix seeking bug in AnimationPlayerEditor
Silc Lizard (Tokage) Renew
2023-11-22
1
-9
/
+9
|
/
*
Add descriptive warning for animation track hint fails.
Saracen
2023-10-30
1
-0
/
+7
*
Merge pull request #82627 from kleonc/animation-editor-audio-clip-offset-slid...
Rémi Verschelde
2023-10-16
1
-2
/
+5
|
\
|
*
Limit animation audio clip inspector offset sliders to clip length
kleonc
2023-10-01
1
-2
/
+5
*
|
Merge pull request #83003 from AThousandShips/null_check_extra
Rémi Verschelde
2023-10-09
1
-1
/
+1
|
\
\
|
*
|
Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-10-08
1
-1
/
+1
*
|
|
Fix crash when clicking on "Interpolation Mode" with nonexistent node path
RealMadvicius
2023-10-07
1
-9
/
+16
|
/
/
*
|
Add vararg call() method to C++ Callable
kobewi
2023-10-05
1
-20
/
+1
*
|
Merge pull request #81188 from the-sink/animation_player_things
Rémi Verschelde
2023-10-03
1
-0
/
+16
|
\
\
|
|
/
|
/
|
|
*
Select node when clicked in AnimationPlayer timeline
the-sink
2023-09-28
1
-0
/
+16
*
|
Implement AnimationManager the base class of AnimationPlayer/Tree
Silc Lizard (Tokage) Renew
2023-09-29
1
-9
/
+44
*
|
Replace `radians` range hint with `radians_as_degrees`
A Thousand Ships
2023-09-25
1
-0
/
+4
*
|
Replace Ctrl in editor shortcuts with Cmd or Ctrl depending on platform
ajreckof
2023-09-19
1
-1
/
+1
*
|
[Editor] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-15
1
-10
/
+10
*
|
Improve undo action names
Haoyu Qiu
2023-09-12
1
-11
/
+11
*
|
Ignore method track when drawing line between keys
jsjtxietian
2023-09-12
1
-1
/
+1
*
|
Add EditorStringNames singleton
kobewi
2023-09-03
1
-92
/
+93
|
/
*
Merge pull request #54524 from Calinou/animation-editor-add-bypass-confirmation
Yuri Sizov
2023-07-26
1
-3
/
+5
|
\
|
*
Skip keyframe creation dialog when holding Shift in the animation editor
Hugo Locurcio
2023-07-17
1
-3
/
+5
*
|
Unify and streamline connecting to Resource changes
kobewi
2023-07-17
1
-2
/
+2
|
/
[prev]
[next]