summaryrefslogtreecommitdiff
path: root/scene/animation
AgeCommit message (Expand)Author
2018-01-25Remove duplicate "autoplay" propertyBojidar Marinov
2018-01-23update signals' MethodInfo in TweenPaul Joannon
2018-01-14Fix an issue with the animation editor not seeking to the target time properly.Bojidar Marinov
2018-01-12modify default param names in couple of signalsUnknown
2018-01-12Renamed tree_exited to tree_exiting. tree_exited is now used for actual out o...Juan Linietsky
2018-01-12Bind many more properties to scriptsBojidar Marinov
2018-01-11Forced no duplication of animation dataAndreaCatania
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-03Merge pull request #15161 from volzhs/tween-followRémi Verschelde
2018-01-03Merge pull request #15132 from RandomShaper/fix-multiple-finishRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-30change float to bool as correct typefirefly2442
2017-12-29Fix Tween follow not workingvolzhs
2017-12-28Fix AnimationPlayer redundantly signaling finishPedro J. Estébanez
2017-12-27Merge pull request #15008 from AlmightyScientist/issue-15000Noshyaar
2017-12-25AnimTreePlayer: fix duplicated propertiesPoommetee Ketson
2017-12-24Animation Tree: Prevent cycle_test from being altered by past-test.AlmightyScientist
2017-12-14Revert property changes in "[DOCS] AnimationPlayer new props, members/methods"Rémi Verschelde
2017-12-10doc: Sync classref with current sourceRémi Verschelde
2017-12-09Add feature to disable animation tracksRay Koopa
2017-12-09Merge pull request #14315 from willnationsdev/animationtreeplayer-docsRémi Verschelde
2017-12-08[DOCS] AnimationTreePlayer props/members/methodsWill Nations
2017-12-07[DOCS] AnimationPlayer prop API fixedWill Nations
2017-12-07Style: Apply new clang-format 5.0 style to all filesRémi Verschelde
2017-12-04[DOCS] AnimationPlayer new props, members/methodsWill Nations
2017-11-25Implement onion skinning for the animation editorPedro J. Estébanez
2017-11-25Implement backup/restore for animated valuesPedro J. Estébanez
2017-11-21Merge pull request #12284 from bojidar-bg/allow-subproperty-setRémi Verschelde
2017-11-21Allow for getting/setting indexed properties of objects using get/set_indexedBojidar Marinov
2017-11-17Rename Rect3 to AABB.Ferenc Arn
2017-11-13Change AnimationPlayer looping logicPedro J. Estébanez
2017-11-13Make Tween::interpolate_property's able to get() the initial valueBojidar Marinov
2017-11-02Fixed AnimationPlayer.get_autoplay() returning empty stringRasmus Ketelsen
2017-10-21Refactor Fixed to PhysicsPoommetee Ketson
2017-10-20Merge pull request #12107 from RandomShaper/fix-anim-before-first-keyRémi Verschelde
2017-10-15Fix animation before first keyPedro J. Estébanez
2017-10-14Fix animation not stopping after seeking to the endPedro J. Estébanez
2017-10-07Added a name/path description when there is an error in the Animation TrackMarcelo Fernandez
2017-09-30Renamed fixed_process to physics_processAndreaCatania
2017-09-20Rename pos to position in user facing methods and variablesletheed
2017-09-13Fix enums bindingsMaxim Sheronov
2017-09-12Many fixes to visual script, changed virtuals override for a proper selector.Juan Linietsky
2017-09-01Fix AnimationTreePlayer bogus argument nameRémi Verschelde
2017-09-01Fix some argument ordering, closes #10010Juan Linietsky
2017-08-29Cleaned up logic in Tween::_tween_process(), fixes #9187cryptonaut
2017-08-27Dead code tells no talesRémi Verschelde
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-24Convert Object::cast_to() to the static versionHein-Pieter van Braam
2017-08-21Merge pull request #10351 from neikeq/enums-are-for-the-weakJuan Linietsky
2017-08-20ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry