summaryrefslogtreecommitdiffstats
path: root/editor/animation_track_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix setting bezier track handle mode from inspector.Saracen2023-12-141-8/+18
* Fix seeking bug in AnimationPlayerEditorSilc Lizard (Tokage) Renew2023-11-221-9/+9
* Add descriptive warning for animation track hint fails.Saracen2023-10-301-0/+7
* Merge pull request #82627 from kleonc/animation-editor-audio-clip-offset-slid...Rémi Verschelde2023-10-161-2/+5
|\
| * Limit animation audio clip inspector offset sliders to clip lengthkleonc2023-10-011-2/+5
* | Merge pull request #83003 from AThousandShips/null_check_extraRémi Verschelde2023-10-091-1/+1
|\ \
| * | Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-10-081-1/+1
* | | Fix crash when clicking on "Interpolation Mode" with nonexistent node pathRealMadvicius2023-10-071-9/+16
|/ /
* | Add vararg call() method to C++ Callablekobewi2023-10-051-20/+1
* | Merge pull request #81188 from the-sink/animation_player_thingsRémi Verschelde2023-10-031-0/+16
|\ \ | |/ |/|
| * Select node when clicked in AnimationPlayer timelinethe-sink2023-09-281-0/+16
* | Implement AnimationManager the base class of AnimationPlayer/TreeSilc Lizard (Tokage) Renew2023-09-291-9/+44
* | Replace `radians` range hint with `radians_as_degrees`A Thousand Ships2023-09-251-0/+4
* | Replace Ctrl in editor shortcuts with Cmd or Ctrl depending on platformajreckof2023-09-191-1/+1
* | [Editor] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-151-10/+10
* | Improve undo action namesHaoyu Qiu2023-09-121-11/+11
* | Ignore method track when drawing line between keysjsjtxietian2023-09-121-1/+1
* | Add EditorStringNames singletonkobewi2023-09-031-92/+93
|/
* Merge pull request #54524 from Calinou/animation-editor-add-bypass-confirmationYuri Sizov2023-07-261-3/+5
|\
| * Skip keyframe creation dialog when holding Shift in the animation editorHugo Locurcio2023-07-171-3/+5
* | Unify and streamline connecting to Resource changeskobewi2023-07-171-2/+2
|/
* Merge pull request #74948 from AThousandShips/animation_keyRémi Verschelde2023-06-091-2/+2
|\
| * Fix type check in AnimationTrackKeyEdit for methodsNinni Pipping2023-03-151-2/+2
* | Add spring tween to AnimationTrackEditorSilc Lizard (Tokage) Renew2023-06-051-0/+1
* | Expose interpolation methods for 3D track in Animation classSilc Renew2023-04-251-5/+5
* | Fix editor spin slider remaining editable if set read_only during an edit and...Samuele Panzeri2023-04-221-0/+4
* | Add i18n for track easing and baking dialogsHaoyu Qiu2023-04-131-36/+24
* | Improve includes of EditorNode (and everything else)Yuri Sizov2023-04-071-0/+8
|/
* Merge pull request #73195 from timothyqiu/weblate-commentsRémi Verschelde2023-02-171-5/+5
|\
| * Improvements and fixes based on Weblate commentsHaoyu Qiu2023-02-131-5/+5
* | Make animation length control respect read-only rules.SaracenOne2023-02-151-0/+2
|/
* fix nullptr dereference in AnimationTimelineEditRuthger Dijt2023-02-111-0/+2
* Fix weird bezier edit button update timing in AnimationTrackEditorSilc Renew2023-02-111-13/+21
* Merge pull request #71054 from MarioLiebisch/fix-animationplayer-calltrack-st...Rémi Verschelde2023-02-101-2/+2
|\
| * Properly stringify args for Call Method TracksMario Liebisch2023-01-081-2/+2
* | Fix rotation key edit is labeled scale in AnimationMultiTrackKeyEditSilc Renew2023-02-061-1/+1
* | Remove some unused signalsRémi Verschelde2023-01-311-1/+0
* | Implement blending audio feature to AnimationTreeSilc Renew2023-01-281-7/+43
* | Add gesture to ViewPanner and simplify a bit its APIGilles Roudière2023-01-231-33/+13
* | Add EditorUndoRedoManager singletonkobewi2023-01-161-36/+36
* | Fix undo of editing animation length with spinner by adding flagSilc Renew2023-01-101-1/+1
* | Use BitField<> in core type masksJuan Linietsky2023-01-081-2/+2
|/
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Add inspector plugin for key time edit & Change find key argumentSilc Renew2022-12-221-1114/+1040
* Fix unmerged history in AnimationTrackEditorSilc Renew2022-12-101-40/+34
* Remove UPDATE_TRIGGER & Match behaviors between AnimationTree/PlayerSilc Renew2022-12-021-12/+1
* Fix crash AnimationTimelineEdit when switch FPS mode without trackSilc Renew2022-11-301-1/+3
* Use forward-declarations in big editor classestrollodel2022-11-291-0/+3
* Merge pull request #68874 from TokageItLab/fix-unique-path-keyingRémi Verschelde2022-11-281-9/+7
|\
| * Add option to get_path_to() to get the shortest path with unique nameSilc Renew2022-11-191-9/+7