summaryrefslogtreecommitdiffstats
path: root/editor/animation_track_editor.h
Commit message (Expand)AuthorAgeFilesLines
* Fixed AnimationTrackEditor redraw/deselect timing and find key compearationSilc Renew2022-08-291-2/+4
* Add optimization for Animation::ValueTrackSilc Renew2022-08-271-2/+2
* Add linear/cubic angle interpolation to Animation interpolation typeSilc Renew2022-08-271-1/+3
* Make Cubic to CubicInTime and reduce items in the track intrp typeSilc Renew2022-08-261-2/+1
* Merge pull request #64647 from TokageItLab/auto-tangentRémi Verschelde2022-08-231-1/+3
|\
| * Add bezier preset and refactor bezier editorSilc Renew2022-08-231-1/+3
* | Merge pull request #64678 from TokageItLab/implement-ease-bakerRémi Verschelde2022-08-231-0/+16
|\ \
| * | Fix Quaternion Tween and implement ease bakerSilc Renew2022-08-221-0/+16
| |/
* | Merge pull request #59564 from KoBeWi/FINALLY,_ULTIMATE_UNDO_REDORémi Verschelde2022-08-221-6/+6
|\ \
| * | Add per-scene UndoRedokobewi2022-08-221-6/+6
* | | Merge pull request #64132 from TokageItLab/fix-optimizerRémi Verschelde2022-08-221-2/+2
|\ \ \ | |/ / |/| |
| * | improve animation track optimizer algorithmSilc Renew2022-08-091-2/+2
* | | Make `cubic_interpolate()` consider key time in animationSilc Renew2022-08-191-2/+3
| |/ |/|
* | Merge pull request #63245 from V-Sekai/animation_editor_read_onlyRémi Verschelde2022-08-101-3/+7
|\ \ | |/ |/|
| * Add read-only mode to AnimationEditor for foreign resources.SaracenOne2022-07-211-3/+7
* | Remove excessive `editor/property_editor.h` includesYuri Sizov2022-08-011-0/+4
* | Extract EditorResourceConversionPlugin into its own source files and clean up...Yuri Sizov2022-07-311-1/+0
* | Merge pull request #48995 from KoBeWi/advanced_animationRémi Verschelde2022-07-281-1/+2
|\ \ | |/ |/|
| * Advance animation after confirmingkobewi2022-06-291-1/+2
* | Create reset tracks with the right update modePedro J. Estébanez2022-07-171-2/+2
|/
* Merge pull request #60774 from TokageItLab/root-seek-modeRémi Verschelde2022-05-181-4/+4
|\
| * Fixed delta & Implement selection of whether or not to seek rootSilc Renew2022-05-091-4/+4
* | Replace most uses of Map by HashMapreduz2022-05-161-1/+1
* | Merge pull request #53356 from kleonc/animation-track-editor-root-removed-con...Rémi Verschelde2022-05-091-1/+1
|\ \ | |/ |/|
| * AnimationTrackEditor Fix signal connection on root exiting the treekleonc2021-10-031-1/+1
* | Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde2022-05-021-16/+17
* | Remove RESET tracks after removing trackskobewi2022-04-231-1/+1
* | Highlight hovered keyframes in the animation track editorHugo Locurcio2022-04-081-0/+1
* | Merge pull request #59396 from Calinou/animation-track-editor-improve-drawingRémi Verschelde2022-04-081-0/+1
|\ \
| * | Improve the animation track editor drawingHugo Locurcio2022-03-211-0/+1
* | | Zero initialize all pointer class and struct membersRémi Verschelde2022-04-041-61/+61
|/ /
* | Initialize bools in the headers in editorAaron Franke2022-03-121-13/+13
* | Use get_cursor_shape for identifying the cursor shape in AnimationTimelineEditMarkus Sauermann2022-03-111-0/+2
* | Fix some Animation panel icons not updating after theme changeHaoyu Qiu2022-03-101-0/+2
* | Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-1/+0
* | Fix selecting keys in Track EditFrancois Belair2022-02-101-1/+1
* | Implement drawing and editing all anim beziersFrancois Belair2022-02-091-2/+3
* | Minor tweaks and fixes to panningkobewi2022-01-231-3/+3
* | Add ViewPanner to 2D editorkobewi2022-01-211-2/+2
* | Add ViewPanner to more editorskobewi2022-01-141-4/+11
* | Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* | Allow to add RESET values from existing keyskobewi2021-12-061-0/+2
* | reimplement ping-pongSilc 'Tokage' Renew2021-11-031-1/+2
* | Fixed animation insertion in SkeletonEditorSilc 'Tokage' Renew2021-10-231-2/+2
* | Remove animation 3D transform track, replace by loc/rot/scale tracks.reduz2021-10-121-1/+1
* | Revert "Implement reverse playback and ping-pong loop in AnimationPlayer and ...Juan Linietsky2021-10-111-2/+1
* | implement ping-pong loop in animationTokage2021-10-091-1/+2
* | fixed insert track queue in AnimationTrackEditor doesn't work correctlySilc 'Tokage' Renew2021-10-071-4/+3
* | Implemented SkeletonEditorGizmoSilc Renew2021-10-071-0/+1
|/
* Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz2021-08-231-2/+2