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
/
animation_player.h
Age
Commit message (
Expand
)
Author
2023-01-29
Fix AnimatedSprite play() don't redraw immediately
Silc Renew
2023-01-28
Implement blending audio feature to AnimationTree
Silc Renew
2023-01-26
Make AnimTree/Player processes adopt to GDVIRTUAL
Silc Renew
2023-01-19
Add p_keep_state to AnimationPlayer::stop()
Silc Renew
2023-01-13
Reset animation on playback stop
Tomasz Chabora
2023-01-11
Split pause() from AnimationPlayer's stop()
kobewi
2023-01-05
One Copyright Update to rule them all
Rémi Verschelde
2022-12-07
Change init for cache_update_size & add pointer animation player
Silc Renew
2022-12-07
Fix AnimationPlayer method track call oneself with IMMEDIATE mode
Silc Renew
2022-12-02
Merge pull request #61958 from jtnicholl/animation_connections
Rémi Verschelde
2022-12-01
Refactor process of animation to retrive keys more exactly
Silc Renew
2022-11-21
Add animation_changed signal to AnimationLibrary
Jonathan Nicholl
2022-09-26
Change time parameters and variables to double type
Dave Palais
2022-08-22
Make `_validate_property` a multilevel method
Yuri Sizov
2022-07-27
Add a Movie Quit On Finish property to AnimationPlayer
Hugo Locurcio
2022-07-26
add position track normalization & post process key value for retarget
Silc Renew
2022-07-26
Fix initial value of TRS3DTrack cache in AnimationPlayer
Silc Renew
2022-07-25
Code quality: Fix header guards consistency
Rémi Verschelde
2022-06-20
Clean up Hash Functions
reduz
2022-05-24
Remove configuration warning from AnimationPlayer
SnailRhymer
2022-05-20
Add a new HashSet template
reduz
2022-05-16
Replace most uses of Map by HashMap
reduz
2022-05-03
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
Hugo Locurcio
2022-04-11
Implement Animation Libraries
reduz
2022-03-26
Object: Remove unused category boilerplate
Rémi Verschelde
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-11-27
Fixed PlaybackData in AnimationPlayer
Silc 'Tokage' Renew
2021-11-03
reimplement ping-pong
Silc 'Tokage' Renew
2021-10-21
Remove unimplemented methods
Marcel Admiraal
2021-10-16
Implement Animation Blend Shape Tracks
reduz
2021-10-12
Remove animation 3D transform track, replace by loc/rot/scale tracks.
reduz
2021-10-11
Revert "Implement reverse playback and ping-pong loop in AnimationPlayer and ...
Juan Linietsky
2021-10-09
implement ping-pong loop in animation
Tokage
2021-08-09
Use doubles for time in animation code
Aaron Franke
2021-06-11
Rename Reference to RefCounted
Pedro J. Estébanez
2021-06-04
Rename Quat to Quaternion
Marcel Admiraal
2021-06-04
Disable Skeleton3D when compiling without 3D
Aaron Franke
2021-02-18
Refactor Process Mode
reduz
2021-02-09
Fix animation reset-on-save on inactive scene tabs
Pedro J. Estébanez
2021-02-07
Initialize class variables with default values in scene/ [1/2]
Rafał Mikrut
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-20
Add animation reset track feature
Pedro J. Estébanez
2020-11-16
Remove empty lines around braces with the formatting script
Aaron Franke
2020-07-10
Add override keywords.
Marcel Admiraal
2020-05-14
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-03-27
Renamed 2D and 3D nodes to make their types explicit
Juan Linietsky
2020-02-18
PoolVector is gone, replaced by Vector
Juan Linietsky
[next]