aboutsummaryrefslogtreecommitdiff
path: root/core/variant_parser.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* added ':' support to VariantParser, given it' s used by export.cfgJuan Linietsky2016-01-071-0/+3
* -fix bugs related to parsing config files with new variantparser, closes #324...Juan Linietsky2016-01-071-1/+40
* Fix config file parser bug that cause showing project name as "Unnamed Project"mrezai2016-01-061-0/+1
* proper joy axis support as actions, can be configured and inquired, fixes #2317Juan Linietsky2016-01-021-2/+20
* 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
* -Ensure .tscn and .tres always save in a deterministic way, fixes #2495Juan Linietsky2015-12-311-0/+543
* 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
* -work in progress resourceparser and .tscn parser. Still non-functionalJuan Linietsky2015-11-241-0/+1398