summaryrefslogtreecommitdiffstats
path: root/editor/animation_track_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add const lvalue ref to editor/* container parametersMuller-Castro2024-02-261-2/+2
* Merge pull request #69032 from KoBeWi/check_every_changed_setting_in_every_gr...Rémi Verschelde2024-02-201-4/+8
|\
| * Use check_changed_settings_in_group() everywherekobewi2024-02-191-4/+8
* | use ED_IS_SHORTCUT macro instead of matches_eventCookieBadger2024-02-191-5/+5
|/
* Merge pull request #88436 from AThousandShips/editor_ellipsesRémi Verschelde2024-02-181-17/+17
|\
| * [Editor] Add missing ellipses to menu options that open dialogsA Thousand Ships2024-02-171-17/+17
* | Merge pull request #88350 from CookieBadger/animation-cut-keyframeRémi Verschelde2024-02-181-4/+42
|\ \
| * | implemented cut selected keys in animation playeremild2024-02-151-4/+42
* | | Fix crash with animation audio track offsetA Thousand Ships2024-02-171-1/+7
| |/ |/|
* | Make consistent the retrieval of audio tracksSilc Lizard (Tokage) Renew2024-02-181-1/+177
* | Merge pull request #87530 from YeldhamDev/atr_inheritanceRémi Verschelde2024-02-171-2/+2
|\ \
| * | Make auto translation inheritableMichael Alexsander2024-02-151-2/+2
* | | Merge pull request #86608 from TokageItLab/add-warn-setting-animRémi Verschelde2024-02-171-36/+42
|\ \ \ | |/ / |/| |
| * | Add option to silence some warnings in AnimationMixer cachingSilc Lizard (Tokage) Renew2024-02-141-36/+42
| |/
* | Merge pull request #88352 from CookieBadger/bezier-handle-mode-undo-fixRémi Verschelde2024-02-151-1/+1
|\ \
| * | Fix bezier editor handle mode undo history mismatchemild2024-02-151-1/+1
| |/
* | Merge pull request #88302 from CookieBadger/bezier-remove-unused-signalsRémi Verschelde2024-02-131-1/+0
|\ \ | |/ |/|
| * remove unused signals in AnimationBezierTrackEditemild2024-02-131-1/+0
* | Fix vertical zoom factor in Animation Bezier Editoremild2024-02-131-2/+2
* | Merge pull request #87250 from CookieBadger/animation-copy-paste-keyframeRémi Verschelde2024-02-121-96/+337
|\ \
| * | implement consistent select, copy, paste, duplicate in animation playeremild2024-02-061-96/+337
* | | Merge pull request #85367 from KoBeWi/elephant_in_the_editorRémi Verschelde2024-02-121-5/+11
|\ \ \ | |_|/ |/| |
| * | Fix custom type icon sizes in animation trackskobewi2023-11-251-5/+11
* | | Split theme generation logic into several subroutinesYuri Sizov2024-01-161-1/+1
* | | Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
| |/ |/|
* | Update deferred calls to use Callableskobewi2024-01-091-2/+1
* | Merge pull request #86867 from TokageItLab/reset-copy-options-for-moreRémi Verschelde2024-01-081-2/+5
|\ \
| * | Copy intrp/loop for all track & use_blend for audio when adding resetSilc Lizard (Tokage) Renew2024-01-061-2/+5
* | | Merge pull request #85142 from CookieBadger/animation-player-improvementsRémi Verschelde2024-01-081-3/+63
|\ \ \ | |/ / |/| |
| * | Improved usability of zoom features in animation playerCookieBadger2024-01-071-3/+63
* | | Merge pull request #86630 from TokageItLab/value-track-default-optionRémi Verschelde2024-01-021-44/+79
|\ \ \
| * | | Make default options of int value track refer to RESET animationSilc Lizard (Tokage) Renew2024-01-021-44/+79
* | | | Copy track update mode when adding reset keykobewi2023-12-301-0/+6
|/ / /
* | / 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