aboutsummaryrefslogtreecommitdiff
path: root/scene/resources/scene_format_text.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix situation where TSCN format might crash, closes #3062Juan Linietsky2016-01-121-6/+10
|
* Fix .tscn format not loading signal bindsFranklin Sobrinho2016-01-061-4/+4
|
* -Ensure .tscn and .tres always save in a deterministic way, fixes #2495Juan Linietsky2015-12-311-430/+45
| | | | | | | -Scene edit state is saved outside the scene now, to avoid changes .tscn files when nothing really changed -Created a VariantWriter helper to unify all variant to text writing -Moved SceneFormatText writing to VariantWriter -Moved ConfigFile to use VariantWriter and VariantParser, added compatibility mode for old .cfg files that use engine.cfg format
* Fix tscn format not being recongnized by EditorFileSystemFranklin Sobrinho2015-12-091-0/+4
|
* -Fixed bug with scene inheritance, should work againJuan Linietsky2015-11-281-211/+466
| | | | -Proper .tscn and .tres parsing, should work, please test well!
* -work in progress resourceparser and .tscn parser. Still non-functionalJuan Linietsky2015-11-241-12/+773
| | | | | -fixed theora so it can compile theoralib but not theora -fixed generation of windows icon in .rc, which didn't previously work in 32 bits
* Large improvements on scene packing and managementreduz2015-10-101-0/+792
-Ability to edit and keep changes of instanced scenes and sub-scenes -Ability to inherit from other scenes