1
0
Fork 0
godot/scene/animation
Rémi Verschelde aae20e5b10
Fix various typos with codespell
Also includes typo fixes from #79993, #80068, #80276, and #80303.

Co-authored-by: betalars <contact@betalars.de>
Co-authored-by: spaceyjase <429978+spaceyjase@users.noreply.github.com>
Co-authored-by: Swarkin <102416174+Swarkin@users.noreply.github.com>
Co-authored-by: Raul Santos <raulsntos@gmail.com>

(cherry picked from commit faaf27f284)
2023-10-03 20:45:35 +02:00
..
SCsub Refactor and move easing equations 2021-09-24 13:47:13 +02:00
animation_blend_space_1d.cpp Merge pull request #75759 from TokageItLab/reimplement-grouped-statemachine 2023-04-24 16:44:21 +02:00
animation_blend_space_1d.h Rework StateMachine and nested StateMachine process 2023-04-18 19:06:51 +09:00
animation_blend_space_2d.cpp Rework StateMachine and nested StateMachine process 2023-04-18 19:06:51 +09:00
animation_blend_space_2d.h Rework StateMachine and nested StateMachine process 2023-04-18 19:06:51 +09:00
animation_blend_tree.cpp Fix various typos with codespell 2023-10-03 20:45:35 +02:00
animation_blend_tree.h Implement NodeSub2 to AnimationTree & improve mathematical Nodes 2023-05-27 13:19:54 +09:00
animation_node_state_machine.cpp Fix infinity loop state can't break 2023-07-10 17:26:14 +02:00
animation_node_state_machine.h Add ValidatedCall to MethodBind 2023-04-30 20:01:26 +02:00
animation_player.cpp Use `get_node_or_null` when null checks are present 2023-06-10 13:22:56 +02:00
animation_player.h Fix AnimatedSprite play() don't redraw immediately 2023-01-29 08:00:42 +09:00
animation_tree.cpp Use NULL instead of COND checks when appropriate 2023-06-10 08:56:30 +02:00
animation_tree.h Single Compilation Unit build. 2023-06-06 15:36:51 +01:00
easing_equations.h Add TRANS_SPRING to Tween 2023-05-17 17:54:37 -04:00
root_motion_view.cpp Add root motion accumulator to fix broken RootMotionView 2023-02-10 01:22:00 +09:00
root_motion_view.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
tween.cpp Add TRANS_SPRING to Tween 2023-05-17 17:54:37 -04:00
tween.h Add TRANS_SPRING to Tween 2023-05-17 17:54:37 -04:00