godot/scene/animation
reduz 141c375581 Clean up Hash Functions
Clean up and do fixes to hash functions and newly introduced murmur3 hashes in #61934
* Clean up usage of murmur3
* Fixed usages of binary murmur3 on floats (this is invalid)
* Changed DJB2 to use xor (which seems to be better)
2022-06-20 12:54:19 +02:00
..
SCsub Refactor and move easing equations 2021-09-24 13:47:13 +02:00
animation_blend_space_1d.cpp Fixed delta & Implement selection of whether or not to seek root 2022-05-09 08:28:32 +09:00
animation_blend_space_1d.h Fixed delta & Implement selection of whether or not to seek root 2022-05-09 08:28:32 +09:00
animation_blend_space_2d.cpp Fixed delta & Implement selection of whether or not to seek root 2022-05-09 08:28:32 +09:00
animation_blend_space_2d.h Fixed delta & Implement selection of whether or not to seek root 2022-05-09 08:28:32 +09:00
animation_blend_tree.cpp Add suffixes to all nodes and resources 2022-06-11 09:41:05 -05:00
animation_blend_tree.h Add dedicated macros for property name extraction 2022-05-19 14:08:47 +08:00
animation_node_state_machine.cpp Add suffixes to all nodes and resources 2022-06-11 09:41:05 -05:00
animation_node_state_machine.h Merge pull request #60774 from TokageItLab/root-seek-mode 2022-05-18 15:24:21 +02:00
animation_player.cpp Remove argument option for the `remove_animation` that no longer exists 2022-06-19 11:08:19 +08:00
animation_player.h Clean up Hash Functions 2022-06-20 12:54:19 +02:00
animation_tree.cpp Remove duplicate assignment of AnimationNode::State.valid 2022-06-18 11:59:19 +02:00
animation_tree.h Add a new HashSet template 2022-05-20 22:40:38 +02:00
easing_equations.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
root_motion_view.cpp Add suffixes to all nodes and resources 2022-06-11 09:41:05 -05:00
root_motion_view.h Discern between virtual and abstract class bindings 2022-03-10 12:28:11 +01:00
tween.cpp Fix error spam when tweened node leaves tree 2022-05-05 17:57:25 +02:00
tween.h Improve Tween infinite loop detection 2022-05-01 00:24:07 +02:00