summaryrefslogtreecommitdiffstats
path: root/core/variant_parser.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* suport old-style engine.cfg colors in VariantParser, fixes #3176Juan Linietsky2015-12-311-0/+28
|
* -Fix parsing of comments in VariantParser, fixes #3175Juan Linietsky2015-12-311-0/+26
|
* -Changed var2str and str2var in GDScript to use VariantWriter and VariantParserJuan Linietsky2015-12-311-0/+14
| | | | -It is now finally possible to parse back a variant from text!
* -Ensure .tscn and .tres always save in a deterministic way, fixes #2495Juan Linietsky2015-12-311-0/+543
| | | | | | | -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
* no more time error, fixes #2892Juan Linietsky2015-12-121-1/+1
|
* variant parser was not parsing rect2 properly, fixes #2948Juan Linietsky2015-12-121-0/+13
|
* -Fixed bug with scene inheritance, should work againJuan Linietsky2015-11-281-73/+170
| | | | -Proper .tscn and .tres parsing, should work, please test well!
* -work in progress resourceparser and .tscn parser. Still non-functionalJuan Linietsky2015-11-241-0/+1398
-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