summaryrefslogtreecommitdiff
path: root/editor/plugins/animation_player_editor_plugin.cpp
AgeCommit message (Expand)Author
2023-02-13Improvements and fixes based on Weblate commentsHaoyu Qiu
2023-01-30Tweak the name for duplicated animations in the editorSilc Renew
2023-01-26Make AnimatedSprite's playback API consistent with AnimationPlayerSilc Renew
2023-01-20Merge pull request #48570 from Calinou/animation-editors-new-nameRémi Verschelde
2023-01-16Add EditorUndoRedoManager singletonkobewi
2023-01-14Implement toggling pause / stop button to AnimationPlayerEditorSilc 'Tokage' Renew
2023-01-11Split pause() from AnimationPlayer's stop()kobewi
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-12-22Add inspector plugin for key time edit & Change find key argumentSilc Renew
2022-12-17Make keys deselected when keying property for animation to avoid crashSilc 'Tokage' Renew
2022-12-05Fix animation play backward doesn't process current key&animtrack seekSilc Renew
2022-12-05Merge pull request #68770 from TokageItLab/add-track-validatorRémi Verschelde
2022-11-29Use forward-declarations in big editor classestrollodel
2022-11-28Add track validator to AnimationPlayerEditorSilc Renew
2022-11-14Remove redundant Variant-types initializationsMarkus Sauermann
2022-11-02Unify usage of undo_redo in editorkobewi
2022-10-14Make some Image methods statickobewi
2022-10-10Merge pull request #65942 from SaracenOne/animation_change_callback_fixRémi Verschelde
2022-10-10Add animation_selected signal to AnimationPlayerEditorSilc Renew
2022-10-07Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg
2022-09-29Animation editor: Disable onion skinning temporarily due to rendering bugRémi Verschelde
2022-09-16Fix animation change callbacksSaracenOne
2022-09-07Refactor to use internal foreign resource checking function.SaracenOne
2022-09-01Rename `uniform` to `parameter` across the engineYuri Rubinsky
2022-08-29Merge pull request #64386 from timothyqiu/anim-disableRémi Verschelde
2022-08-27Rename `hint_tooltip` to `tooltip_text` & setgetMicky
2022-08-22Add per-scene UndoRedokobewi
2022-08-14Fix crash when loading Animation Library after reloading a sceneHaoyu Qiu
2022-08-10Merge pull request #63245 from V-Sekai/animation_editor_read_onlyRémi Verschelde
2022-08-04Rename shader parameter uniform setter/getter methods for consistencyHugo Locurcio
2022-07-29Remove Signal connect bindsJuan Linietsky
2022-07-21Add read-only mode to AnimationEditor for foreign resources.SaracenOne
2022-07-18Use integer types in Image and ImageTexture methodsFireForge
2022-07-13Tweak the name for new animations in the editorHugo Locurcio
2022-07-13Merge pull request #62827 from fire-forge/ok-cancelRémi Verschelde
2022-07-09Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialogFireForge
2022-07-08Add static methods for creating Image and ImageTexturekobewi
2022-06-23Add missing TTR in dialog titleHaoyu Qiu
2022-06-09Increase AnimationPlayer position SpinBox to fit more decimalsDanny Chung
2022-06-08i18n: Misc fixes translation stringsRémi Verschelde
2022-05-24Remove configuration warning from AnimationPlayerSnailRhymer
2022-05-24Merge pull request #61106 from snailrhymer/animation-library-fixesRémi Verschelde
2022-05-17Fix errors and improve UX relating to new animation librariesSnailRhymer
2022-05-09Fixed delta & Implement selection of whether or not to seek rootSilc Renew
2022-05-05Fix global AnimationLibrary name validationHaoyu Qiu
2022-04-19Fix AnimationLibrary name validationHaoyu Qiu
2022-04-12Disable Open in Inspector when there is no animationHaoyu Qiu
2022-04-11Implement Animation Librariesreduz
2022-04-05[Input] Add extra `shortcut_input` input processing step to process Unicode c...bruvzg
2022-03-12Allow negative indexes in ItemList and PopupMenukobewi