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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
Rebrand preambles to Redot
Spartan322
2024-10-13
1
-0
/
+2
*
[Animation] Improvements to `Tween` memory management
A Thousand Ships
2024-02-26
1
-3
/
+4
*
Merge pull request #82306 from KoBeWi/tween_literally_anything
Rémi Verschelde
2024-02-17
1
-0
/
+2
|
\
|
*
Add set_custom_interpolator() to PropertyTweener
kobewi
2023-10-12
1
-0
/
+2
*
|
Fix Tween loop initial value
kobewi
2023-12-02
1
-0
/
+1
|
/
*
Add TRANS_SPRING to Tween
Rakka Rage
2023-05-17
1
-0
/
+1
*
Various Tween code improvements
kobewi
2023-04-03
1
-12
/
+12
*
Add get_loops_left() function to Tween
John Pennycook
2023-03-20
1
-0
/
+1
*
Check for type mismatch in PropertyTweener.from()
kobewi
2023-02-28
1
-0
/
+2
*
Fix tween_method() type validation
kobewi
2023-02-12
1
-0
/
+2
*
Improve empty Tween error message
kobewi
2023-01-16
1
-0
/
+2
*
Improve some Tween internals
kobewi
2023-01-11
1
-1
/
+2
*
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
/
+6
*
Change time parameters and variables to double type
Dave Palais
2022-09-26
1
-26
/
+26
*
Move some methods to Animation from Variant for refactoring
Silc Renew
2022-09-15
1
-1
/
+0
*
Code quality: Fix header guards consistency
Rémi Verschelde
2022-07-25
1
-1
/
+1
*
Improve Tween infinite loop detection
kobewi
2022-05-01
1
-0
/
+3
*
Make Tween.interpolate_value() static
kobewi
2022-04-17
1
-4
/
+4
*
Merge pull request #59415 from KoBeWi/tween_time()
Rémi Verschelde
2022-04-02
1
-0
/
+2
|
\
|
*
Add get_total_elapsed_time() to Tween
kobewi
2022-03-29
1
-0
/
+2
*
|
Force final value at the end of Tween
kobewi
2022-03-27
1
-0
/
+1
|
/
*
Fix Tween pause behavior
kobewi
2022-01-09
1
-2
/
+3
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Improvements to Tweens' Variant types
kobewi
2021-09-16
1
-2
/
+2
*
Various fixes to Tween code
kobewi
2021-08-06
1
-2
/
+4
*
Complete rewrite of Tweens
Tomasz Chabora
2021-06-19
1
-111
/
+196
*
fix no tween repeat after stop_all() and start() again
jmb462
2021-03-03
1
-0
/
+1
*
Initialize class variables with default values in scene/ [1/2]
Rafał Mikrut
2021-02-07
1
-23
/
+17
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Remove empty lines around braces with the formatting script
Aaron Franke
2020-11-16
1
-1
/
+0
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-1
/
+0
*
Removed boolean return type from majority of method in Tween
Yuri Roubinsky
2020-03-06
1
-20
/
+20
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Provide default Tween values for transition and easing types
Andrii Doroshenko (Xrayez)
2019-12-12
1
-13
/
+6
*
Removed unused variables, add some constants numbers
Rafał Mikrut
2019-12-10
1
-0
/
+6
*
Fix Tween follow_property finishing with null
Mark Riedesel
2019-10-23
1
-1
/
+2
*
Implementing 0-duration tweens
Devin Pentecost
2019-06-14
1
-0
/
+1
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Tween: Add a unique identifier to InterpolateData to be able to remove the ri...
James
2018-08-16
1
-1
/
+4
*
Fix and make Tween node less confusing
Răzvan C. Rădulescu
2018-06-26
1
-4
/
+0
*
Adding is_stopped method to Tween
steincodes
2018-06-07
1
-0
/
+1
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
*
Allow for getting/setting indexed properties of objects using get/set_indexed
Bojidar Marinov
2017-11-21
1
-13
/
+14
*
Renamed fixed_process to physics_process
AndreaCatania
2017-09-30
1
-1
/
+1
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
*
Synchronize parameter names in definition and declaration
TwistedTwigleg
2017-08-16
1
-11
/
+11
*
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-04-08
1
-0
/
+1
[next]