summaryrefslogtreecommitdiff
path: root/scene/animation/tween.h
AgeCommit message (Expand)Author
2023-03-13Check for type mismatch in PropertyTweener.from()kobewi
2023-02-12Fix tween_method() type validationkobewi
2023-01-16Improve empty Tween error messagekobewi
2023-01-11Improve some Tween internalskobewi
2023-01-05One Copyright Update to rule them allRémi Verschelde
2023-01-01Improve RefCounted support in Tweenkobewi
2022-09-26Change time parameters and variables to double typeDave Palais
2022-09-15Move some methods to Animation from Variant for refactoringSilc Renew
2022-07-25Code quality: Fix header guards consistencyRémi Verschelde
2022-05-01Improve Tween infinite loop detectionkobewi
2022-04-17Make Tween.interpolate_value() statickobewi
2022-04-02Merge pull request #59415 from KoBeWi/tween_time()Rémi Verschelde
2022-03-29Add get_total_elapsed_time() to Tweenkobewi
2022-03-27Force final value at the end of Tweenkobewi
2022-01-09Fix Tween pause behaviorkobewi
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-09-16Improvements to Tweens' Variant typeskobewi
2021-08-06Various fixes to Tween codekobewi
2021-06-19Complete rewrite of TweensTomasz Chabora
2021-03-03fix no tween repeat after stop_all() and start() againjmb462
2021-02-07Initialize class variables with default values in scene/ [1/2]Rafał Mikrut
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-11-16Remove empty lines around braces with the formatting scriptAaron Franke
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-03-06Removed boolean return type from majority of method in TweenYuri Roubinsky
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-12Provide default Tween values for transition and easing typesAndrii Doroshenko (Xrayez)
2019-12-10Removed unused variables, add some constants numbersRafał Mikrut
2019-10-23Fix Tween follow_property finishing with nullMark Riedesel
2019-06-14Implementing 0-duration tweensDevin Pentecost
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-08-16Tween: Add a unique identifier to InterpolateData to be able to remove the ri...James
2018-06-26Fix and make Tween node less confusingRăzvan C. Rădulescu
2018-06-07Adding is_stopped method to Tweensteincodes
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-11-21Allow for getting/setting indexed properties of objects using get/set_indexedBojidar Marinov
2017-09-30Renamed fixed_process to physics_processAndreaCatania
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-16Synchronize parameter names in definition and declarationTwistedTwigleg
2017-04-08Add "Godot Engine contributors" copyright lineRémi Verschelde
2017-03-05A Whole New World (clang-format edition)Rémi Verschelde
2017-01-13renamed tween animationplayer scale functions to speed_scaleJuan Linietsky
2017-01-13Tween: Rename times_in_sec (sic) param to durationRémi Verschelde
2017-01-02ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky
2017-01-01Welcome in 2017, dear changelog reader!Rémi Verschelde
2016-10-26Fix regression #6864 caused by #6613Pawel Kowal
2016-03-09remove trailing whitespaceHubert Jarosz
2016-01-01Update copyright to 2016 in headersGeorge Marques
2015-05-05Spine: add feature to insert/remove interpolates while updatingsanikoyes