summaryrefslogtreecommitdiff
path: root/scene/animation/tween.cpp
AgeCommit message (Expand)Author
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
2019-12-12Provide default Tween values for transition and easing typesAndrii Doroshenko (Xrayez)
2019-11-20Fix some overflows and unitialized variablesRafał Mikrut
2019-10-23Fix Tween follow_property finishing with nullMark Riedesel
2019-09-19Fix misc. source comment typosluz.paz
2019-09-03Added is_inside_tree() check in both Timer and Tweenshaderbeast
2019-08-09Remove ERR_EXPLAIN from scene/* codeTomasz Chabora
2019-06-26Some code changed with Clang-Tidyqarmin
2019-06-14Implementing 0-duration tweensDevin Pentecost
2019-04-03Added signal for Tween emitted at completionChaosus
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-09-27Fix warnings about unhandled enum value in switch [-Wswitch]Rémi Verschelde
2018-09-12Merge pull request #21913 from DualMatrix/tween_remove_allRémi Verschelde
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-09-11Fixed calling start() emmediately after remove_all() on tween not wrokingDualMatrix
2018-08-16Tween: Add a unique identifier to InterpolateData to be able to remove the ri...James
2018-08-09interpolation was not removed because of id mismatchJames
2018-06-27Check "done" state in original loopRăzvan C. Rădulescu
2018-06-26Fix and make Tween node less confusingRăzvan C. Rădulescu
2018-06-07Adding is_stopped method to Tweensteincodes
2018-05-25Take tween speed into account when calculating runtimeRasmus Ketelsen
2018-01-23update signals' MethodInfo in TweenPaul Joannon
2018-01-12Bind many more properties to scriptsBojidar Marinov
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-03Merge pull request #15161 from volzhs/tween-followRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-29Fix Tween follow not workingvolzhs
2017-11-21Merge pull request #12284 from bojidar-bg/allow-subproperty-setRémi Verschelde
2017-11-21Allow for getting/setting indexed properties of objects using get/set_indexedBojidar Marinov
2017-11-17Rename Rect3 to AABB.Ferenc Arn
2017-11-13Make Tween::interpolate_property's able to get() the initial valueBojidar Marinov
2017-10-21Refactor Fixed to PhysicsPoommetee Ketson
2017-09-30Renamed fixed_process to physics_processAndreaCatania
2017-08-29Cleaned up logic in Tween::_tween_process(), fixes #9187cryptonaut
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-20ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry