<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/modules/gdscript/gd_compiler.cpp, branch 2.0.2-stable</title>
<subtitle>Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org
</subtitle>
<id>https://git.neuromancer.sk/godot.git/atom?h=2.0.2-stable</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom?h=2.0.2-stable'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/'/>
<updated>2016-04-02T20:03:48Z</updated>
<entry>
<title>remove trailing whitespace</title>
<updated>2016-04-02T20:03:48Z</updated>
<author>
<name>Hubert Jarosz</name>
</author>
<published>2016-03-08T23:00:52Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=424a1046664eb1dc8138ccb886ba1c1967c3caa4'/>
<id>urn:sha1:424a1046664eb1dc8138ccb886ba1c1967c3caa4</id>
<content type='text'>
(cherry picked from commit 4a4f2479146aa33e235ed57cde311efda68d3c8f)
</content>
</entry>
<entry>
<title>Fixed bug with default arguments in gdscript, closes #2024</title>
<updated>2016-01-04T00:11:11Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2016-01-04T00:11:11Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=cb39db0b02c2d69994e2cd523844a2a9d3087d85'/>
<id>urn:sha1:cb39db0b02c2d69994e2cd523844a2a9d3087d85</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright to 2016 in headers</title>
<updated>2016-01-01T13:50:53Z</updated>
<author>
<name>George Marques</name>
</author>
<published>2016-01-01T13:50:53Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=5be9ff7b6715a661e85f99b108f96340de7ef435'/>
<id>urn:sha1:5be9ff7b6715a661e85f99b108f96340de7ef435</id>
<content type='text'>
</content>
</entry>
<entry>
<title>added missing null check</title>
<updated>2015-12-30T01:02:31Z</updated>
<author>
<name>Zher Huei Lee</name>
</author>
<published>2015-12-30T01:02:31Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=61a1f596cc19fd47ff1c8d1f5f5d7c4af300bc8f'/>
<id>urn:sha1:61a1f596cc19fd47ff1c8d1f5f5d7c4af300bc8f</id>
<content type='text'>
for p_func inside _parse_function
</content>
</entry>
<entry>
<title>-add breakpoint statement to ease with debugging, closes #3165</title>
<updated>2015-12-29T15:11:21Z</updated>
<author>
<name>reduz</name>
</author>
<published>2015-12-29T15:11:21Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=7d2d1442f83e6a7a57a1823a6cf5af53e5419d5f'/>
<id>urn:sha1:7d2d1442f83e6a7a57a1823a6cf5af53e5419d5f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- added 'onready' keyword to gdscript. Defers initialization of member variables until _ready() is run.</title>
<updated>2015-12-28T22:32:51Z</updated>
<author>
<name>reduz</name>
</author>
<published>2015-12-28T22:31:52Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=30c12297dc6df7d35df140475c0cec7308aea77a'/>
<id>urn:sha1:30c12297dc6df7d35df140475c0cec7308aea77a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>added ability to define signals in script</title>
<updated>2015-06-24T16:29:45Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-06-24T16:29:23Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=48f1d02da4795ba9d485fe5fe2bea907be2fc467'/>
<id>urn:sha1:48f1d02da4795ba9d485fe5fe2bea907be2fc467</id>
<content type='text'>
closes #2175
</content>
</entry>
<entry>
<title>-Throw error if setter and getter reference their member variable with self. , fixes #1685</title>
<updated>2015-04-18T20:55:04Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-04-18T20:55:04Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=701335e845166acb2a386778a70476ee57f33919'/>
<id>urn:sha1:701335e845166acb2a386778a70476ee57f33919</id>
<content type='text'>
</content>
</entry>
<entry>
<title>-try to avoid errors when path using ".." is present in script include, fixes #1703</title>
<updated>2015-04-18T19:17:33Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-04-18T19:17:33Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=4661a6e126f03efcb7b41196d2fca9c9564123c6'/>
<id>urn:sha1:4661a6e126f03efcb7b41196d2fca9c9564123c6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated copyright year in all headers</title>
<updated>2015-04-18T17:38:54Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-04-18T17:38:54Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=fdaa2920eb21fff3320a17e9239e04dfadecdb00'/>
<id>urn:sha1:fdaa2920eb21fff3320a17e9239e04dfadecdb00</id>
<content type='text'>
</content>
</entry>
</feed>
