summaryrefslogtreecommitdiffstats
path: root/scene/animation/tween.cpp
Commit message (Expand)AuthorAgeFilesLines
* bug with Tween.is_active, fixes #39760Chistpohe LY2020-07-201-8/+6
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-73/+124
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-17/+0
* Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde2020-05-101-2/+6
* Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-101-17/+34
* Fix: Tween always return true for _get(), _set()Thakee Nathees2020-05-051-2/+8
* Replace NULL with nullptrlupoDharkael2020-04-021-28/+28
* Removed boolean return type from majority of method in TweenYuri Roubinsky2020-03-061-110/+92
* Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-251-19/+19
* Merge pull request #36411 from Janglee123/rect2-tweenRémi Verschelde2020-02-231-39/+88
|\
| * Added tween support for Rect2janglee2020-02-231-39/+88
* | Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-14/+14
|/
* Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.Juan Linietsky2020-02-151-11/+0
* Fixed Tween::start() with pending updatesPouleyKetchoupp2020-01-221-0/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Provide default Tween values for transition and easing typesAndrii Doroshenko (Xrayez)2019-12-121-6/+6
* Fix some overflows and unitialized variablesRafał Mikrut2019-11-201-0/+2
* Fix Tween follow_property finishing with nullMark Riedesel2019-10-231-4/+40
* Fix misc. source comment typosluz.paz2019-09-191-1/+1
* Added is_inside_tree() check in both Timer and Tweenshaderbeast2019-09-031-1/+3
* Remove ERR_EXPLAIN from scene/* codeTomasz Chabora2019-08-091-29/+15
* Some code changed with Clang-Tidyqarmin2019-06-261-3/+1
* Implementing 0-duration tweensDevin Pentecost2019-06-141-165/+430
* Added signal for Tween emitted at completionChaosus2019-04-031-1/+4
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Fix warnings about unhandled enum value in switch [-Wswitch]Rémi Verschelde2018-09-271-9/+11
* Merge pull request #21913 from DualMatrix/tween_remove_allRémi Verschelde2018-09-121-0/+4
|\
| * Fixed calling start() emmediately after remove_all() on tween not wrokingDualMatrix2018-09-111-0/+4
* | Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+2
|/
* Tween: Add a unique identifier to InterpolateData to be able to remove the ri...James2018-08-161-25/+36
* interpolation was not removed because of id mismatchJames2018-08-091-1/+1
* Check "done" state in original loopRăzvan C. Rădulescu2018-06-271-18/+10
* Fix and make Tween node less confusingRăzvan C. Rădulescu2018-06-261-42/+27
* Adding is_stopped method to Tweensteincodes2018-06-071-0/+5
* Take tween speed into account when calculating runtimeRasmus Ketelsen2018-05-251-1/+6
* update signals' MethodInfo in TweenPaul Joannon2018-01-231-3/+3
* Bind many more properties to scriptsBojidar Marinov2018-01-121-0/+2
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Merge pull request #15161 from volzhs/tween-followRémi Verschelde2018-01-031-46/+39
|\
| * Fix Tween follow not workingvolzhs2017-12-291-46/+39
* | Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
|/
* Merge pull request #12284 from bojidar-bg/allow-subproperty-setRémi Verschelde2017-11-211-51/+77
|\
| * Allow for getting/setting indexed properties of objects using get/set_indexedBojidar Marinov2017-11-211-53/+75
| * Make Tween::interpolate_property's able to get() the initial valueBojidar Marinov2017-11-131-0/+4
* | Rename Rect3 to AABB.Ferenc Arn2017-11-171-8/+8
|/
* Refactor Fixed to PhysicsPoommetee Ketson2017-10-211-1/+1
* Renamed fixed_process to physics_processAndreaCatania2017-09-301-6/+6
* Cleaned up logic in Tween::_tween_process(), fixes #9187cryptonaut2017-08-291-14/+10
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry2017-08-201-19/+19