aboutsummaryrefslogtreecommitdiff
path: root/scene/animation/animation_player.cpp
Commit message (Expand)AuthorAgeFilesLines
* -Added AnimationGraphPlayer (still missing features)Juan Linietsky2018-06-181-0/+2
* Entirely new (and much improved) animation editor.Juan Linietsky2018-06-071-13/+280
* Fixed some warnings found with Cppcheck.Michael Alexsander Silva Dias2018-05-141-1/+2
* Implemented ragdollAndreaCatania2018-05-071-9/+8
* Added "play_backwards" to the list o functions to autocomplete.Michael Alexsander Silva Dias2018-05-071-1/+1
* Avoid converting Quat to Euler angles when not necessary.tagcup2018-04-141-3/+1
* 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-081-0/+8
|\
| * Added `get_playing_speed` method to AnimationPlayer, returning the actualrobfram2018-03-031-0/+8
* | fix bone scale/rotation in AnimationPlayerskarroffel2018-04-031-1/+1
* | AnimationPlayer: fix scrubbing after play backwardsBernhard Liebl2018-03-091-0/+1
|/
* Remove duplicate "autoplay" propertyBojidar Marinov2018-01-251-7/+0
* Fix an issue with the animation editor not seeking to the target time properly.Bojidar Marinov2018-01-141-7/+21
* 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-121-2/+2
* Bind many more properties to scriptsBojidar Marinov2018-01-121-58/+60
* Forced no duplication of animation dataAndreaCatania2018-01-111-1/+1
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Merge pull request #15132 from RandomShaper/fix-multiple-finishRémi Verschelde2018-01-031-8/+13
|\
| * Fix AnimationPlayer redundantly signaling finishPedro J. Estébanez2017-12-281-8/+13
* | Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* | 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-091-0/+3
* [DOCS] AnimationPlayer prop API fixedWill Nations2017-12-071-4/+7
* [DOCS] AnimationPlayer new props, members/methodsWill Nations2017-12-041-6/+8
* Implement onion skinning for the animation editorPedro J. Estébanez2017-11-251-0/+11
* Implement backup/restore for animated valuesPedro J. Estébanez2017-11-251-6/+70
* Merge pull request #12284 from bojidar-bg/allow-subproperty-setRémi Verschelde2017-11-211-15/+15
|\
| * Allow for getting/setting indexed properties of objects using get/set_indexedBojidar Marinov2017-11-211-15/+15
* | 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-211-1/+1
* 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-301-6/+6
* Rename pos to position in user facing methods and variablesletheed2017-09-201-4/+4
* Dead code tells no talesRémi Verschelde2017-08-271-16/+0
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Convert Object::cast_to() to the static versionHein-Pieter van Braam2017-08-241-5/+5
* Merge pull request #10351 from neikeq/enums-are-for-the-weakJuan Linietsky2017-08-211-2/+2
|\
| * ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry2017-08-201-2/+2
* | Removes editor_hint from SceneTreeIgnacio Etcheverry2017-08-191-3/+4
|/
* Removes type information from method bindsIgnacio Etcheverry2017-08-101-3/+3
* Makes all Godot API's methods Lower CaseIndah Sylvia2017-08-071-1/+1
* Fixed some string names and animation playback options, closes #9446Juan Linietsky2017-08-061-1/+1
* Fix autoplay animation starts from last editor state #8976Poommetee Ketson2017-05-311-0/+1
* Rename [gs]et_pos to [gs]et_position for ControlsSergey Pusnei2017-04-101-1/+1