| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Merge pull request #54391 from DavidSichma/doc_interpolate_value | Rémi Verschelde | 2021-11-01 | 1 | -1/+1 |
|\ |
|
| * | Fixed Tween::interpolate_value argument order. | David Sichma | 2021-10-29 | 1 | -1/+1 |
* | | Fix parallel Tweens not ending correctly | kobewi | 2021-10-28 | 1 | -1/+1 |
|/ |
|
* | Refactor and move easing equations | kobewi | 2021-09-24 | 1 | -0/+25 |
* | Improvements to Tweens' Variant types | kobewi | 2021-09-16 | 1 | -2/+9 |
* | Various fixes to Tween code | kobewi | 2021-08-06 | 1 | -12/+23 |
* | Add null check to Tween.bind_node() | kobewi | 2021-08-02 | 1 | -0/+2 |
* | Use Ref<T> references as iterators where relevant | Rémi Verschelde | 2021-07-26 | 1 | -4/+4 |
* | Use C++ iterators for Lists in many situations | Aaron Franke | 2021-07-23 | 1 | -4/+4 |
* | Optimize StringName usage | reduz | 2021-07-18 | 1 | -7/+7 |
* | Complete rewrite of Tweens | Tomasz Chabora | 2021-06-19 | 1 | -1520/+593 |
* | Rename Quat to Quaternion | Marcel Admiraal | 2021-06-04 | 1 | -7/+7 |
* | Rename Variant TRANSFORM to TRANSFORM3D | Aaron Franke | 2021-06-03 | 1 | -3/+3 |
* | Rename Transform to Transform3D in core | Aaron Franke | 2021-06-03 | 1 | -6/+6 |
* | Fixes small typos and grammar correction | Anshul7sp1 | 2021-03-12 | 1 | -1/+1 |
* | fix no tween repeat after stop_all() and start() again | jmb462 | 2021-03-03 | 1 | -1/+14 |
* | Tween: Add null check for target object | Christoffer Sundbom | 2021-02-24 | 1 | -0/+6 |
* | Initialize class variables with default values in scene/ [2/2] | Rafał Mikrut | 2021-02-09 | 1 | -2/+2 |
* | Initialize class variables with default values in scene/ [1/2] | Rafał Mikrut | 2021-02-07 | 1 | -6/+0 |
* | Update copyright statements to 2021 | Rémi Verschelde | 2021-01-01 | 1 | -2/+2 |
* | Refactor MethodBind to use variadic templates | reduz | 2020-10-18 | 1 | -2/+0 |
* | bug with Tween.is_active, fixes #39760 | Chistpohe LY | 2020-07-20 | 1 | -8/+6 |
* | Style: Enforce braces around if blocks and loops | Rémi Verschelde | 2020-05-14 | 1 | -73/+124 |
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 1 | -17/+0 |
* | Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine | Rémi Verschelde | 2020-05-10 | 1 | -2/+6 |
* | Style: clang-format: Disable AllowShortIfStatementsOnASingleLine | Rémi Verschelde | 2020-05-10 | 1 | -17/+34 |
* | Fix: Tween always return true for _get(), _set() | Thakee Nathees | 2020-05-05 | 1 | -2/+8 |
* | Replace NULL with nullptr | lupoDharkael | 2020-04-02 | 1 | -28/+28 |
* | Removed boolean return type from majority of method in Tween | Yuri Roubinsky | 2020-03-06 | 1 | -110/+92 |
* | Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT. | Juan Linietsky | 2020-02-25 | 1 | -19/+19 |
* | Merge pull request #36411 from Janglee123/rect2-tween | Rémi Verschelde | 2020-02-23 | 1 | -39/+88 |
|\ |
|
| * | Added tween support for Rect2 | janglee | 2020-02-23 | 1 | -39/+88 |
* | | Reworked signal connection system, added support for Callable and Signal obje... | Juan Linietsky | 2020-02-20 | 1 | -14/+14 |
|/ |
|
* | Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr. | Juan Linietsky | 2020-02-15 | 1 | -11/+0 |
* | Fixed Tween::start() with pending updates | PouleyKetchoupp | 2020-01-22 | 1 | -0/+1 |
* | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 1 | -2/+2 |
* | Provide default Tween values for transition and easing types | Andrii Doroshenko (Xrayez) | 2019-12-12 | 1 | -6/+6 |
* | Fix some overflows and unitialized variables | Rafał Mikrut | 2019-11-20 | 1 | -0/+2 |
* | Fix Tween follow_property finishing with null | Mark Riedesel | 2019-10-23 | 1 | -4/+40 |
* | Fix misc. source comment typos | luz.paz | 2019-09-19 | 1 | -1/+1 |
* | Added is_inside_tree() check in both Timer and Tween | shaderbeast | 2019-09-03 | 1 | -1/+3 |
* | Remove ERR_EXPLAIN from scene/* code | Tomasz Chabora | 2019-08-09 | 1 | -29/+15 |
* | Some code changed with Clang-Tidy | qarmin | 2019-06-26 | 1 | -3/+1 |
* | Implementing 0-duration tweens | Devin Pentecost | 2019-06-14 | 1 | -165/+430 |
* | Added signal for Tween emitted at completion | Chaosus | 2019-04-03 | 1 | -1/+4 |
* | Update copyright statements to 2019 | Rémi Verschelde | 2019-01-01 | 1 | -2/+2 |
* | Fix warnings about unhandled enum value in switch [-Wswitch] | Rémi Verschelde | 2018-09-27 | 1 | -9/+11 |
* | Merge pull request #21913 from DualMatrix/tween_remove_all | Rémi Verschelde | 2018-09-12 | 1 | -0/+4 |
|\ |
|
| * | Fixed calling start() emmediately after remove_all() on tween not wroking | DualMatrix | 2018-09-11 | 1 | -0/+4 |
* | | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde | 2018-09-12 | 1 | -1/+2 |
|/ |
|