<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/core/variant_parser.cpp, branch 2.0-beta</title>
<subtitle>Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org</subtitle>
<id>https://git.neuromancer.sk/godot.git/atom/core/variant_parser.cpp?h=2.0-beta</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom/core/variant_parser.cpp?h=2.0-beta'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/'/>
<updated>2016-01-11T02:22:48Z</updated>
<entry>
<title>properly handle typed array constructors in VariantParser, closes #3054</title>
<updated>2016-01-11T02:22:48Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2016-01-11T02:22:48Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=725b61bb6c71b0f3bd469bc9a9252c4e49ec5598'/>
<id>urn:sha1:725b61bb6c71b0f3bd469bc9a9252c4e49ec5598</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make sure variant parser actually writes floats when float property is requested, closes #3301</title>
<updated>2016-01-10T14:51:05Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2016-01-10T14:51:05Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=cc34e0dee9e92468f9493d0001a296aa6bd08e6d'/>
<id>urn:sha1:cc34e0dee9e92468f9493d0001a296aa6bd08e6d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix issues related to StringArray parsing</title>
<updated>2016-01-09T00:09:13Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2016-01-09T00:09:13Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=292e8bf0ab02cf37b6ee1759a3942a57a6a69062'/>
<id>urn:sha1:292e8bf0ab02cf37b6ee1759a3942a57a6a69062</id>
<content type='text'>
</content>
</entry>
<entry>
<title>-Use simpler methods for parsing simple tags, fixes #3274</title>
<updated>2016-01-08T22:03:17Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2016-01-08T22:00:45Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=176afb2feb7ed235bf9d7528ee3e8af092f12f90'/>
<id>urn:sha1:176afb2feb7ed235bf9d7528ee3e8af092f12f90</id>
<content type='text'>
</content>
</entry>
<entry>
<title>added ':' support to VariantParser, given it' s used by export.cfg</title>
<updated>2016-01-07T12:16:11Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2016-01-07T12:16:11Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=b6388e60018d859856f8f837139492f6eaa2e741'/>
<id>urn:sha1:b6388e60018d859856f8f837139492f6eaa2e741</id>
<content type='text'>
</content>
</entry>
<entry>
<title>-fix bugs related to parsing config files with new variantparser, closes #3248 closes #3207</title>
<updated>2016-01-07T12:07:18Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2016-01-07T12:04:44Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=4e367a4b7b5daea2f6586ee4192d2e5b813d75d8'/>
<id>urn:sha1:4e367a4b7b5daea2f6586ee4192d2e5b813d75d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix config file parser bug that cause showing project name as "Unnamed Project"</title>
<updated>2016-01-06T08:40:38Z</updated>
<author>
<name>mrezai</name>
</author>
<published>2016-01-06T08:39:05Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=5bf25e46be744f857d4a15120a7b409c8128c25a'/>
<id>urn:sha1:5bf25e46be744f857d4a15120a7b409c8128c25a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>proper joy axis support as actions, can be configured and inquired, fixes #2317</title>
<updated>2016-01-02T12:37:16Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2016-01-02T12:37:16Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=432e2e77692e0c718b35ffddc0602a4193e13239'/>
<id>urn:sha1:432e2e77692e0c718b35ffddc0602a4193e13239</id>
<content type='text'>
</content>
</entry>
<entry>
<title>suport old-style engine.cfg colors in VariantParser, fixes #3176</title>
<updated>2015-12-31T17:30:50Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-12-31T17:30:50Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=bc2b1696e6bbe2cd50c65be81ee2bed71ea7cf9e'/>
<id>urn:sha1:bc2b1696e6bbe2cd50c65be81ee2bed71ea7cf9e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>-Fix parsing of comments in VariantParser, fixes #3175</title>
<updated>2015-12-31T13:25:21Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-12-31T13:25:21Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=586e482a98702055ed7323a3e81c14392233b650'/>
<id>urn:sha1:586e482a98702055ed7323a3e81c14392233b650</id>
<content type='text'>
</content>
</entry>
</feed>
