index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scene
/
animation
Age
Commit message (
Expand
)
Author
2018-06-07
Entirely new (and much improved) animation editor.
Juan Linietsky
2018-06-07
Adding is_stopped method to Tween
steincodes
2018-05-26
Merge pull request #18885 from Gamblify/AnimationTreeExposePos
Max Hilbrunner
2018-05-25
Take tween speed into account when calculating runtime
Rasmus Ketelsen
2018-05-17
Expose the animation pos to the user for AnimationNodes in AnimationTrees
Gustav Lund
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-19
Fix Coverity reports of uninitialized scalar variable
Rémi Verschelde
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-23
update signals' MethodInfo in Tween
Paul Joannon
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 #15161 from volzhs/tween-follow
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-30
change float to bool as correct type
firefly2442
2017-12-29
Fix Tween follow not working
volzhs
2017-12-28
Fix AnimationPlayer redundantly signaling finish
Pedro J. Estébanez
2017-12-27
Merge pull request #15008 from AlmightyScientist/issue-15000
Noshyaar
2017-12-25
AnimTreePlayer: fix duplicated properties
Poommetee Ketson
2017-12-24
Animation Tree: Prevent cycle_test from being altered by past-test.
AlmightyScientist
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-09
Merge pull request #14315 from willnationsdev/animationtreeplayer-docs
Rémi Verschelde
2017-12-08
[DOCS] AnimationTreePlayer props/members/methods
Will Nations
2017-12-07
[DOCS] AnimationPlayer prop API fixed
Will Nations
2017-12-07
Style: Apply new clang-format 5.0 style to all files
Rémi Verschelde
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-17
Rename Rect3 to AABB.
Ferenc Arn
2017-11-13
Change AnimationPlayer looping logic
Pedro J. Estébanez
2017-11-13
Make Tween::interpolate_property's able to get() the initial value
Bojidar Marinov
2017-11-02
Fixed AnimationPlayer.get_autoplay() returning empty string
Rasmus Ketelsen
2017-10-21
Refactor Fixed to Physics
Poommetee Ketson
2017-10-20
Merge pull request #12107 from RandomShaper/fix-anim-before-first-key
Rémi Verschelde
[next]