| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Revert "Tween reset/stop/resume/remove for all object properties at once" | Rémi Verschelde | 2016-10-18 | 1 | -13/+10 |
| | | | | | | This reverts commit 6fc894d65264e37f6c0772f3789bcec52c7bbe3a. It caused a regression, cf. #6863. | ||||
| * | Tween reset/stop/resume/remove for all object properties at once | Pawel Kowal | 2016-10-09 | 1 | -10/+13 |
| | | | | | (cherry picked from commit acc242fd6a3fc0dda18c01290263313e09d8269e) | ||||
| * | Tween: fix non-repeat interpolate_callback does not delete after call triggered | sanikoyes | 2016-09-18 | 1 | -0/+2 |
| | | | | | (cherry picked from commit cccea7e0b4ea6a6ac3b624b1b437d175d5c8ef15) | ||||
| * | Fix crash when tween control object previous freed | sanikoyes | 2016-04-07 | 1 | -0/+13 |
| | | |||||
| * | remove trailing whitespace | Hubert Jarosz | 2016-03-09 | 1 | -6/+6 |
| | | |||||
| * | Update copyright to 2016 in headers | George Marques | 2016-01-01 | 1 | -1/+1 |
| | | |||||
| * | Spine: add feature to insert/remove interpolates while updating | sanikoyes | 2015-05-05 | 1 | -11/+205 |
| | | |||||
| * | -Fixes from source code analyzizer, closes #1768 | Juan Linietsky | 2015-05-01 | 1 | -1/+1 |
| | | |||||
| * | Updated copyright year in all headers | Juan Linietsky | 2015-04-18 | 1 | -1/+1 |
| | | |||||
| * | Add call deferred support for Tween | sanikoyes | 2015-01-07 | 1 | -8/+103 |
| | | |||||
| * | 1.Change interpolate_callback:p_times_in_sec argument before p_callback ↵ | sanikoyes | 2014-12-19 | 1 | -75/+120 |
| | | | | | | | | | 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 | ||||
| * | SceneMainLoop -> SceneTree | Juan Linietsky | 2014-11-05 | 1 | -2/+2 |
| | | | | | | | | | | | | | -=-=-=-=-=-=-=-=-=-=-=-=-=- *YOUR SOURCE MIGHT NOT WORK* For mor information on fix: https://github.com/okamstudio/godot/wiki/devel_scene_tree Other stuff: -Shower of bullets demo -Fixes all around | ||||
| * | Small Fixes | Juan Linietsky | 2014-09-17 | 1 | -0/+1 |
| | | | | | | | | ----------- -Added Ability for centering on top left for centercontainer -Added ability to bind more than 5 parameters (must include an extra file) | ||||
| * | tween: | sanikoyes | 2014-08-25 | 1 | -30/+336 |
| | | | | | | 1、add follow/targeting support 2、update demo | ||||
| * | Fix tween seek, add tell function | sanikoyes | 2014-08-22 | 1 | -6/+26 |
| | | |||||
| * | Replace object to NodePath | sanikoyes | 2014-08-22 | 1 | -54/+140 |
| | | | | | | Add time callback support Update demo | ||||
| * | Fix reset | sanikoyes | 2014-08-21 | 1 | -2/+4 |
| | | |||||
| * | Add tween delay support | sanikoyes | 2014-08-21 | 1 | -14/+61 |
| | | | | | | Add tween get_runtime function Update demo for tween delay sample | ||||
| * | Add missing bind, fix bind argument description | sanikoyes | 2014-08-20 | 1 | -4/+5 |
| | | |||||
| * | Add tween seek/repeat support | sanikoyes | 2014-08-20 | 1 | -4/+50 |
| | | | | | Add tween demo | ||||
| * | Add remove/remove_all for tween | sanikoyes | 2014-08-20 | 1 | -0/+27 |
| | | |||||
| * | Add tween support for godot | sanikoyes | 2014-08-20 | 1 | -0/+684 |
