Age | Commit message (Expand) | Author |
2022-11-02 | Style: Misc docs and comment style and language fixes | Rémi Verschelde |
2022-09-19 | Add new C# code blocks to class ref pages | Paul Joannon |
2022-09-11 | Add more clarifications about Tween processing | kobewi |
2022-08-09 | [doc] Use "param" instead of "code" to refer to parameters | Andy Maloney |
2022-08-08 | Rename the argument tag to param in XML documentation | Yuri Sizov |
2022-06-28 | Fix typos and improve clarity in Tween docs | snailrhymer |
2022-04-28 | Miscellaneous Tween fixes | Haoyu Qiu |
2022-04-17 | Make Tween.interpolate_value() static | kobewi |
2022-03-29 | Add get_total_elapsed_time() to Tween | kobewi |
2022-02-15 | Add an XML schema for documentation | Hugo Locurcio |
2022-01-29 | Better handle infinite Tween loops | kobewi |
2022-01-10 | Merge pull request #56648 from KoBeWi/tween_pause() | Rémi Verschelde |
2022-01-09 | Fix Tween pause behavior | kobewi |
2022-01-09 | Restore Tween easing descriptions | kobewi |
2021-10-29 | Fixed Tween::interpolate_value argument order. | David Sichma |
2021-10-16 | Add a warning about infinite Tween loops | kobewi |
2021-09-24 | Add a special case for 0-time interpolations | kobewi |
2021-09-16 | Improvements to Tweens' Variant types | kobewi |
2021-07-30 | doc: Use self-closing tags for `return` and `argument` | Rémi Verschelde |
2021-07-25 | Fix various typos with codespell | luz paz |
2021-06-24 | Correct the description of Tween.custom_step | kobewi |
2021-06-19 | Complete rewrite of Tweens | Tomasz Chabora |
2021-03-19 | class reference proofreading | Paul Joannon |
2021-03-05 | Docs: Port Code Examples to C# (R, S, T, U) | HaSa1002 |
2020-06-23 | Tween.xml word order fix | Andreas Gustafsson |
2020-05-01 | Tweak Tween cheatsheet link formatting to avoid rST conversion bug | Hugo Locurcio |
2020-04-17 | Add an easing/transition type cheatsheet to the Tween documentation | Hugo Locurcio |
2020-03-06 | Removed boolean return type from majority of method in Tween | Yuri Roubinsky |
2020-02-22 | doc: Sync classref with StringName/Callable changes | Rémi Verschelde |
2020-01-31 | Update docs to version 4.0 | clayjohn |
2020-01-31 | doc: Add a short AnimationPlayer versus Tween comparison | Hugo Locurcio |
2020-01-26 | doc: Drop unused 'category' property from header | Rémi Verschelde |
2019-12-13 | doc: Sync classref with current source | Rémi Verschelde |
2019-12-06 | doc: Markup fixes for enums and constants | Rémi Verschelde |
2019-06-30 | doc: Remove hardcoded default values from descriptions | Rémi Verschelde |
2019-06-30 | doc: Add default values to all properties | Rémi Verschelde |
2019-06-27 | Proofread and improve the whole class reference | Hugo Locurcio |
2019-06-27 | doc: Replace all [code]CONSTANT[/code] by new [constant CONSTANT] hyperlinks | Rémi Verschelde |
2019-04-19 | doc: Drop unused <demos> tag | Rémi Verschelde |
2019-04-05 | Merge pull request #27233 from Chaosus/tween_signal | Rémi Verschelde |
2019-04-03 | Added signal for Tween emitted at completion | Chaosus |
2019-04-01 | doc: Bump version to 3.2 | Rémi Verschelde |
2019-03-03 | mentioned possible use of property:component syntax | psuhas77 |
2019-01-07 | doc: Fix wrong references found by Sphinx and new makerst.py | Rémi Verschelde |
2018-12-20 | doc: Add missing commas after "If true/false" | Rémi Verschelde |
2018-10-31 | doc: Fix invalid [enum] uses | Rémi Verschelde |
2018-09-23 | [Docs] Remove double-spaces from descriptions, as well a couple other small f... | LikeLakers2 |
2018-08-11 | [DOCS] get_indexed, tween | Fluffel |
2018-07-26 | doc: Sync classref with current source | Rémi Verschelde |
2018-06-11 | -Make sure that ProjectSettings are properly dumped when dumping docs. | Juan Linietsky |