aboutsummaryrefslogtreecommitdiff
path: root/scene/animation (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename [gs]et_pos to [gs]et_position for ControlsSergey Pusnei2017-04-101-1/+1
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-089-0/+9
* Honor the Tween's final valuesShin-NiL2017-03-301-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-059-2621/+2063
* Inf and NaN support added to GDScript.Saracen2017-02-281-1/+1
* Merge pull request #6462 from RandomShaper/fix-improve-anim-blendRémi Verschelde2017-02-271-17/+8
|\
| * Fix/improve AnimationPlayer blending logicPedro J. Estébanez2016-09-121-17/+8
* | Tween: Fix undefined behavior found by static code analyzer.Andreas Haas2017-02-221-1/+2
* | Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-134-135/+135
* | Remove use of _SCS from ADD_METHODHein-Pieter van Braam2017-02-133-5/+5
* | Fix tween Transform2D typosanikoyes2017-02-071-3/+3
* | Merge pull request #7002 from RandomShaper/vcs-friendlinessJuan Linietsky2017-01-252-9/+12
|\ \
| * | Improve .tscn VCSPedro J. Estébanez2017-01-162-9/+12
* | | Overloaded basic math funcs (double and float variants). Use real_t rather th...Ferenc Arn2017-01-161-2/+2
* | | Style: Fix statements ending with ';;'Rémi Verschelde2017-01-163-3/+3
* | | removed duplicated functions in class hierarchy that were bound more than onceJuan Linietsky2017-01-142-10/+10
* | | Style: Fix whole-line commented codeRémi Verschelde2017-01-142-8/+10
* | | renamed tween animationplayer scale functions to speed_scaleJuan Linietsky2017-01-134-14/+14
* | | Tween: Rename times_in_sec (sic) param to durationRémi Verschelde2017-01-132-58/+58
* | | Renamed most signals so they refer to:Juan Linietsky2017-01-123-8/+8
* | | Type renames:Juan Linietsky2017-01-112-25/+25
* | | - _ready() callback only happens once now, if you want to receive it again, u...Juan Linietsky2017-01-103-16/+16
* | | Renamed finished to animation_finished, also passes the animation name when f...Juan Linietsky2017-01-081-2/+2
* | | Memory pool vectors (DVector) have been enormously simplified in code, and re...Juan Linietsky2017-01-073-5/+5
* | | -Conversion of most properties to a simpler syntax, easier to use by scriptJuan Linietsky2017-01-043-9/+11
* | | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-028-139/+139
* | | Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-019-9/+9
* | | Merge pull request #7000 from m4nu3lf/masterRémi Verschelde2016-11-022-17/+4
|\ \ \
| * | | Fixed Mix nodes in Animation Tree Playerm4nu3lf2016-10-312-17/+4
| |/ /
* / / style: Fix PEP8 whitespace issues in Python filesRémi Verschelde2016-11-011-1/+1
|/ /
* | Fix regression #6864 caused by #6613Pawel Kowal2016-10-262-5/+14
* | SCsub: Add python shebang as a hint for syntax highlightingRémi Verschelde2016-10-171-0/+2
* | Tween reset/stop/resume/remove for all object properties at oncePawel Kowal2016-09-251-10/+13
* | Tween: fix non-repeat interpolate_callback does not delete after call triggeredsanikoyes2016-08-311-0/+2
|/
* Merge pull request #5352 from m4nu3lf/masterJuan Linietsky2016-07-102-51/+124
|\
| * AnimationTreePlayer filters improvedm4nu3lf2016-06-222-51/+124
* | Revert "Added toggle for loop interpolation based on adolson's code"Rémi Verschelde2016-06-261-13/+1
|/
* Replace 'or'/'and' keywordsGeorge Marques2016-06-191-1/+1
* Merge pull request #4724 from Cybolic/optional-loop-interpolationRémi Verschelde2016-06-191-1/+13
|\
| * Added toggle for loop interpolation based on adolson's codeChristian Dannie Storgaard2016-05-201-1/+13
* | -Added trigger mode to tracks, useful for properties that work as triggers, s...Juan Linietsky2016-06-193-7/+9
* | Drop empty files that are not used anywhereRémi Verschelde2016-06-184-104/+0
* | Add missing license headers in our source files (#5255)Rémi Verschelde2016-06-181-1/+1
* | TimeSeek node in AnimationTreePlayer now propagates filtersm4nu3lf2016-06-101-1/+1
* | remove trailing whitespaceHubert Jarosz2016-05-211-1/+1
|/
* Fixed animation player auto-queue duplication and undo/redoPaulb232016-05-071-0/+3
* AnimationTree: add filters to Animation nodes.Josh Grams2016-04-262-20/+65
* AnimationTree: set value track property per frame, not per track.Josh Grams2016-04-241-10/+5
* animation_started signal to AnimationPlayerJakub Grzesik2016-04-141-0/+3
* Merge pull request #4308 from JoshuaGrams/atp-resourcesRémi Verschelde2016-04-142-6/+7
|\