aboutsummaryrefslogtreecommitdiff
path: root/scene/animation/animation_player.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-496/+413
* 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
* | Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-131-40/+40
* | Remove use of _SCS from ADD_METHODHein-Pieter van Braam2017-02-131-3/+3
* | Merge pull request #7002 from RandomShaper/vcs-friendlinessJuan Linietsky2017-01-251-8/+11
|\ \
| * | Improve .tscn VCSPedro J. Estébanez2017-01-161-8/+11
| |/
* | 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-161-1/+1
* | Style: Fix whole-line commented codeRémi Verschelde2017-01-141-3/+5