aboutsummaryrefslogtreecommitdiff
path: root/scene/animation/tween.h
Commit message (Collapse)AuthorAgeFilesLines
* Adding is_stopped method to Tweensteincodes2018-06-071-0/+1
|
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
| | | | | | Using `misc/scripts/fix_headers.py` on all Godot files. Some missing header guards were added, and the header inclusion order was fixed in the Bullet module.
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
| | | | Happy new year to the wonderful Godot community!
* Allow for getting/setting indexed properties of objects using get/set_indexedBojidar Marinov2017-11-211-13/+14
| | | | Performance is around the same as using pure set() through GDScript.
* Renamed fixed_process to physics_processAndreaCatania2017-09-301-1/+1
|
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
|
* Synchronize parameter names in definition and declarationTwistedTwigleg2017-08-161-11/+11
| | | | Fixes #10244.
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
|
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-114/+39
| | | | | | | | | | | | | | | | | | | | | | | | I can show you the code Pretty, with proper whitespace Tell me, coder, now when did You last write readable code? I can open your eyes Make you see your bad indent Force you to respect the style The core devs agreed upon A whole new world A new fantastic code format A de facto standard With some sugar Enforced with clang-format A whole new world A dazzling style we all dreamed of And when we read it through It's crystal clear That now we're in a whole new world of code
* renamed tween animationplayer scale functions to speed_scaleJuan Linietsky2017-01-131-2/+2
|
* Tween: Rename times_in_sec (sic) param to durationRémi Verschelde2017-01-131-9/+9
|
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to ↵Juan Linietsky2017-01-021-1/+1
| | | | | | | | 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()
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
| | | | | | | | 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!
* Fix regression #6864 caused by #6613Pawel Kowal2016-10-261-0/+1
|
* remove trailing whitespaceHubert Jarosz2016-03-091-2/+2
|
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
|
* Spine: add feature to insert/remove interpolates while updatingsanikoyes2015-05-051-0/+21
|
* Updated copyright year in all headersJuan Linietsky2015-04-181-1/+1
|
* Add call deferred support for Tweensanikoyes2015-01-071-3/+11
|
* 1.Change interpolate_callback:p_times_in_sec argument before p_callback ↵sanikoyes2014-12-191-21/+24
| | | | | | | | 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
* Small FixesJuan Linietsky2014-09-171-5/+3
| | | | | | | ----------- -Added Ability for centering on top left for centercontainer -Added ability to bind more than 5 parameters (must include an extra file)
* tween:sanikoyes2014-08-251-5/+56
| | | | | 1、add follow/targeting support 2、update demo
* Fix tween seek, add tell functionsanikoyes2014-08-221-1/+2
|
* Replace object to NodePathsanikoyes2014-08-221-8/+21
| | | | | Add time callback support Update demo
* Add tween delay supportsanikoyes2014-08-211-0/+5
| | | | | Add tween get_runtime function Update demo for tween delay sample
* Add tween seek/repeat supportsanikoyes2014-08-201-0/+6
| | | | Add tween demo
* Add remove/remove_all for tweensanikoyes2014-08-201-0/+2
|
* Add tween support for godotsanikoyes2014-08-201-0/+161