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
*
[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
|
/
*
Merge pull request #74948 from AThousandShips/animation_key
Rémi Verschelde
2023-06-09
1
-2
/
+2
|
\
|
*
Fix type check in AnimationTrackKeyEdit for methods
Ninni Pipping
2023-03-15
1
-2
/
+2
*
|
Add spring tween to AnimationTrackEditor
Silc Lizard (Tokage) Renew
2023-06-05
1
-0
/
+1
*
|
Expose interpolation methods for 3D track in Animation class
Silc Renew
2023-04-25
1
-5
/
+5
*
|
Fix editor spin slider remaining editable if set read_only during an edit and...
Samuele Panzeri
2023-04-22
1
-0
/
+4
*
|
Add i18n for track easing and baking dialogs
Haoyu Qiu
2023-04-13
1
-36
/
+24
*
|
Improve includes of EditorNode (and everything else)
Yuri Sizov
2023-04-07
1
-0
/
+8
|
/
*
Merge pull request #73195 from timothyqiu/weblate-comments
Rémi Verschelde
2023-02-17
1
-5
/
+5
|
\
|
*
Improvements and fixes based on Weblate comments
Haoyu Qiu
2023-02-13
1
-5
/
+5
*
|
Make animation length control respect read-only rules.
SaracenOne
2023-02-15
1
-0
/
+2
|
/
*
fix nullptr dereference in AnimationTimelineEdit
Ruthger Dijt
2023-02-11
1
-0
/
+2
*
Fix weird bezier edit button update timing in AnimationTrackEditor
Silc Renew
2023-02-11
1
-13
/
+21
*
Merge pull request #71054 from MarioLiebisch/fix-animationplayer-calltrack-st...
Rémi Verschelde
2023-02-10
1
-2
/
+2
|
\
|
*
Properly stringify args for Call Method Tracks
Mario Liebisch
2023-01-08
1
-2
/
+2
*
|
Fix rotation key edit is labeled scale in AnimationMultiTrackKeyEdit
Silc Renew
2023-02-06
1
-1
/
+1
*
|
Remove some unused signals
Rémi Verschelde
2023-01-31
1
-1
/
+0
*
|
Implement blending audio feature to AnimationTree
Silc Renew
2023-01-28
1
-7
/
+43
*
|
Add gesture to ViewPanner and simplify a bit its API
Gilles Roudière
2023-01-23
1
-33
/
+13
*
|
Add EditorUndoRedoManager singleton
kobewi
2023-01-16
1
-36
/
+36
*
|
Fix undo of editing animation length with spinner by adding flag
Silc Renew
2023-01-10
1
-1
/
+1
*
|
Use BitField<> in core type masks
Juan Linietsky
2023-01-08
1
-2
/
+2
|
/
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Add inspector plugin for key time edit & Change find key argument
Silc Renew
2022-12-22
1
-1114
/
+1040
*
Fix unmerged history in AnimationTrackEditor
Silc Renew
2022-12-10
1
-40
/
+34
*
Remove UPDATE_TRIGGER & Match behaviors between AnimationTree/Player
Silc Renew
2022-12-02
1
-12
/
+1
*
Fix crash AnimationTimelineEdit when switch FPS mode without track
Silc Renew
2022-11-30
1
-1
/
+3
*
Use forward-declarations in big editor classes
trollodel
2022-11-29
1
-0
/
+3
*
Merge pull request #68874 from TokageItLab/fix-unique-path-keying
Rémi Verschelde
2022-11-28
1
-9
/
+7
|
\
|
*
Add option to get_path_to() to get the shortest path with unique name
Silc Renew
2022-11-19
1
-9
/
+7
*
|
Fix wrong AnimationTrackKeyEdit update timing
Silc Renew
2022-11-25
1
-20
/
+25
*
|
Cleanup remaining EditorUndoRedoManager usages
kobewi
2022-11-24
1
-25
/
+37
*
|
Fix connection of animation changed signal in AnimationTrackEditor
Silc Renew
2022-11-20
1
-8
/
+2
|
/
*
Fix update timing when AnimationEditor changes FPS
Silc Renew
2022-11-17
1
-2
/
+3
*
Merge pull request #67963 from KoBeWi/den_of_actions
Rémi Verschelde
2022-11-14
1
-1
/
+1
|
\
|
*
Fix nested actions in EditorUndoRedoManager
kobewi
2022-10-28
1
-1
/
+1
*
|
Merge pull request #67578 from KoBeWi/GEDITOR
Rémi Verschelde
2022-10-31
1
-4
/
+4
|
\
\
|
|
/
|
/
|
|
*
Unify usage of GLOBAL/EDITOR_GET
kobewi
2022-10-18
1
-4
/
+4
*
|
Add a tutorial link to Retarget Classes
Silc Renew
2022-10-22
1
-1
/
+1
|
/
*
Bind `AnimationTrackEditor::_redraw_tracks` for UndoRedo
Haoyu Qiu
2022-10-08
1
-0
/
+1
*
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-07
1
-52
/
+50
*
Merge pull request #44143 from KoBeWi/callable_multiplayer
Rémi Verschelde
2022-09-18
1
-13
/
+5
|
\
|
*
Port remaining connections to callable_mp
Tomasz Chabora
2022-09-18
1
-13
/
+5
*
|
Fix loop mode button update in the Animation editor
Yuri Sizov
2022-09-16
1
-0
/
+4
|
/
[next]