Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-10 | properly handle typed array constructors in VariantParser, closes #3054 | Juan Linietsky | |
2016-01-10 | Make sure variant parser actually writes floats when float property is ↵ | Juan Linietsky | |
requested, closes #3301 | |||
2016-01-08 | fix issues related to StringArray parsing | Juan Linietsky | |
2016-01-08 | -Use simpler methods for parsing simple tags, fixes #3274 | Juan Linietsky | |
2016-01-07 | added ':' support to VariantParser, given it' s used by export.cfg | Juan Linietsky | |
2016-01-07 | -fix bugs related to parsing config files with new variantparser, closes ↵ | Juan Linietsky | |
#3248 closes #3207 | |||
2016-01-06 | Fix config file parser bug that cause showing project name as "Unnamed Project" | mrezai | |
2016-01-02 | proper joy axis support as actions, can be configured and inquired, fixes #2317 | Juan Linietsky | |
2015-12-31 | suport old-style engine.cfg colors in VariantParser, fixes #3176 | Juan Linietsky | |
2015-12-31 | -Fix parsing of comments in VariantParser, fixes #3175 | Juan Linietsky | |
2015-12-31 | -Changed var2str and str2var in GDScript to use VariantWriter and VariantParser | Juan Linietsky | |
-It is now finally possible to parse back a variant from text! | |||
2015-12-31 | -Ensure .tscn and .tres always save in a deterministic way, fixes #2495 | Juan Linietsky | |
-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-12 | no more time error, fixes #2892 | Juan Linietsky | |
2015-12-12 | variant parser was not parsing rect2 properly, fixes #2948 | Juan Linietsky | |
2015-11-28 | -Fixed bug with scene inheritance, should work again | Juan Linietsky | |
-Proper .tscn and .tres parsing, should work, please test well! | |||
2015-11-24 | -work in progress resourceparser and .tscn parser. Still non-functional | Juan Linietsky | |
-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 |