Age | Commit message (Expand) | Author |
2019-06-26 | Some code changed with Clang-Tidy | qarmin |
2019-06-14 | Implementing 0-duration tweens | Devin Pentecost |
2019-04-03 | Added signal for Tween emitted at completion | Chaosus |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-09-27 | Fix warnings about unhandled enum value in switch [-Wswitch] | Rémi Verschelde |
2018-09-12 | Merge pull request #21913 from DualMatrix/tween_remove_all | Rémi Verschelde |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-09-11 | Fixed calling start() emmediately after remove_all() on tween not wroking | DualMatrix |
2018-08-16 | Tween: Add a unique identifier to InterpolateData to be able to remove the ri... | James |
2018-08-09 | interpolation was not removed because of id mismatch | James |
2018-06-27 | Check "done" state in original loop | Răzvan C. Rădulescu |
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-05-25 | Take tween speed into account when calculating runtime | Rasmus Ketelsen |
2018-01-23 | update signals' MethodInfo in Tween | Paul Joannon |
2018-01-12 | Bind many more properties to scripts | Bojidar Marinov |
2018-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde |
2018-01-03 | Merge pull request #15161 from volzhs/tween-follow | Rémi Verschelde |
2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde |
2017-12-29 | Fix Tween follow not working | volzhs |
2017-11-21 | Merge pull request #12284 from bojidar-bg/allow-subproperty-set | Rémi Verschelde |
2017-11-21 | Allow for getting/setting indexed properties of objects using get/set_indexed | Bojidar Marinov |
2017-11-17 | Rename Rect3 to AABB. | Ferenc Arn |
2017-11-13 | Make Tween::interpolate_property's able to get() the initial value | Bojidar Marinov |
2017-10-21 | Refactor Fixed to Physics | Poommetee Ketson |
2017-09-30 | Renamed fixed_process to physics_process | AndreaCatania |
2017-08-29 | Cleaned up logic in Tween::_tween_process(), fixes #9187 | cryptonaut |
2017-08-27 | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde |
2017-08-20 | ClassDB: Provide the enum name of integer constants | Ignacio Etcheverry |
2017-08-07 | Makes all Godot API's methods Lower Case | Indah Sylvia |
2017-06-25 | BuildSystem: generated files have .gen.extension | Poommetee Ketson |
2017-06-09 | renamed all Rect3.pos to Rect3.position | alexholly |
2017-04-08 | Add "Godot Engine contributors" copyright line | Rémi Verschelde |
2017-03-30 | Honor the Tween's final values | Shin-NiL |
2017-03-05 | A Whole New World (clang-format edition) | Rémi Verschelde |
2017-02-13 | Rename the _MD macro to D_METHOD | Hein-Pieter van Braam |
2017-02-13 | Remove use of _SCS from ADD_METHOD | Hein-Pieter van Braam |
2017-02-07 | Fix tween Transform2D typo | sanikoyes |
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-12 | Renamed most signals so they refer to: | Juan Linietsky |
2017-01-11 | Type renames: | Juan Linietsky |
2017-01-10 | - _ready() callback only happens once now, if you want to receive it again, u... | Juan Linietsky |
2017-01-04 | -Conversion of most properties to a simpler syntax, easier to use by script | Juan Linietsky |
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-09-25 | Tween reset/stop/resume/remove for all object properties at once | Pawel Kowal |
2016-08-31 | Tween: fix non-repeat interpolate_callback does not delete after call triggered | sanikoyes |
2016-04-07 | Fix crash when tween control object previous freed | sanikoyes |