Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-02 | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to ↵ | Juan Linietsky | |
Variant. All usages of "type" to refer to classes were renamed to "class" ClassDB has been exposed to GDScript. OBJ_TYPE() macro is now GDCLASS() | |||
2017-01-01 | Welcome in 2017, dear changelog reader! | Rémi Verschelde | |
That year should bring the long-awaited OpenGL ES 3.0 compatible renderer with state-of-the-art rendering techniques tuned to work as low as middle end handheld devices - without compromising with the possibilities given for higher end desktop games of course. Great times ahead for the Godot community and the gamers that will play our games! | |||
2016-10-26 | Fix regression #6864 caused by #6613 | Pawel Kowal | |
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-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 ↵ | sanikoyes | |
argument(more readable) 2.NodePath replace to instance_ID(can control object doe's not in scene tree) 3.Change interpolate types from Node to Object, can control more types(etc script class object) 4.Add pending_update counter, avoid insert/remove interpolates-list while traversal it | |||
2014-09-17 | Small Fixes | Juan Linietsky | |
----------- -Added Ability for centering on top left for centercontainer -Added ability to bind more than 5 parameters (must include an extra file) | |||
2014-08-25 | tween: | sanikoyes | |
1、add follow/targeting support 2、update demo | |||
2014-08-22 | Fix tween seek, add tell function | sanikoyes | |
2014-08-22 | Replace object to NodePath | sanikoyes | |
Add time callback support Update demo | |||
2014-08-21 | Add tween delay support | sanikoyes | |
Add tween get_runtime function Update demo for tween delay sample | |||
2014-08-20 | Add tween seek/repeat support | sanikoyes | |
Add tween demo | |||
2014-08-20 | Add remove/remove_all for tween | sanikoyes | |
2014-08-20 | Add tween support for godot | sanikoyes | |