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
*
bug with Tween.is_active, fixes #39760
Chistpohe LY
2020-07-20
1
-8
/
+6
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-73
/
+124
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-17
/
+0
*
Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine
Rémi Verschelde
2020-05-10
1
-2
/
+6
*
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
Rémi Verschelde
2020-05-10
1
-17
/
+34
*
Fix: Tween always return true for _get(), _set()
Thakee Nathees
2020-05-05
1
-2
/
+8
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-28
/
+28
*
Removed boolean return type from majority of method in Tween
Yuri Roubinsky
2020-03-06
1
-110
/
+92
*
Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.
Juan Linietsky
2020-02-25
1
-19
/
+19
*
Merge pull request #36411 from Janglee123/rect2-tween
Rémi Verschelde
2020-02-23
1
-39
/
+88
|
\
|
*
Added tween support for Rect2
janglee
2020-02-23
1
-39
/
+88
*
|
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-20
1
-14
/
+14
|
/
*
Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.
Juan Linietsky
2020-02-15
1
-11
/
+0
*
Fixed Tween::start() with pending updates
PouleyKetchoupp
2020-01-22
1
-0
/
+1
*
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
-6
/
+6
*
Fix some overflows and unitialized variables
Rafał Mikrut
2019-11-20
1
-0
/
+2
*
Fix Tween follow_property finishing with null
Mark Riedesel
2019-10-23
1
-4
/
+40
*
Fix misc. source comment typos
luz.paz
2019-09-19
1
-1
/
+1
*
Added is_inside_tree() check in both Timer and Tween
shaderbeast
2019-09-03
1
-1
/
+3
*
Remove ERR_EXPLAIN from scene/* code
Tomasz Chabora
2019-08-09
1
-29
/
+15
*
Some code changed with Clang-Tidy
qarmin
2019-06-26
1
-3
/
+1
*
Implementing 0-duration tweens
Devin Pentecost
2019-06-14
1
-165
/
+430
*
Added signal for Tween emitted at completion
Chaosus
2019-04-03
1
-1
/
+4
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Fix warnings about unhandled enum value in switch [-Wswitch]
Rémi Verschelde
2018-09-27
1
-9
/
+11
*
Merge pull request #21913 from DualMatrix/tween_remove_all
Rémi Verschelde
2018-09-12
1
-0
/
+4
|
\
|
*
Fixed calling start() emmediately after remove_all() on tween not wroking
DualMatrix
2018-09-11
1
-0
/
+4
*
|
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-1
/
+2
|
/
*
Tween: Add a unique identifier to InterpolateData to be able to remove the ri...
James
2018-08-16
1
-25
/
+36
*
interpolation was not removed because of id mismatch
James
2018-08-09
1
-1
/
+1
*
Check "done" state in original loop
Răzvan C. Rădulescu
2018-06-27
1
-18
/
+10
*
Fix and make Tween node less confusing
Răzvan C. Rădulescu
2018-06-26
1
-42
/
+27
*
Adding is_stopped method to Tween
steincodes
2018-06-07
1
-0
/
+5
*
Take tween speed into account when calculating runtime
Rasmus Ketelsen
2018-05-25
1
-1
/
+6
*
update signals' MethodInfo in Tween
Paul Joannon
2018-01-23
1
-3
/
+3
*
Bind many more properties to scripts
Bojidar Marinov
2018-01-12
1
-0
/
+2
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
Merge pull request #15161 from volzhs/tween-follow
Rémi Verschelde
2018-01-03
1
-46
/
+39
|
\
|
*
Fix Tween follow not working
volzhs
2017-12-29
1
-46
/
+39
*
|
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
|
/
*
Merge pull request #12284 from bojidar-bg/allow-subproperty-set
Rémi Verschelde
2017-11-21
1
-51
/
+77
|
\
|
*
Allow for getting/setting indexed properties of objects using get/set_indexed
Bojidar Marinov
2017-11-21
1
-53
/
+75
|
*
Make Tween::interpolate_property's able to get() the initial value
Bojidar Marinov
2017-11-13
1
-0
/
+4
*
|
Rename Rect3 to AABB.
Ferenc Arn
2017-11-17
1
-8
/
+8
|
/
*
Refactor Fixed to Physics
Poommetee Ketson
2017-10-21
1
-1
/
+1
*
Renamed fixed_process to physics_process
AndreaCatania
2017-09-30
1
-6
/
+6
*
Cleaned up logic in Tween::_tween_process(), fixes #9187
cryptonaut
2017-08-29
1
-14
/
+10
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
*
ClassDB: Provide the enum name of integer constants
Ignacio Etcheverry
2017-08-20
1
-19
/
+19
[next]