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