summaryrefslogtreecommitdiffstats
path: root/doc/classes/AnimationPlayer.xml
Commit message (Expand)AuthorAgeFilesLines
* Split pause() from AnimationPlayer's stop()kobewi2023-01-111-3/+9
* Doc consistency: "inspector" to "Inspector"Micky2022-10-271-1/+1
* Fix small mistakes throughout much of the documentationVolTer2022-10-211-1/+1
* Merge pull request #65942 from SaracenOne/animation_change_callback_fixRémi Verschelde2022-10-101-0/+5
|\
| * Fix animation change callbacksSaracenOne2022-09-161-0/+5
* | Fix typos with codespellRémi Verschelde2022-09-301-2/+2
|/
* Fix redraw timing in AnimationBlendTreeEditorSilc Renew2022-09-141-0/+5
* Improve documentation for `get_animation()`Haoyu Qiu2022-08-291-1/+1
* [doc] Use "param" instead of "code" to refer to parameters (8)Andy Maloney2022-08-121-18/+18
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-34/+34
* Merge pull request #63007 from jtnicholl/animation_player_docsRémi Verschelde2022-08-011-17/+25
|\
| * Update classref documentation for AnimationPlayerJonathan Nicholl2022-08-011-17/+25
* | Add a Movie Quit On Finish property to AnimationPlayerHugo Locurcio2022-07-271-0/+5
|/
* Clarify seek() in relation to animation_finishedkobewi2022-05-161-0/+1
* Implement Animation Librariesreduz2022-04-111-7/+27
* Add an XML schema for documentationHugo Locurcio2022-02-151-1/+1
* Replace Godot docs URL with `$DOCS_URL` in XML class referenceRémi Verschelde2021-11-151-2/+2
* doc: Update links to latest documentation after content reorganizationRémi Verschelde2021-10-061-1/+1
* doc: Fix style inconsistencies for `[b]Note:[/b]` paragraphsRémi Verschelde2021-10-051-1/+1
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-301-106/+53
* Clarify animation_changed signalkobewi2021-06-031-1/+2
* class reference proofreadingPaul Joannon2021-03-191-1/+1
* doc: Sync classref with current sourceRémi Verschelde2021-02-191-4/+4
* Add animation reset track featurePedro J. Estébanez2020-12-201-0/+4
* Link to demos from within the class referenceAaron Franke2020-10-011-0/+1
* Remove link to step-by-step/animationsNathan Lovato2020-09-271-1/+0
* Add link titles for all links in the class referenceHugo Locurcio2020-08-311-2/+2
* Explain editor usage of current_animationTomasz Chabora2020-08-291-1/+2
* Link to 2D Sprite animation tutorial in relevant class documentationsHugo Locurcio2020-08-211-0/+1
* doc: Sync classref with StringName/Callable changesRémi Verschelde2020-02-221-22/+22
* doc: Sync classref with current sourceRémi Verschelde2020-02-181-2/+2
* Update docs to version 4.0clayjohn2020-01-311-1/+1
* doc: Add a short AnimationPlayer versus Tween comparisonHugo Locurcio2020-01-311-0/+1
* doc: Drop unused 'category' property from headerRémi Verschelde2020-01-261-1/+1
* doc: Fix and clarify AnimationPlayer play and stop descriptionsRémi Verschelde2019-12-051-8/+7
* Document AnimationPlayer's quirks in regards to play updating on next process...20kdc2019-10-241-1/+4
* Document AnimationPlayer's 'get_queue()' and 'caches_cleared'Michael Alexsander Silva Dias2019-09-141-1/+3
* Mention caveat with looped animations in `AnimationPlayer.queue()`Hugo Locurcio2019-08-191-0/+1
* doc: Remove null default values that can't be determinedRémi Verschelde2019-06-301-4/+4
* doc: Remove hardcoded default values from descriptionsRémi Verschelde2019-06-301-8/+8
* doc: Add default values to all propertiesRémi Verschelde2019-06-301-11/+11
* Proofread and improve the whole class referenceHugo Locurcio2019-06-271-17/+17
* doc: Replace all [code]CONSTANT[/code] by new [constant CONSTANT] hyperlinksRémi Verschelde2019-06-271-2/+2
* Merge pull request #24249 from zorbathut/zorbathut/animimmediateRémi Verschelde2019-06-201-0/+9
|\
| * Implement AnimationPlayer call modes as per #23498.Ben Rog-Wilhelm2018-12-091-0/+9
* | Merge pull request #28125 from KoBeWi/code_true_codeRémi Verschelde2019-04-221-1/+1
|\ \
| * | Consistently wrap booleans in [code]Tomasz Chabora2019-04-171-1/+1
* | | doc: Drop unused <demos> tagRémi Verschelde2019-04-191-2/+0
|/ /
* | Merge pull request #27465 from neikeq/road-to-lang-agnostic-docs-is-going-to-...Rémi Verschelde2019-04-051-2/+2
|\ \
| * | ClassRef: Replace [code]CurrentClass[/code] with [CurrentClass]Ignacio Etcheverry2019-03-291-2/+2