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
*
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
|
/
*
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
[next]