summaryrefslogtreecommitdiff
path: root/scene/animation/animation_player.cpp
AgeCommit message (Expand)Author
2019-08-19fix animation freeze when playing animation from another AnimationPlayerUnknown
2019-08-09Remove ERR_EXPLAIN from scene/* codeTomasz Chabora
2019-06-20Merge pull request #24249 from zorbathut/zorbathut/animimmediateRémi Verschelde
2019-05-22Fix 2D bones ignored by onion skinningPedro J. Estébanez
2019-05-19Fix typos with codespellRémi Verschelde
2019-04-30Merge pull request #24437 from mateusfccp/single_quotes_optionRémi Verschelde
2019-03-02Removed some printsJuan Linietsky
2019-02-20Fix AnimationPlayer jumping to the beggining after ending on editor.Luiz
2019-02-14Fix AnimationPlayer bug where it wouldn't reset its position when finishedLuiz
2019-02-14-Fixes to undo redo to avoid crash, closes #24251Juan Linietsky
2019-02-13Fix some AnimationPlayer bugs and update documentationLuiz
2019-02-01When an animationplayer sets a property on itself recreate the cachesHein-Pieter van Braam
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-18Add settings for single-quotes on completionMateus Felipe C. C. Pinto
2018-12-12Merge pull request #22739 from DualMatrix/autoplay_warnRémi Verschelde
2018-12-09Implement AnimationPlayer call modes as per #23498.Ben Rog-Wilhelm
2018-11-28Made it possible to read AnimationPlayer queue from GDscriptDualMatrix
2018-11-19Reseek if cachees were cleared in animation player, fixes #19424Juan Linietsky
2018-10-05Added warning when setting autoplay of AnimationPlayer that's inside the tree.DualMatrix
2018-09-27Fix warnings about unhandled enum value in switch [-Wswitch]Rémi Verschelde
2018-09-13Merge pull request #21982 from luzpaz/misc-typosRémi Verschelde
2018-09-12Misc. typosluz.paz
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-09-09Fixed animation_player errors displaying wrong property.DualMatrix
2018-08-24Make some debug prints verbose-only, remove othersRémi Verschelde
2018-08-02Add method to manually advance AnimationTree and manual process mode.Saracen
2018-07-26Merge pull request #19464 from bojidar-bg/19448-fix-subproperty-handlingRémi Verschelde
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam
2018-07-18Print an error when calling an invalid method on an AnimationMarcelo Fernandez
2018-07-01-Fix in animationplayback, sound would be cut on loopJuan Linietsky
2018-06-29Small fixesJuan Linietsky
2018-06-18-Added AnimationGraphPlayer (still missing features)Juan Linietsky
2018-06-18Fix bug in animationplayer editor not using subproperties properlyBojidar Marinov
2018-06-07Entirely new (and much improved) animation editor.Juan Linietsky
2018-05-14Fixed some warnings found with Cppcheck.Michael Alexsander Silva Dias
2018-05-07Implemented ragdollAndreaCatania
2018-05-07Added "play_backwards" to the list o functions to autocomplete.Michael Alexsander Silva Dias
2018-04-14Avoid converting Quat to Euler angles when not necessary.tagcup
2018-04-11Use internal physics processing for Nodes' internal logicRémi Verschelde
2018-04-08Merge pull request #17150 from robfram/check-animation-playing-backwardsJuan Linietsky
2018-04-03fix bone scale/rotation in AnimationPlayerskarroffel
2018-03-09AnimationPlayer: fix scrubbing after play backwardsBernhard Liebl
2018-03-03Added `get_playing_speed` method to AnimationPlayer, returning the actualrobfram
2018-01-25Remove duplicate "autoplay" propertyBojidar Marinov
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