Age | Commit message (Expand) | Author |
2022-05-03 | Merge pull request #60627 from aaronfranke/rename-elements | Rémi Verschelde |
2022-05-01 | Improve Tween infinite loop detection | kobewi |
2022-04-30 | Simplify Callable error text methods | kobewi |
2022-04-29 | Rename Basis "elements" to "rows" | Aaron Franke |
2022-04-29 | Rename Transform2D "elements" to "columns" | Aaron Franke |
2022-04-28 | Miscellaneous Tween fixes | Haoyu Qiu |
2022-04-17 | Make Tween.interpolate_value() static | kobewi |
2022-04-02 | Merge pull request #59415 from KoBeWi/tween_time() | Rémi Verschelde |
2022-03-29 | Add get_total_elapsed_time() to Tween | kobewi |
2022-03-27 | Force final value at the end of Tween | kobewi |
2022-01-29 | Better handle infinite Tween loops | kobewi |
2022-01-28 | Fix not being able to stop() empty Tweens | kobewi |
2022-01-09 | Fix Tween pause behavior | kobewi |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2021-11-01 | Merge pull request #54391 from DavidSichma/doc_interpolate_value | Rémi Verschelde |
2021-10-29 | Fixed Tween::interpolate_value argument order. | David Sichma |
2021-10-28 | Fix parallel Tweens not ending correctly | kobewi |
2021-09-24 | Refactor and move easing equations | kobewi |
2021-09-16 | Improvements to Tweens' Variant types | kobewi |
2021-08-06 | Various fixes to Tween code | kobewi |
2021-08-02 | Add null check to Tween.bind_node() | kobewi |
2021-07-26 | Use Ref<T> references as iterators where relevant | Rémi Verschelde |
2021-07-23 | Use C++ iterators for Lists in many situations | Aaron Franke |
2021-07-18 | Optimize StringName usage | reduz |
2021-06-19 | Complete rewrite of Tweens | Tomasz Chabora |
2021-06-04 | Rename Quat to Quaternion | Marcel Admiraal |
2021-06-03 | Rename Variant TRANSFORM to TRANSFORM3D | Aaron Franke |
2021-06-03 | Rename Transform to Transform3D in core | Aaron Franke |
2021-03-12 | Fixes small typos and grammar correction | Anshul7sp1 |
2021-03-03 | fix no tween repeat after stop_all() and start() again | jmb462 |
2021-02-24 | Tween: Add null check for target object | Christoffer Sundbom |
2021-02-09 | Initialize class variables with default values in scene/ [2/2] | Rafał Mikrut |
2021-02-07 | Initialize class variables with default values in scene/ [1/2] | Rafał Mikrut |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-10-18 | Refactor MethodBind to use variadic templates | reduz |
2020-07-20 | bug with Tween.is_active, fixes #39760 | Chistpohe LY |
2020-05-14 | Style: Enforce braces around if blocks and loops | Rémi Verschelde |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-05-10 | Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine | Rémi Verschelde |
2020-05-10 | Style: clang-format: Disable AllowShortIfStatementsOnASingleLine | Rémi Verschelde |
2020-05-05 | Fix: Tween always return true for _get(), _set() | Thakee Nathees |
2020-04-02 | Replace NULL with nullptr | lupoDharkael |
2020-03-06 | Removed boolean return type from majority of method in Tween | Yuri Roubinsky |
2020-02-25 | Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT. | Juan Linietsky |
2020-02-23 | Merge pull request #36411 from Janglee123/rect2-tween | Rémi Verschelde |
2020-02-23 | Added tween support for Rect2 | janglee |
2020-02-20 | Reworked signal connection system, added support for Callable and Signal obje... | Juan Linietsky |
2020-02-15 | Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr. | Juan Linietsky |
2020-01-22 | Fixed Tween::start() with pending updates | PouleyKetchoupp |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |