aboutsummaryrefslogtreecommitdiff
path: root/scene/animation
Commit message (Expand)AuthorAgeFilesLines
* -Add root motion support in AnimationTree.HEADmirrorJuan Linietsky2018-06-264-17/+316
* ensure BlendSpace1D syncs animationsThomas Herzog2018-06-261-8/+20
* renamed AnimationGraphPlayer to AnimationTreeJuan Linietsky2018-06-2510-84/+84
* Merge pull request #19720 from karroffel/blendspace-1dJuan Linietsky2018-06-254-76/+416
|\
| * added BlendSpace1D editor pluginThomas Herzog2018-06-254-11/+11
| * added AnimationBlendSpace1DThomas Herzog2018-06-253-3/+343
| * rename BlendSpace to BlendSpace2DThomas Herzog2018-06-252-74/+74
* | removed printJuan Linietsky2018-06-251-4/+0
|/
* State machine animation nodeJuan Linietsky2018-06-254-9/+945
* Added auto triangle generation in blend space, using Delaunay.Juan Linietsky2018-06-212-0/+71
* Fix crashes, ability to add blendpsace into blendtree, ability to delete with...Juan Linietsky2018-06-211-0/+4
* Animation Blend SpacesJuan Linietsky2018-06-216-32/+639
* -Added AnimationGraphPlayer (still missing features)Juan Linietsky2018-06-185-0/+2890
* Entirely new (and much improved) animation editor.Juan Linietsky2018-06-072-16/+315
* Adding is_stopped method to Tweensteincodes2018-06-072-0/+6
* Merge pull request #18885 from Gamblify/AnimationTreeExposePosMax Hilbrunner2018-05-262-0/+8
|\
| * Expose the animation pos to the user for AnimationNodes in AnimationTreesGustav Lund2018-05-172-0/+8
* | Take tween speed into account when calculating runtimeRasmus Ketelsen2018-05-251-1/+6
* | Fixed some warnings found with Cppcheck.Michael Alexsander Silva Dias2018-05-141-1/+2
|/
* Implemented ragdollAndreaCatania2018-05-073-10/+17
* Added "play_backwards" to the list o functions to autocomplete.Michael Alexsander Silva Dias2018-05-071-1/+1
* Fix Coverity reports of uninitialized scalar variableRémi Verschelde2018-04-192-5/+1
* Avoid converting Quat to Euler angles when not necessary.tagcup2018-04-142-5/+2
* Use internal physics processing for Nodes' internal logicRémi Verschelde2018-04-111-2/+2
* Merge pull request #17150 from robfram/check-animation-playing-backwardsJuan Linietsky2018-04-082-0/+9
|\
| * Added `get_playing_speed` method to AnimationPlayer, returning the actualrobfram2018-03-032-0/+9
* | fix bone scale/rotation in AnimationPlayerskarroffel2018-04-032-2/+2
* | AnimationPlayer: fix scrubbing after play backwardsBernhard Liebl2018-03-091-0/+1
|/
* Remove duplicate "autoplay" propertyBojidar Marinov2018-01-251-7/+0
* update signals' MethodInfo in TweenPaul Joannon2018-01-231-3/+3
* Fix an issue with the animation editor not seeking to the target time properly.Bojidar Marinov2018-01-142-7/+23
* modify default param names in couple of signalsUnknown2018-01-121-2/+2
* Renamed tree_exited to tree_exiting. tree_exited is now used for actual out o...Juan Linietsky2018-01-122-4/+4
* Bind many more properties to scriptsBojidar Marinov2018-01-123-58/+63
* Forced no duplication of animation dataAndreaCatania2018-01-111-1/+1
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-059-0/+9
* Merge pull request #15161 from volzhs/tween-followRémi Verschelde2018-01-031-45/+38
|\
| * Fix Tween follow not workingvolzhs2017-12-291-45/+38
* | Merge pull request #15132 from RandomShaper/fix-multiple-finishRémi Verschelde2018-01-032-8/+14
|\ \
| * | Fix AnimationPlayer redundantly signaling finishPedro J. Estébanez2017-12-282-8/+14
* | | Update copyright statements to 2018Rémi Verschelde2018-01-019-18/+18
* | | change float to bool as correct typefirefly24422017-12-301-1/+1
| |/ |/|
* | Merge pull request #15008 from AlmightyScientist/issue-15000Noshyaar2017-12-272-5/+15
|\ \
| * | Animation Tree: Prevent cycle_test from being altered by past-test.AlmightyScientist2017-12-242-5/+15
* | | AnimTreePlayer: fix duplicated propertiesPoommetee Ketson2017-12-251-2/+0
|/ /
* / Revert property changes in "[DOCS] AnimationPlayer new props, members/methods"Rémi Verschelde2017-12-141-21/+6
|/
* doc: Sync classref with current sourceRémi Verschelde2017-12-101-3/+1
* Add feature to disable animation tracksRay Koopa2017-12-092-1/+4
* Merge pull request #14315 from willnationsdev/animationtreeplayer-docsRémi Verschelde2017-12-091-0/+4
|\
| * [DOCS] AnimationTreePlayer props/members/methodsWill Nations2017-12-081-0/+4