Age | Commit message (Expand) | Author |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-12-12 | Merge pull request #22739 from DualMatrix/autoplay_warn | Rémi Verschelde |
2018-11-28 | Made it possible to read AnimationPlayer queue from GDscript | DualMatrix |
2018-11-19 | Reseek if cachees were cleared in animation player, fixes #19424 | Juan Linietsky |
2018-10-05 | Added warning when setting autoplay of AnimationPlayer that's inside the tree. | DualMatrix |
2018-09-27 | Fix warnings about unhandled enum value in switch [-Wswitch] | Rémi Verschelde |
2018-09-13 | Merge pull request #21982 from luzpaz/misc-typos | Rémi Verschelde |
2018-09-12 | Misc. typos | luz.paz |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-09-09 | Fixed animation_player errors displaying wrong property. | DualMatrix |
2018-08-24 | Make some debug prints verbose-only, remove others | Rémi Verschelde |
2018-08-02 | Add method to manually advance AnimationTree and manual process mode. | Saracen |
2018-07-26 | Merge pull request #19464 from bojidar-bg/19448-fix-subproperty-handling | Rémi Verschelde |
2018-07-26 | Reduce unnecessary COW on Vector by make writing explicit | Hein-Pieter van Braam |
2018-07-18 | Print an error when calling an invalid method on an Animation | Marcelo Fernandez |
2018-07-01 | -Fix in animationplayback, sound would be cut on loop | Juan Linietsky |
2018-06-29 | Small fixes | Juan Linietsky |
2018-06-18 | -Added AnimationGraphPlayer (still missing features) | Juan Linietsky |
2018-06-18 | Fix bug in animationplayer editor not using subproperties properly | Bojidar Marinov |
2018-06-07 | Entirely new (and much improved) animation editor. | Juan Linietsky |
2018-05-14 | Fixed some warnings found with Cppcheck. | Michael Alexsander Silva Dias |
2018-05-07 | Implemented ragdoll | AndreaCatania |
2018-05-07 | Added "play_backwards" to the list o functions to autocomplete. | Michael Alexsander Silva Dias |
2018-04-14 | Avoid converting Quat to Euler angles when not necessary. | tagcup |
2018-04-11 | Use internal physics processing for Nodes' internal logic | Rémi Verschelde |
2018-04-08 | Merge pull request #17150 from robfram/check-animation-playing-backwards | Juan Linietsky |
2018-04-03 | fix bone scale/rotation in AnimationPlayers | karroffel |
2018-03-09 | AnimationPlayer: fix scrubbing after play backwards | Bernhard Liebl |
2018-03-03 | Added `get_playing_speed` method to AnimationPlayer, returning the actual | robfram |
2018-01-25 | Remove duplicate "autoplay" property | Bojidar Marinov |
2018-01-14 | Fix an issue with the animation editor not seeking to the target time properly. | Bojidar Marinov |
2018-01-12 | modify default param names in couple of signals | Unknown |
2018-01-12 | Renamed tree_exited to tree_exiting. tree_exited is now used for actual out o... | Juan Linietsky |
2018-01-12 | Bind many more properties to scripts | Bojidar Marinov |
2018-01-11 | Forced no duplication of animation data | AndreaCatania |
2018-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde |
2018-01-03 | Merge pull request #15132 from RandomShaper/fix-multiple-finish | Rémi Verschelde |
2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde |
2017-12-28 | Fix AnimationPlayer redundantly signaling finish | Pedro J. Estébanez |
2017-12-14 | Revert property changes in "[DOCS] AnimationPlayer new props, members/methods" | Rémi Verschelde |
2017-12-10 | doc: Sync classref with current source | Rémi Verschelde |
2017-12-09 | Add feature to disable animation tracks | Ray Koopa |
2017-12-07 | [DOCS] AnimationPlayer prop API fixed | Will Nations |
2017-12-04 | [DOCS] AnimationPlayer new props, members/methods | Will Nations |
2017-11-25 | Implement onion skinning for the animation editor | Pedro J. Estébanez |
2017-11-25 | Implement backup/restore for animated values | Pedro J. Estébanez |
2017-11-21 | Merge pull request #12284 from bojidar-bg/allow-subproperty-set | Rémi Verschelde |
2017-11-21 | Allow for getting/setting indexed properties of objects using get/set_indexed | Bojidar Marinov |
2017-11-13 | Change AnimationPlayer looping logic | Pedro J. Estébanez |
2017-11-02 | Fixed AnimationPlayer.get_autoplay() returning empty string | Rasmus Ketelsen |