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
2019-08-07
Merge pull request #31077 from qarmin/coverity_bugs
Rémi Verschelde
2019-08-07
Add some code changes/fixes proposed by Coverity and Clang Tidy
qarmin
2019-08-06
Fixed AnimationTreeStateMachine transition priority (last transition was alwa...
PouleyKetchoupp
2019-07-09
Improve the node configuration warning display
Hugo Locurcio
2019-07-02
Fix various memory leaks and errors
Bojidar Marinov
2019-06-26
Some code changed with Clang-Tidy
qarmin
2019-06-20
Merge pull request #24249 from zorbathut/zorbathut/animimmediate
Rémi Verschelde
2019-06-19
Made use of semicolons more consitent, fixed formatting
JohnJLight
2019-06-19
Merge pull request #29878 from Dentrax/fixes
Rémi Verschelde
2019-06-19
added forgotten err_fail_index check
Furkan Türkal
2019-06-14
Merge pull request #29621 from DevinPentecost/feature/0_duration_tween
Rémi Verschelde
2019-06-14
Implementing 0-duration tweens
Devin Pentecost
2019-06-12
Merge pull request #29306 from qarmin/small_code_fixes
Rémi Verschelde
2019-06-11
Fix error macro calls not ending with semicolon
Rémi Verschelde
2019-06-03
Small fixes to unrechable code, possibly overflows, using NULL pointers
qarmin
2019-05-28
Fix some unincialised variables
qarmin
2019-05-23
Merge pull request #29109 from RandomShaper/fix_onion_skinning
Rémi Verschelde
2019-05-22
Fix 2D bones ignored by onion skinning
Pedro J. Estébanez
2019-05-19
[StateMachine] Fix error message for travel method
Guilherme Felipe
2019-05-19
Fix typos with codespell
Rémi Verschelde
2019-04-30
Merge pull request #24437 from mateusfccp/single_quotes_option
Rémi Verschelde
2019-04-21
Merge pull request #27577 from guilhermefelipecgs/continuation_of_27562
Rémi Verschelde
2019-04-16
Merge pull request #27762 from rcorre/anim_docs
Max Hilbrunner
2019-04-11
Merge pull request #27887 from godotengine/AndreaCatania-patch-1
Rémi Verschelde
2019-04-11
Merge pull request #27917 from volzhs/init_autorestart_random_delay
Rémi Verschelde
2019-04-11
Set initial value for autorestart_random_delay of AnimationNodeOneShot
volzhs
2019-04-10
Fixes caches_cleared signal discrepancies in AnimationTree (fixes #25460)
PouleyKetchoupp
2019-04-10
Added No bone set state in the IK
Andrea Catania
2019-04-09
Style: Apply new changes from clang-format 8.0
Rémi Verschelde
2019-04-09
Fill out some of the AnimationNode docs.
Ryan Roden-Corrent
2019-04-08
Fixed uninitialized xfade in AnimationNodeTransition
PouleyKetchoupp
2019-04-05
Continuation of #27562
Guilherme Felipe
2019-04-05
Merge pull request #27233 from Chaosus/tween_signal
Rémi Verschelde
2019-04-03
Added signal for Tween emitted at completion
Chaosus
2019-03-31
Fix wrong blend of animation tree
Guilherme Felipe
2019-03-17
StateMachine: Fix sync mode
Guilherme Felipe
2019-03-02
Removed some prints
Juan Linietsky
2019-02-20
Merge pull request #26068 from luizcarlos1405/master
Rémi Verschelde
2019-02-20
Fix AnimationPlayer jumping to the beggining after ending on editor.
Luiz
2019-02-20
Add -Wshadow=local to warnings and fix reported issues.
marxin
2019-02-14
Fix AnimationPlayer bug where it wouldn't reset its position when finished
Luiz
2019-02-14
-Fixes to undo redo to avoid crash, closes #24251
Juan Linietsky
2019-02-13
Fix some AnimationPlayer bugs and update documentation
Luiz
2019-02-12
Fix state machine priority for auto advance
Guilherme Felipe
2019-02-12
Merge pull request #25481 from hpvb/fix-ubsan-asan-reports
Rémi Verschelde
2019-02-01
When an animationplayer sets a property on itself recreate the caches
Hein-Pieter van Braam
2019-01-30
Fix many asan and ubsan reported issues
Hein-Pieter van Braam
2019-01-27
Fix problem blending from state to state in statemachine node, closes #21944
Juan Linietsky
2019-01-26
Fix code style issues
Rémi Verschelde
2019-01-25
Implement missing autorestart in oneshot node, closes #22238
Juan Linietsky
[next]