summaryrefslogtreecommitdiffstats
path: root/editor/plugins/animation_player_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #64386 from timothyqiu/anim-disableRémi Verschelde2022-08-291-5/+4
|\
| * Fix crash when loading Animation Library after reloading a sceneHaoyu Qiu2022-08-141-5/+4
* | Rename `hint_tooltip` to `tooltip_text` & setgetMicky2022-08-271-13/+13
* | Add per-scene UndoRedokobewi2022-08-221-1/+5
|/
* Merge pull request #63245 from V-Sekai/animation_editor_read_onlyRémi Verschelde2022-08-101-7/+102
|\
| * Add read-only mode to AnimationEditor for foreign resources.SaracenOne2022-07-211-7/+102
* | Rename shader parameter uniform setter/getter methods for consistencyHugo Locurcio2022-08-041-5/+5
* | Remove Signal connect bindsJuan Linietsky2022-07-291-2/+2
|/
* Use integer types in Image and ImageTexture methodsFireForge2022-07-181-2/+2
* Merge pull request #62827 from fire-forge/ok-cancelRémi Verschelde2022-07-131-2/+2
|\
| * Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialogFireForge2022-07-091-2/+2
* | Add static methods for creating Image and ImageTexturekobewi2022-07-081-1/+1
|/
* Add missing TTR in dialog titleHaoyu Qiu2022-06-231-1/+1
* Increase AnimationPlayer position SpinBox to fit more decimalsDanny Chung2022-06-091-1/+1
* i18n: Misc fixes translation stringsRémi Verschelde2022-06-081-0/+2
* Remove configuration warning from AnimationPlayerSnailRhymer2022-05-241-1/+1
* Merge pull request #61106 from snailrhymer/animation-library-fixesRémi Verschelde2022-05-241-31/+138
|\
| * Fix errors and improve UX relating to new animation librariesSnailRhymer2022-05-171-31/+138
* | Fixed delta & Implement selection of whether or not to seek rootSilc Renew2022-05-091-1/+1
|/
* Fix global AnimationLibrary name validationHaoyu Qiu2022-05-051-1/+1
* Fix AnimationLibrary name validationHaoyu Qiu2022-04-191-1/+1
* Disable Open in Inspector when there is no animationHaoyu Qiu2022-04-121-8/+3
* Implement Animation Librariesreduz2022-04-111-284/+160
* [Input] Add extra `shortcut_input` input processing step to process Unicode c...bruvzg2022-04-051-2/+2
* Allow negative indexes in ItemList and PopupMenukobewi2022-03-121-2/+2
* Remove unused code in `AnimationPlayerEditor::_update_animation_list_icons()`Haoyu Qiu2022-03-111-5/+0
* Fix some Animation panel icons not updating after theme changeHaoyu Qiu2022-03-101-11/+28
* Fix animation resource name after duplicationHaoyu Qiu2022-03-051-0/+1
* Update if == NOTIFICATION_* to switch statements to match coding stylemegalobyte2022-02-161-0/+3
* Editor: Cleanup some includes dependenciesRémi Verschelde2022-02-151-1/+0
* Merge pull request #57306 from trollodel/remove_editornode_paramRémi Verschelde2022-02-141-13/+11
|\
| * Remove most EditorNode constructor parameters and fieldstrollodel2022-02-141-13/+11
* | Make duplicate animation prompt for new nameHaoyu Qiu2022-02-141-51/+57
|/
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-0/+3
* Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde2022-02-081-4/+4
* Add missing SNAME macro optimization to all theme methods calljmb4622022-02-061-4/+4
* String: Add contains().Anilforextra2022-02-041-2/+2
* Fixed target which connected animation player, follow up #55066Silc 'Tokage' Renew2022-01-211-2/+2
* Store panels and docks singletons in their own classestrollodel2022-01-201-4/+4
* [Editor] Move some animation specific keying logic out of inspector.Fabio Alessandrelli2022-01-191-2/+28
* Add option to paste animation as duplicateTomasz Chabora2022-01-041-30/+51
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-12/+12
* Add a constant StringName for RESET animationkobewi2021-12-061-2/+3
* Use "enum class" for input enumsAaron Franke2021-11-121-4/+4
* reimplement ping-pongSilc 'Tokage' Renew2021-11-031-4/+5
* Revert "Implement reverse playback and ping-pong loop in AnimationPlayer and ...Juan Linietsky2021-10-111-5/+4
* implement ping-pong loop in animationTokage2021-10-091-4/+5
* Merge pull request #45699 from TokageItLab/implement-skeleton-editor-gizmoRémi Verschelde2021-10-061-2/+2
|\
| * Implemented SkeletonEditorGizmoSilc Renew2021-10-071-2/+2