summaryrefslogtreecommitdiffstats
path: root/editor/plugins/animation_player_editor_plugin.h
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Add markers to animationchocola-mint2024-09-291-0/+26
* Fix `AnimationPlayer` crash when it's made the scene rootArsh Panesar2024-09-041-0/+2
* Merge pull request #96013 from passivestar/keyframe-navigationRémi Verschelde2024-09-021-0/+1
|\
| * Allow jumping to previous/next keyframe in animation playerpassivestar2024-09-011-0/+1
* | Update AnimationPlayer in real-time when keyframe properties changeDaniel Lowe2024-08-261-0/+1
|/
* Fix broken sync between animation TrackEditor and PlayerEditorSilc Lizard (Tokage) Renew2024-07-061-1/+1
* Fix animation player controls being enabled when no player is selectedpassivestar2024-05-291-0/+1
* Organize existing code for editor pluginsAaron Franke2024-04-271-1/+1
* fix animation error player error focussam2024-04-121-1/+1
* Fix seeking bug in AnimationPlayerEditorSilc Lizard (Tokage) Renew2023-11-221-2/+2
* Avoid popping up dialogs excessively in the Animation editorYuri Sizov2023-10-311-5/+8
* Revive onion skinningPedro J. Estébanez2023-10-031-9/+18
* Implement AnimationManager the base class of AnimationPlayer/TreeSilc Lizard (Tokage) Renew2023-09-291-3/+23
* Extract and reorganize texture resource classesHendrik Brucker2023-07-141-0/+1
* Implement toggling pause / stop button to AnimationPlayerEditorSilc 'Tokage' Renew2023-01-141-0/+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-1/+27
* Add track validator to AnimationPlayerEditorSilc Renew2022-11-281-0/+2
* Unify usage of undo_redo in editorkobewi2022-11-021-3/+0
* Merge pull request #65942 from SaracenOne/animation_change_callback_fixRémi Verschelde2022-10-101-0/+1
|\
| * Fix animation change callbacksSaracenOne2022-09-161-0/+1
* | Rename remaining "Spatial" in Plugins to "Node3D"Micky2022-10-041-1/+1
* | Animation editor: Disable onion skinning temporarily due to rendering bugRémi Verschelde2022-09-291-0/+2
|/
* Add per-scene UndoRedokobewi2022-08-221-2/+3
* Fix errors and improve UX relating to new animation librariesSnailRhymer2022-05-171-0/+1
* Implement Animation Librariesreduz2022-04-111-15/+7
* [Input] Add extra `shortcut_input` input processing step to process Unicode c...bruvzg2022-04-051-1/+1
* Zero initialize all pointer class and struct membersRémi Verschelde2022-04-041-25/+25
* Fix some Animation panel icons not updating after theme changeHaoyu Qiu2022-03-101-0/+1
* Editor: Cleanup some includes dependenciesRémi Verschelde2022-02-151-2/+1
* Merge pull request #57306 from trollodel/remove_editornode_paramRémi Verschelde2022-02-141-4/+2
|\
| * Remove most EditorNode constructor parameters and fieldstrollodel2022-02-141-4/+2
* | Make duplicate animation prompt for new nameHaoyu Qiu2022-02-141-1/+1
|/
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-1/+3
* [Editor] Move some animation specific keying logic out of inspector.Fabio Alessandrelli2022-01-191-0/+4
* Add option to paste animation as duplicateTomasz Chabora2022-01-041-0/+3
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Remove unimplemented methodsMarcel Admiraal2021-10-211-2/+0
* Implemented SkeletonEditorGizmoSilc Renew2021-10-071-1/+3
* Fix 3D Onion skinning missingKerrad Yanis2021-09-141-2/+3
* Allow to load multiple animations at onceTomasz Chabora2021-08-231-2/+2
* Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz2021-08-231-1/+1
* Allow to move timeline without moving animationTomasz Chabora2021-03-211-2/+2
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Add animation reset track featurePedro J. Estébanez2020-12-201-0/+2
* Initialize class/struct variables with default values in platform/ and editor/Rafał Mikrut2020-12-021-12/+12
* Add override keywords.Marcel Admiraal2020-07-101-8/+8
* Remove ToolButton in favor of ButtonHugo Locurcio2020-06-191-2/+2