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.cpp
Age
Commit message (
Expand
)
Author
2022-01-07
Merge pull request #56195 from Zylann/anim_key_error_message
Rémi Verschelde
2022-01-05
Added key name to error message about key not being valid
Marc Gilleron
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-12-10
Merge pull request #55572 from aaronfranke/ci-double
Rémi Verschelde
2021-12-09
Add a double-precision editor build to CI
Aaron Franke
2021-12-09
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-06
Add a constant StringName for RESET animation
kobewi
2021-11-09
Merge pull request #53819 from TokageItLab/re-implement-ping-pong
Rémi Verschelde
2021-11-03
Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`
Hugo Locurcio
2021-11-03
reimplement ping-pong
Silc 'Tokage' Renew
2021-10-25
Refactored Node3D rotation modes
reduz
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-10-04
GDScript completion: Handle quote style ad-hoc to remove editor dependency
Rémi Verschelde
2021-09-30
Use range iterators for `Map`
Lightning_A
2021-09-15
Fixed Animation Playback Track not seeking properly
Espeute Clement
2021-08-13
Style: Cleanup code using `text_editor/completion/use_single_quotes`
Rémi Verschelde
2021-08-09
Some work on double support
Aaron Franke
2021-08-09
Use doubles for time in animation code
Aaron Franke
2021-07-25
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-23
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-20
Merge pull request #50206 from groud/undoredo_increase_args_count
Rémi Verschelde
2021-07-18
Optimize StringName usage
reduz
2021-07-06
Increase the number of arguments accepted by UndoRedo methods
Gilles Roudière
2021-06-30
Fix editor suffixes and degrees conversion
reduz
2021-06-19
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-17
Add PROPERTY_USAGE_NONE and use it
Aaron Franke
2021-06-04
Rename Quat to Quaternion
Marcel Admiraal
2021-06-04
Disable Skeleton3D when compiling without 3D
Aaron Franke
2021-06-03
Rename Animation TYPE_TRANSFORM to TYPE_TRANSFORM3D
Aaron Franke
2021-06-03
Rename Transform to Transform3D in core
Aaron Franke
2021-03-12
Fixes small typos and grammar correction
Anshul7sp1
2021-02-18
Refactor Process Mode
reduz
2021-02-10
Removed _change_notify
reduz
2021-02-10
Merge pull request #45845 from qarmin/cppcheck_scene_2
Rémi Verschelde
2021-02-09
Fix animation reset-on-save on inactive scene tabs
Pedro J. Estébanez
2021-02-09
Initialize class variables with default values in scene/ [2/2]
Rafał Mikrut
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-29
Fix missed renamings from empty() to is_empty()
Rémi Verschelde
2020-12-20
Add animation reset track feature
Pedro J. Estébanez
2020-11-07
Reorganized core/ directory, it was too fatty already
reduz
2020-10-10
Fix premature end of animation playing backwards
Pedro J. Estébanez
2020-10-06
Added a more helpful error message when there is no current animation for the...
Duroxxigar
2020-07-03
Merge pull request #40063 from RandomShaper/clean_blend_times
Rémi Verschelde
2020-07-02
Ignore blend times for inexistent animations
Pedro J. Estébanez
2020-07-02
Merge pull request #36879 from ThakeeNathees/animation-autocomplete-bug-fix
Rémi Verschelde
2020-06-05
Restore capture caches when missing
Tomasz Chabora
[next]