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
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
2017-08-07
Makes all Godot API's methods Lower Case
Indah Sylvia
2017-06-25
BuildSystem: generated files have .gen.extension
Poommetee Ketson
2017-06-09
renamed all Rect3.pos to Rect3.position
alexholly
2017-04-08
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-03-30
Honor the Tween's final values
Shin-NiL
2017-03-05
A Whole New World (clang-format edition)
Rémi Verschelde
2017-02-13
Rename the _MD macro to D_METHOD
Hein-Pieter van Braam
2017-02-13
Remove use of _SCS from ADD_METHOD
Hein-Pieter van Braam
2017-02-07
Fix tween Transform2D typo
sanikoyes
2017-01-13
renamed tween animationplayer scale functions to speed_scale
Juan Linietsky
2017-01-13
Tween: Rename times_in_sec (sic) param to duration
Rémi Verschelde
2017-01-12
Renamed most signals so they refer to:
Juan Linietsky
2017-01-11
Type renames:
Juan Linietsky
2017-01-10
- _ready() callback only happens once now, if you want to receive it again, u...
Juan Linietsky
2017-01-04
-Conversion of most properties to a simpler syntax, easier to use by script
Juan Linietsky
2017-01-02
ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...
Juan Linietsky
2017-01-01
Welcome in 2017, dear changelog reader!
Rémi Verschelde
2016-10-26
Fix regression #6864 caused by #6613
Pawel Kowal
2016-09-25
Tween reset/stop/resume/remove for all object properties at once
Pawel Kowal
2016-08-31
Tween: fix non-repeat interpolate_callback does not delete after call triggered
sanikoyes
2016-04-07
Fix crash when tween control object previous freed
sanikoyes
2016-03-09
remove trailing whitespace
Hubert Jarosz
2016-01-01
Update copyright to 2016 in headers
George Marques
2015-05-05
Spine: add feature to insert/remove interpolates while updating
sanikoyes
2015-05-01
-Fixes from source code analyzizer, closes #1768
Juan Linietsky
2015-04-18
Updated copyright year in all headers
Juan Linietsky
2015-01-07
Add call deferred support for Tween
sanikoyes
2014-12-19
1.Change interpolate_callback:p_times_in_sec argument before p_callback argum...
sanikoyes
2014-11-05
SceneMainLoop -> SceneTree
Juan Linietsky
2014-09-17
Small Fixes
Juan Linietsky
2014-08-25
tween:
sanikoyes
2014-08-22
Fix tween seek, add tell function
sanikoyes
2014-08-22
Replace object to NodePath
sanikoyes
2014-08-21
Fix reset
sanikoyes
2014-08-21
Add tween delay support
sanikoyes
2014-08-20
Add missing bind, fix bind argument description
sanikoyes
2014-08-20
Add tween seek/repeat support
sanikoyes
2014-08-20
Add remove/remove_all for tween
sanikoyes
[next]