summaryrefslogtreecommitdiff
path: root/doc/classes/Tween.xml
AgeCommit message (Expand)Author
2023-01-31Fix C# examples in documentationRaul Santos
2023-01-23Update C# signal documentation and remove bind arrayRaul Santos
2023-01-13Uppercase references to color constants in documentationAnthony Cossins
2022-11-02Style: Misc docs and comment style and language fixesRémi Verschelde
2022-09-19Add new C# code blocks to class ref pagesPaul Joannon
2022-09-11Add more clarifications about Tween processingkobewi
2022-08-09[doc] Use "param" instead of "code" to refer to parametersAndy Maloney
2022-08-08Rename the argument tag to param in XML documentationYuri Sizov
2022-06-28Fix typos and improve clarity in Tween docssnailrhymer
2022-04-28Miscellaneous Tween fixesHaoyu Qiu
2022-04-17Make Tween.interpolate_value() statickobewi
2022-03-29Add get_total_elapsed_time() to Tweenkobewi
2022-02-15Add an XML schema for documentationHugo Locurcio
2022-01-29Better handle infinite Tween loopskobewi
2022-01-10Merge pull request #56648 from KoBeWi/tween_pause()Rémi Verschelde
2022-01-09Fix Tween pause behaviorkobewi
2022-01-09Restore Tween easing descriptionskobewi
2021-10-29Fixed Tween::interpolate_value argument order.David Sichma
2021-10-16Add a warning about infinite Tween loopskobewi
2021-09-24Add a special case for 0-time interpolationskobewi
2021-09-16Improvements to Tweens' Variant typeskobewi
2021-07-30doc: Use self-closing tags for `return` and `argument`Rémi Verschelde
2021-07-25Fix various typos with codespellluz paz
2021-06-24Correct the description of Tween.custom_stepkobewi
2021-06-19Complete rewrite of TweensTomasz Chabora
2021-03-19class reference proofreadingPaul Joannon
2021-03-05Docs: Port Code Examples to C# (R, S, T, U)HaSa1002
2020-06-23Tween.xml word order fixAndreas Gustafsson
2020-05-01Tweak Tween cheatsheet link formatting to avoid rST conversion bugHugo Locurcio
2020-04-17Add an easing/transition type cheatsheet to the Tween documentationHugo Locurcio
2020-03-06Removed boolean return type from majority of method in TweenYuri Roubinsky
2020-02-22doc: Sync classref with StringName/Callable changesRémi Verschelde
2020-01-31Update docs to version 4.0clayjohn
2020-01-31doc: Add a short AnimationPlayer versus Tween comparisonHugo Locurcio
2020-01-26doc: Drop unused 'category' property from headerRémi Verschelde
2019-12-13doc: Sync classref with current sourceRémi Verschelde
2019-12-06doc: Markup fixes for enums and constantsRémi Verschelde
2019-06-30doc: Remove hardcoded default values from descriptionsRémi Verschelde
2019-06-30doc: Add default values to all propertiesRémi Verschelde
2019-06-27Proofread and improve the whole class referenceHugo Locurcio
2019-06-27doc: Replace all [code]CONSTANT[/code] by new [constant CONSTANT] hyperlinksRémi Verschelde
2019-04-19doc: Drop unused <demos> tagRémi Verschelde
2019-04-05Merge pull request #27233 from Chaosus/tween_signalRémi Verschelde
2019-04-03Added signal for Tween emitted at completionChaosus
2019-04-01doc: Bump version to 3.2Rémi Verschelde
2019-03-03mentioned possible use of property:component syntaxpsuhas77
2019-01-07doc: Fix wrong references found by Sphinx and new makerst.pyRémi Verschelde
2018-12-20doc: Add missing commas after "If true/false"Rémi Verschelde
2018-10-31doc: Fix invalid [enum] usesRémi Verschelde
2018-09-23[Docs] Remove double-spaces from descriptions, as well a couple other small f...LikeLakers2