godot/scene/animation
Juan Linietsky 4a24ba6e77 -Fixes to undo redo to avoid crash, closes #24251
-Changed Animation to have a special signal when tracks are changed, to avoid unnecesary track cache rebuilds in AnimationPlayer
-Added missing emit_changed whe modifying keys to Animation
-Changed AnimationPlayer to use the new refcounted connections instead of the previous hacky way to keep references
-Changed AnimationEditor to update the current track when keys are edited
-Fixed bug where undo/redo did not work with AnimationKeyEdit (was not being updated)
-Made sure UndoRedo does not mind deleted objects in undo/redo history, this would corrupt the history or clear it without need.
2019-02-14 10:22:34 -03:00
..
animation_blend_space_1d.cpp Fix some errors found by static analysis 2019-01-16 10:59:45 +01:00
animation_blend_space_1d.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
animation_blend_space_2d.cpp Cleanup after @reduz :) 2019-01-21 11:12:55 +01:00
animation_blend_space_2d.h Fixes to auto triangle editing in BlendSpace2D 2019-01-10 21:40:46 -03:00
animation_blend_tree.cpp Implement missing autorestart in oneshot node, closes #22238 2019-01-25 18:15:29 -03:00
animation_blend_tree.h Implement missing autorestart in oneshot node, closes #22238 2019-01-25 18:15:29 -03:00
animation_cache.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
animation_cache.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
animation_node_state_machine.cpp Fix state machine priority for auto advance 2019-02-12 15:57:26 -02:00
animation_node_state_machine.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
animation_player.cpp -Fixes to undo redo to avoid crash, closes #24251 2019-02-14 10:22:34 -03:00
animation_player.h -Fixes to undo redo to avoid crash, closes #24251 2019-02-14 10:22:34 -03:00
animation_tree.cpp Fix code style issues 2019-01-26 22:35:31 +01:00
animation_tree.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
animation_tree_player.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
animation_tree_player.h Fix many asan and ubsan reported issues 2019-01-30 06:43:56 +01:00
root_motion_view.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
root_motion_view.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
SCsub SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
skeleton_ik.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
skeleton_ik.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
tween.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
tween.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00