godot/scene/animation
Pedro J. Estébanez 7dbb1c0571 Improve .tscn VCS
Serialize dictionaries adding newlines between key-value pairs
Serialize group lists also with newlines in between
Serialize string properties escaping only " and \ (needed for a good diff experience with built-in scripts and shaders)

Bonus:
Make AnimationPlayer serialize its blend times always sorted so their order is predictable in the .tscn file.

This PR is back-compat; won't break the load of existing files.
2017-01-16 18:03:51 +01:00
..
animation_cache.cpp -Added trigger mode to tracks, useful for properties that work as triggers, such as playing a sample, an animation, etc. 2016-06-19 01:43:02 -03:00
animation_cache.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
animation_player.cpp Improve .tscn VCS 2017-01-16 18:03:51 +01:00
animation_player.h Improve .tscn VCS 2017-01-16 18:03:51 +01:00
animation_tree_player.cpp AnimationTreePlayer filters improved 2016-06-22 19:34:12 +01:00
animation_tree_player.h AnimationTreePlayer filters improved 2016-06-22 19:34:12 +01:00
SCsub SCsub: Add python shebang as a hint for syntax highlighting 2016-10-17 20:10:46 +02:00
tween.cpp Fix regression #6864 caused by #6613 2016-10-26 15:15:20 +02:00
tween.h Fix regression #6864 caused by #6613 2016-10-26 15:15:20 +02:00
tween_interpolaters.cpp Add missing license headers in our source files (#5255) 2016-06-18 14:46:12 +02:00