Age | Commit message (Expand) | Author |
2022-01-09 | Fix Tween pause behavior | kobewi |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2021-09-16 | Improvements to Tweens' Variant types | kobewi |
2021-08-06 | Various fixes to Tween code | kobewi |
2021-06-19 | Complete rewrite of Tweens | Tomasz Chabora |
2021-03-03 | fix no tween repeat after stop_all() and start() again | jmb462 |
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-11-16 | Remove empty lines around braces with the formatting script | Aaron Franke |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-03-06 | Removed boolean return type from majority of method in Tween | Yuri Roubinsky |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-12-12 | Provide default Tween values for transition and easing types | Andrii Doroshenko (Xrayez) |
2019-12-10 | Removed unused variables, add some constants numbers | Rafał Mikrut |
2019-10-23 | Fix Tween follow_property finishing with null | Mark Riedesel |
2019-06-14 | Implementing 0-duration tweens | Devin Pentecost |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-08-16 | Tween: Add a unique identifier to InterpolateData to be able to remove the ri... | James |
2018-06-26 | Fix and make Tween node less confusing | Răzvan C. Rădulescu |
2018-06-07 | Adding is_stopped method to Tween | steincodes |
2018-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde |
2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde |
2017-11-21 | Allow for getting/setting indexed properties of objects using get/set_indexed | Bojidar Marinov |
2017-09-30 | Renamed fixed_process to physics_process | AndreaCatania |
2017-08-27 | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde |
2017-08-16 | Synchronize parameter names in definition and declaration | TwistedTwigleg |
2017-04-08 | Add "Godot Engine contributors" copyright line | Rémi Verschelde |
2017-03-05 | A Whole New World (clang-format edition) | Rémi Verschelde |
2017-01-13 | renamed tween animationplayer scale functions to speed_scale | Juan Linietsky |
2017-01-13 | Tween: Rename times_in_sec (sic) param to duration | Rémi Verschelde |
2017-01-02 | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va... | Juan Linietsky |
2017-01-01 | Welcome in 2017, dear changelog reader! | Rémi Verschelde |
2016-10-26 | Fix regression #6864 caused by #6613 | Pawel Kowal |
2016-03-09 | remove trailing whitespace | Hubert Jarosz |
2016-01-01 | Update copyright to 2016 in headers | George Marques |
2015-05-05 | Spine: add feature to insert/remove interpolates while updating | sanikoyes |
2015-04-18 | Updated copyright year in all headers | Juan Linietsky |
2015-01-07 | Add call deferred support for Tween | sanikoyes |
2014-12-19 | 1.Change interpolate_callback:p_times_in_sec argument before p_callback argum... | sanikoyes |
2014-09-17 | Small Fixes | Juan Linietsky |
2014-08-25 | tween: | sanikoyes |
2014-08-22 | Fix tween seek, add tell function | sanikoyes |
2014-08-22 | Replace object to NodePath | sanikoyes |
2014-08-21 | Add tween delay support | sanikoyes |
2014-08-20 | Add tween seek/repeat support | sanikoyes |
2014-08-20 | Add remove/remove_all for tween | sanikoyes |
2014-08-20 | Add tween support for godot | sanikoyes |