summaryrefslogtreecommitdiffstats
path: root/editor/animation_track_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix wrong AnimationTrackKeyEdit update timingSilc Renew2022-11-251-20/+25
* | Cleanup remaining EditorUndoRedoManager usageskobewi2022-11-241-25/+37
* | Fix connection of animation changed signal in AnimationTrackEditorSilc Renew2022-11-201-8/+2
|/
* Fix update timing when AnimationEditor changes FPSSilc Renew2022-11-171-2/+3
* Merge pull request #67963 from KoBeWi/den_of_actionsRémi Verschelde2022-11-141-1/+1
|\
| * Fix nested actions in EditorUndoRedoManagerkobewi2022-10-281-1/+1
* | Merge pull request #67578 from KoBeWi/GEDITORRémi Verschelde2022-10-311-4/+4
|\ \ | |/ |/|
| * Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-4/+4
* | Add a tutorial link to Retarget ClassesSilc Renew2022-10-221-1/+1
|/
* Bind `AnimationTrackEditor::_redraw_tracks` for UndoRedoHaoyu Qiu2022-10-081-0/+1
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-52/+50
* Merge pull request #44143 from KoBeWi/callable_multiplayerRémi Verschelde2022-09-181-13/+5
|\
| * Port remaining connections to callable_mpTomasz Chabora2022-09-181-13/+5
* | Fix loop mode button update in the Animation editorYuri Sizov2022-09-161-0/+4
|/
* Merge pull request #65325 from TokageItLab/refactor-variant-for-animRémi Verschelde2022-09-161-3/+2
|\
| * Move some methods to Animation from Variant for refactoringSilc Renew2022-09-151-3/+2
* | Fix key mapping changes when moving from macOS to other platformbruvzg2022-09-071-7/+7
* | Merge pull request #65437 from YuriSizov/theme-gui-renamesRémi Verschelde2022-09-071-2/+2
|\ \
| * | Improve naming of theme properties throughout GUI codeYuri Sizov2022-09-061-2/+2
* | | Rename CONNECT_ONESHOT TO CONNECT_ONE_SHOTMicky2022-09-061-1/+1
|/ /
* / Improvements to multi-node editingFireForge2022-09-051-14/+8
|/