summaryrefslogtreecommitdiffstats
path: root/scene/animation/tween.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #54391 from DavidSichma/doc_interpolate_valueRémi Verschelde2021-11-011-1/+1
|\
| * Fixed Tween::interpolate_value argument order.David Sichma2021-10-291-1/+1
* | Fix parallel Tweens not ending correctlykobewi2021-10-281-1/+1
|/
* Refactor and move easing equationskobewi2021-09-241-0/+25
* Improvements to Tweens' Variant typeskobewi2021-09-161-2/+9
* Various fixes to Tween codekobewi2021-08-061-12/+23
* Add null check to Tween.bind_node()kobewi2021-08-021-0/+2
* Use Ref<T> references as iterators where relevantRémi Verschelde2021-07-261-4/+4
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-4/+4
* Optimize StringName usagereduz2021-07-181-7/+7
* Complete rewrite of TweensTomasz Chabora2021-06-191-1520/+593
* Rename Quat to QuaternionMarcel Admiraal2021-06-041-7/+7
* Rename Variant TRANSFORM to TRANSFORM3DAaron Franke2021-06-031-3/+3
* Rename Transform to Transform3D in coreAaron Franke2021-06-031-6/+6
* Fixes small typos and grammar correctionAnshul7sp12021-03-121-1/+1
* fix no tween repeat after stop_all() and start() againjmb4622021-03-031-1/+14
* Tween: Add null check for target objectChristoffer Sundbom2021-02-241-0/+6
* Initialize class variables with default values in scene/ [2/2]Rafał Mikrut2021-02-091-2/+2
* Initialize class variables with default values in scene/ [1/2]Rafał Mikrut2021-02-071-6/+0
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Refactor MethodBind to use variadic templatesreduz2020-10-181-2/+0
* 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
|/