aboutsummaryrefslogtreecommitdiff
path: root/scene/animation (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | [DOCS] AnimationPlayer prop API fixedWill Nations2017-12-071-4/+7
* | Style: Apply new clang-format 5.0 style to all filesRémi Verschelde2017-12-071-11/+11
* | [DOCS] AnimationPlayer new props, members/methodsWill Nations2017-12-041-6/+8
|/
* Implement onion skinning for the animation editorPedro J. Estébanez2017-11-252-0/+14
* Implement backup/restore for animated valuesPedro J. Estébanez2017-11-252-7/+92
* Merge pull request #12284 from bojidar-bg/allow-subproperty-setRémi Verschelde2017-11-218-145/+165
|\
| * Allow for getting/setting indexed properties of objects using get/set_indexedBojidar Marinov2017-11-218-147/+163
| * Make Tween::interpolate_property's able to get() the initial valueBojidar Marinov2017-11-131-0/+4
* | Rename Rect3 to AABB.Ferenc Arn2017-11-171-8/+8
* | Change AnimationPlayer looping logicPedro J. Estébanez2017-11-131-1/+8
|/
* Fixed AnimationPlayer.get_autoplay() returning empty stringRasmus Ketelsen2017-11-021-1/+0
* Refactor Fixed to PhysicsPoommetee Ketson2017-10-213-3/+3
* Merge pull request #12107 from RandomShaper/fix-anim-before-first-keyRémi Verschelde2017-10-201-0/+4
|\
| * Fix animation before first keyPedro J. Estébanez2017-10-151-0/+4
* | Fix animation not stopping after seeking to the endPedro J. Estébanez2017-10-141-2/+2
|/
* Added a name/path description when there is an error in the Animation TrackMarcelo Fernandez2017-10-071-8/+8
* Renamed fixed_process to physics_processAndreaCatania2017-09-306-21/+21
* Rename pos to position in user facing methods and variablesletheed2017-09-204-15/+15
* Fix enums bindingsMaxim Sheronov2017-09-131-0/+3
* Many fixes to visual script, changed virtuals override for a proper selector.Juan Linietsky2017-09-121-0/+1
* Fix AnimationTreePlayer bogus argument nameRémi Verschelde2017-09-011-1/+1
* Fix some argument ordering, closes #10010Juan Linietsky2017-09-012-2/+2
* Cleaned up logic in Tween::_tween_process(), fixes #9187cryptonaut2017-08-291-14/+10
* Dead code tells no talesRémi Verschelde2017-08-271-16/+0
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-279-9/+9
* Convert Object::cast_to() to the static versionHein-Pieter van Braam2017-08-243-12/+12
* Merge pull request #10351 from neikeq/enums-are-for-the-weakJuan Linietsky2017-08-213-29/+29
|\