summaryrefslogtreecommitdiff
path: root/scene/animation/tween.cpp
AgeCommit message (Expand)Author
2022-05-03Merge pull request #60627 from aaronfranke/rename-elementsRémi Verschelde
2022-05-01Improve Tween infinite loop detectionkobewi
2022-04-30Simplify Callable error text methodskobewi
2022-04-29Rename Basis "elements" to "rows"Aaron Franke
2022-04-29Rename Transform2D "elements" to "columns"Aaron Franke
2022-04-28Miscellaneous Tween fixesHaoyu Qiu
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-29Better handle infinite Tween loopskobewi
2022-01-28Fix not being able to stop() empty Tweenskobewi
2022-01-09Fix Tween pause behaviorkobewi
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-11-01Merge pull request #54391 from DavidSichma/doc_interpolate_valueRémi Verschelde
2021-10-29Fixed Tween::interpolate_value argument order.David Sichma
2021-10-28Fix parallel Tweens not ending correctlykobewi
2021-09-24Refactor and move easing equationskobewi
2021-09-16Improvements to Tweens' Variant typeskobewi
2021-08-06Various fixes to Tween codekobewi
2021-08-02Add null check to Tween.bind_node()kobewi
2021-07-26Use Ref<T> references as iterators where relevantRémi Verschelde
2021-07-23Use C++ iterators for Lists in many situationsAaron Franke
2021-07-18Optimize StringName usagereduz
2021-06-19Complete rewrite of TweensTomasz Chabora
2021-06-04Rename Quat to QuaternionMarcel Admiraal
2021-06-03Rename Variant TRANSFORM to TRANSFORM3DAaron Franke
2021-06-03Rename Transform to Transform3D in coreAaron Franke
2021-03-12Fixes small typos and grammar correctionAnshul7sp1
2021-03-03fix no tween repeat after stop_all() and start() againjmb462
2021-02-24Tween: Add null check for target objectChristoffer Sundbom
2021-02-09Initialize class variables with default values in scene/ [2/2]Rafał Mikrut
2021-02-07Initialize class variables with default values in scene/ [1/2]Rafał Mikrut
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-10-18Refactor MethodBind to use variadic templatesreduz
2020-07-20bug with Tween.is_active, fixes #39760Chistpohe LY
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-10Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde
2020-05-10Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde
2020-05-05Fix: Tween always return true for _get(), _set()Thakee Nathees
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-06Removed boolean return type from majority of method in TweenYuri Roubinsky
2020-02-25Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky
2020-02-23Merge pull request #36411 from Janglee123/rect2-tweenRémi Verschelde
2020-02-23Added tween support for Rect2janglee
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-02-15Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.Juan Linietsky
2020-01-22Fixed Tween::start() with pending updatesPouleyKetchoupp
2020-01-01Update copyright statements to 2020Rémi Verschelde