Juan Linietsky
9386b76497
-Propertly detect mantissa floats in variantparser, fixes #3257
2016-02-01 19:17:05 -03:00
Juan Linietsky
b587614653
Make sure variant parser recognizes "nil" for compatibility with old engine.cfg style cofig. Closes #3531
2016-02-01 19:01:06 -03:00
Biliogadafr
31fe57778d
Parse ColorArrays correctly (tscn)., fixes #3530
2016-02-01 02:56:58 +03:00
Juan Linietsky
725b61bb6c
properly handle typed array constructors in VariantParser, closes #3054
2016-01-10 23:22:48 -03:00
Juan Linietsky
cc34e0dee9
Make sure variant parser actually writes floats when float property is requested, closes #3301
2016-01-10 11:51:05 -03:00
Juan Linietsky
292e8bf0ab
fix issues related to StringArray parsing
2016-01-08 21:09:13 -03:00
Juan Linietsky
176afb2feb
-Use simpler methods for parsing simple tags, fixes #3274
2016-01-08 19:03:17 -03:00
Juan Linietsky
b6388e6001
added ':' support to VariantParser, given it' s used by export.cfg
2016-01-07 09:16:11 -03:00
Juan Linietsky
4e367a4b7b
-fix bugs related to parsing config files with new variantparser, closes #3248 closes #3207
2016-01-07 09:07:18 -03:00
mrezai
5bf25e46be
Fix config file parser bug that cause showing project name as "Unnamed Project"
2016-01-06 12:10:38 +03:30
Juan Linietsky
432e2e7769
proper joy axis support as actions, can be configured and inquired, fixes #2317
2016-01-02 09:37:16 -03:00
Juan Linietsky
bc2b1696e6
suport old-style engine.cfg colors in VariantParser, fixes #3176
2015-12-31 14:30:50 -03:00
Juan Linietsky
586e482a98
-Fix parsing of comments in VariantParser, fixes #3175
2015-12-31 10:25:21 -03:00
Juan Linietsky
b60a3e7202
-Changed var2str and str2var in GDScript to use VariantWriter and VariantParser
...
-It is now finally possible to parse back a variant from text!
2015-12-31 00:54:00 -03:00
Juan Linietsky
fd836cad27
-Ensure .tscn and .tres always save in a deterministic way, fixes #2495
...
-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
2015-12-31 00:31:00 -03:00
Juan Linietsky
9f75dd086e
no more time error, fixes #2892
2015-12-12 19:21:43 -03:00
Juan Linietsky
6316f8941c
variant parser was not parsing rect2 properly, fixes #2948
2015-12-12 17:10:43 -03:00
Juan Linietsky
7aa39b7cae
-Fixed bug with scene inheritance, should work again
...
-Proper .tscn and .tres parsing, should work, please test well!
2015-11-28 20:56:14 -03:00
Juan Linietsky
ccd40f76e8
-work in progress resourceparser and .tscn parser. Still non-functional
...
-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
2015-11-24 10:42:05 -03:00