godot/scene/animation
Pedro J. Estébanez 888f8b31e7 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.

Cherry-picked from 7dbb1c0571
2017-01-25 20:11:10 +01:00
..
animation_cache.cpp Welcome in 2017, dear changelog reader! 2017-01-12 19:15:30 +01:00
animation_cache.h Welcome in 2017, dear changelog reader! 2017-01-12 19:15:30 +01:00
animation_player.cpp Improve .tscn VCS 2017-01-25 20:11:10 +01:00
animation_player.h Improve .tscn VCS 2017-01-25 20:11:10 +01:00
animation_tree_player.cpp Welcome in 2017, dear changelog reader! 2017-01-12 19:15:30 +01:00
animation_tree_player.h Welcome in 2017, dear changelog reader! 2017-01-12 19:15:30 +01:00
SCsub style: Fix PEP8 whitespace issues in Python files 2016-11-02 22:28:28 +01:00
tween.cpp Welcome in 2017, dear changelog reader! 2017-01-12 19:15:30 +01:00
tween.h Welcome in 2017, dear changelog reader! 2017-01-12 19:15:30 +01:00
tween_interpolaters.cpp Welcome in 2017, dear changelog reader! 2017-01-12 19:15:30 +01:00