index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scene
/
animation
/
tween.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
*
Fix Tweeners to emit finished() when underlying object is deleted
BlackShift
2024-08-29
1
-0
/
+3
*
Add internal _finish() method to Tweener
kobewi
2024-08-15
1
-8
/
+9
*
Use Core/Scene stringnames consistently
kobewi
2024-05-13
1
-5
/
+5
*
[Animation] Improvements to `Tween` memory management
A Thousand Ships
2024-02-26
1
-15
/
+14
*
Merge pull request #82306 from KoBeWi/tween_literally_anything
Rémi Verschelde
2024-02-17
1
-3
/
+25
|
\
|
*
Add set_custom_interpolator() to PropertyTweener
kobewi
2023-10-12
1
-3
/
+25
*
|
Fix pass int to tween's from with float property will be forced to interpolat...
jsjtxietian
2024-01-22
1
-2
/
+4
*
|
Fix Tween loop initial value
kobewi
2023-12-02
1
-5
/
+8
*
|
Rework blending method in Variant animation for Int/Array/String
Silc Lizard (Tokage) Renew
2023-11-16
1
-6
/
+1
*
|
Merge pull request #81525 from KoBeWi/tweening_the_impossible
Rémi Verschelde
2023-11-09
1
-1
/
+9
|
\
\
|
|
/
|
/
|
|
*
Check if property exists before tweening
kobewi
2023-09-11
1
-1
/
+9
*
|
Fixes to allow object-less callables throughout Godot
Mai Lavelle
2023-10-06
1
-2
/
+2
|
/
*
Prevent errors if Tween callback's object is freed
kobewi
2023-08-29
1
-0
/
+8
*
Fix initial value with delay in PropertyTweener
kobewi
2023-08-17
1
-1
/
+6
*
Improve and clarify paused Tweens
kobewi
2023-07-25
1
-4
/
+4
*
Add TRANS_SPRING to Tween
Rakka Rage
2023-05-17
1
-0
/
+2
*
Various Tween code improvements
kobewi
2023-04-03
1
-23
/
+24
*
Add get_loops_left() function to Tween
John Pennycook
2023-03-20
1
-0
/
+9
*
Check for type mismatch in PropertyTweener.from()
kobewi
2023-02-28
1
-0
/
+5
*
Fix tween_method() type validation
kobewi
2023-02-12
1
-10
/
+20
*
Fix error messages of {}Tweener.new()
VolTer
2023-01-30
1
-4
/
+4
*
Improve empty Tween error message
kobewi
2023-01-16
1
-1
/
+19
*
Improve some Tween internals
kobewi
2023-01-11
1
-9
/
+15
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Improve RefCounted support in Tween
kobewi
2023-01-01
1
-0
/
+14
*
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-07
1
-6
/
+6
*
Change time parameters and variables to double type
Dave Palais
2022-09-26
1
-25
/
+25
*
Fix crash when playing Tween right after finishing
kobewi
2022-09-16
1
-0
/
+1
*
Move some methods to Animation from Variant for refactoring
Silc Renew
2022-09-15
1
-260
/
+11
*
Cast between float and ints in Tween.`tween_property()`
Micky
2022-08-30
1
-3
/
+10
*
Fix Quaternion Tween and implement ease baker
Silc Renew
2022-08-22
1
-6
/
+2
*
Remove Signal connect binds
Juan Linietsky
2022-07-29
1
-2
/
+2
*
Implement Vector4, Vector4i, Projection
reduz
2022-07-23
1
-0
/
+11
*
Fix error spam when tweened node leaves tree
kobewi
2022-05-05
1
-1
/
+1
*
Merge pull request #60627 from aaronfranke/rename-elements
Rémi Verschelde
2022-05-03
1
-48
/
+48
|
\
|
*
Rename Basis "elements" to "rows"
Aaron Franke
2022-04-29
1
-36
/
+36
|
*
Rename Transform2D "elements" to "columns"
Aaron Franke
2022-04-29
1
-12
/
+12
*
|
Improve Tween infinite loop detection
kobewi
2022-05-01
1
-10
/
+15
*
|
Simplify Callable error text methods
kobewi
2022-04-30
1
-2
/
+2
|
/
*
Miscellaneous Tween fixes
Haoyu Qiu
2022-04-28
1
-2
/
+2
*
Make Tween.interpolate_value() static
kobewi
2022-04-17
1
-5
/
+9
*
Merge pull request #59415 from KoBeWi/tween_time()
Rémi Verschelde
2022-04-02
1
-0
/
+8
|
\
|
*
Add get_total_elapsed_time() to Tween
kobewi
2022-03-29
1
-0
/
+8
*
|
Force final value at the end of Tween
kobewi
2022-03-27
1
-3
/
+9
|
/
*
Better handle infinite Tween loops
kobewi
2022-01-29
1
-0
/
+10
*
Fix not being able to stop() empty Tweens
kobewi
2022-01-28
1
-2
/
+1
*
Fix Tween pause behavior
kobewi
2022-01-09
1
-10
/
+15
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
[next]