Age | Commit message (Collapse) | Author |
|
|
|
#3248 closes #3207
|
|
|
|
-It is now finally possible to parse back a variant from text!
|
|
-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
|
|
-Proper .tscn and .tres parsing, should work, please test well!
|
|
-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
|