<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/core/script_language.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/core/script_language.cpp?h=2.0.2-stable</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom/core/script_language.cpp?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>-Some changes to how scenes and scripts are overriden in scene instance and inheritance</title>
<updated>2016-01-24T00:42:15Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2016-01-24T00:42:15Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=a74138a0dc5862d2c26eb78a141ba3c3f9d01c6d'/>
<id>urn:sha1:a74138a0dc5862d2c26eb78a141ba3c3f9d01c6d</id>
<content type='text'>
-Fixes #3127 and also properly fixes #2958
</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>-Display on animation editor which keys are invalid and which tracks are unresolved</title>
<updated>2015-12-05T17:18:22Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-12-05T17:18:22Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=200b7bb87c3d8d8b2011b08ed4bd7b034ceb452f'/>
<id>urn:sha1:200b7bb87c3d8d8b2011b08ed4bd7b034ceb452f</id>
<content type='text'>
-Added a tool to clean up unresolved tracks and unused keys
</content>
</entry>
<entry>
<title>improved get_node(), connect(), etc code completion.</title>
<updated>2015-06-26T04:14:49Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-06-26T04:14:31Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=a67486a39ee629acac068a6d014015944cf83bb3'/>
<id>urn:sha1:a67486a39ee629acac068a6d014015944cf83bb3</id>
<content type='text'>
-properly completes text arguments
-includes the "/root" autoloads
</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>
<entry>
<title>UDP Fixes</title>
<updated>2014-11-13T03:53:12Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2014-11-13T03:53:12Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=abbea4d945bbb1114570c3b6c7f649e01ca8ebb8'/>
<id>urn:sha1:abbea4d945bbb1114570c3b6c7f649e01ca8ebb8</id>
<content type='text'>
-=-=-=-=-

Curse the day I decided to port UDP code, as it ended up
being two nights of work.  At least It's done now (I hope).

-Fixed UDP Support, API seems stable
-Added UDP Chat demo (chat that can lose your packets, heh)
-Added helpers to areas and bodies to get list of collided bodies and contained bodies.
-Sped up screen/viewport capture code.
-Added code to save an image as PNG
-Small fix so scripts register their singletons after modules did.
</content>
</entry>
<entry>
<title>-variables with export in script are now IMMEDIATELY AND ALWAYS visible in properties (#718)</title>
<updated>2014-09-22T03:50:48Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2014-09-22T03:50:48Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=048fdc8aeabbd80ba9cc8914ec7f7baa00ad0c3d'/>
<id>urn:sha1:048fdc8aeabbd80ba9cc8914ec7f7baa00ad0c3d</id>
<content type='text'>
-WorldEnvironment cleanup issues fixed (#563)
-Text Editor improvement to shift-mouse selection (#648)
-(Hopefully) fixed rare (but horrible) indexing bug in GDScript compiler (#652)
-Some changes to PhysicsBody API, renamed property "active" to "sleeping", which makes more sense
-Added add_collision_exception() API in PhysicsBody (more accessible)
-ability to select and copy in the output messages panel
</content>
</entry>
<entry>
<title>Light Baker!</title>
<updated>2014-06-11T13:41:03Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2014-06-11T13:41:03Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=9b8696d3dd92e2ed6f310ad0f0bf3c2182c9c6ae'/>
<id>urn:sha1:9b8696d3dd92e2ed6f310ad0f0bf3c2182c9c6ae</id>
<content type='text'>
-=-=-=-=-=-=

-Support for lightmap baker, have fun figuring out how it works before tutorial is published.
</content>
</entry>
<entry>
<title>GODOT IS OPEN SOURCE</title>
<updated>2014-02-10T01:10:30Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2014-02-10T01:10:30Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=0b806ee0fc9097fa7bda7ac0109191c9c5e0a1ac'/>
<id>urn:sha1:0b806ee0fc9097fa7bda7ac0109191c9c5e0a1ac</id>
<content type='text'>
</content>
</entry>
</feed>
