summaryrefslogtreecommitdiffstats
path: root/scene/resources/animation_library.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Use Core/Scene stringnames consistentlykobewi2024-05-131-1/+3
* Optimise Object's `get_argument_options`Micky2024-02-291-1/+3
* Add autocompletion for AnimationLibrary's & AnimationMixerMicky2024-01-041-0/+12
* Unexpose internal data property of `AnimationLibrary`Yuri Sizov2023-11-021-1/+2
* Unify and streamline connecting to Resource changeskobewi2023-07-171-6/+6
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Add animation_changed signal to AnimationLibraryJonathan Nicholl2022-11-211-0/+13
* Improve documentation for `get_animation()`Haoyu Qiu2022-08-291-1/+1
* Fix type hints for AnimationLibrary's signalsJonathan Nicholl2022-06-121-3/+3
* Fix errors and improve UX relating to new animation librariesSnailRhymer2022-05-171-3/+3
* Fix global AnimationLibrary name validationHaoyu Qiu2022-05-051-7/+7
* Fix AnimationLibrary name validationHaoyu Qiu2022-04-191-2/+19
* Fix parameter validation when renaming in AnimationLibraryHaoyu Qiu2022-04-131-1/+1
* Implement Animation Librariesreduz2022-04-111-0/+134