summaryrefslogtreecommitdiffstats
path: root/scene/animation/tween.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Fix Tweeners to emit finished() when underlying object is deletedBlackShift2024-08-291-0/+3
* Add internal _finish() method to Tweenerkobewi2024-08-151-8/+9
* Use Core/Scene stringnames consistentlykobewi2024-05-131-5/+5
* [Animation] Improvements to `Tween` memory managementA Thousand Ships2024-02-261-15/+14
* Merge pull request #82306 from KoBeWi/tween_literally_anythingRémi Verschelde2024-02-171-3/+25
|\
| * Add set_custom_interpolator() to PropertyTweenerkobewi2023-10-121-3/+25
* | Fix pass int to tween's from with float property will be forced to interpolat...jsjtxietian2024-01-221-2/+4
* | Fix Tween loop initial valuekobewi2023-12-021-5/+8
* | Rework blending method in Variant animation for Int/Array/StringSilc Lizard (Tokage) Renew2023-11-161-6/+1
* | Merge pull request #81525 from KoBeWi/tweening_the_impossibleRémi Verschelde2023-11-091-1/+9
|\ \ | |/ |/|
| * Check if property exists before tweeningkobewi2023-09-111-1/+9
* | Fixes to allow object-less callables throughout GodotMai Lavelle2023-10-061-2/+2
|/
* Prevent errors if Tween callback's object is freedkobewi2023-08-291-0/+8
* Fix initial value with delay in PropertyTweenerkobewi2023-08-171-1/+6
* Improve and clarify paused Tweenskobewi2023-07-251-4/+4
* Add TRANS_SPRING to TweenRakka Rage2023-05-171-0/+2
* Various Tween code improvementskobewi2023-04-031-23/+24
* Add get_loops_left() function to TweenJohn Pennycook2023-03-201-0/+9
* Check for type mismatch in PropertyTweener.from()kobewi2023-02-281-0/+5
* Fix tween_method() type validationkobewi2023-02-121-10/+20
* Fix error messages of {}Tweener.new()VolTer2023-01-301-4/+4
* Improve empty Tween error messagekobewi2023-01-161-1/+19
* Improve some Tween internalskobewi2023-01-111-9/+15
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Improve RefCounted support in Tweenkobewi2023-01-011-0/+14
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-6/+6
* Change time parameters and variables to double typeDave Palais2022-09-261-25/+25
* Fix crash when playing Tween right after finishingkobewi2022-09-161-0/+1
* Move some methods to Animation from Variant for refactoringSilc Renew2022-09-151-260/+11
* Cast between float and ints in Tween.`tween_property()`Micky2022-08-301-3/+10
* Fix Quaternion Tween and implement ease bakerSilc Renew2022-08-221-6/+2
* Remove Signal connect bindsJuan Linietsky2022-07-291-2/+2
* Implement Vector4, Vector4i, Projectionreduz2022-07-231-0/+11
* Fix error spam when tweened node leaves treekobewi2022-05-051-1/+1
* Merge pull request #60627 from aaronfranke/rename-elementsRémi Verschelde2022-05-031-48/+48
|\
| * Rename Basis "elements" to "rows"Aaron Franke2022-04-291-36/+36
| * Rename Transform2D "elements" to "columns"Aaron Franke2022-04-291-12/+12
* | Improve Tween infinite loop detectionkobewi2022-05-011-10/+15
* | Simplify Callable error text methodskobewi2022-04-301-2/+2
|/
* Miscellaneous Tween fixesHaoyu Qiu2022-04-281-2/+2
* Make Tween.interpolate_value() statickobewi2022-04-171-5/+9
* Merge pull request #59415 from KoBeWi/tween_time()Rémi Verschelde2022-04-021-0/+8
|\
| * Add get_total_elapsed_time() to Tweenkobewi2022-03-291-0/+8
* | Force final value at the end of Tweenkobewi2022-03-271-3/+9
|/
* Better handle infinite Tween loopskobewi2022-01-291-0/+10
* Fix not being able to stop() empty Tweenskobewi2022-01-281-2/+1
* Fix Tween pause behaviorkobewi2022-01-091-10/+15
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2