<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/scene/3d, branch 2.0-stable</title>
<subtitle>Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org</subtitle>
<id>https://git.neuromancer.sk/godot.git/atom/scene/3d?h=2.0-stable</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom/scene/3d?h=2.0-stable'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/'/>
<updated>2016-02-16T08:56:31Z</updated>
<entry>
<title>refix particles3d issue, bringing down the amount limit to 1024</title>
<updated>2016-02-16T08:56:31Z</updated>
<author>
<name>Nuno Donato</name>
</author>
<published>2016-02-16T08:56:31Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=2d1de834348473bae7bd676587d2e72ae03a5642'/>
<id>urn:sha1:2d1de834348473bae7bd676587d2e72ae03a5642</id>
<content type='text'>
</content>
</entry>
<entry>
<title>-Fix crash opening and closing the scene, closes #3491</title>
<updated>2016-01-31T18:10:33Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2016-01-31T18:09:52Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=53e237dfe4aa550fa52a1187d1b19e7b5ec555eb'/>
<id>urn:sha1:53e237dfe4aa550fa52a1187d1b19e7b5ec555eb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #2698 from Faless/add_area_fix</title>
<updated>2016-01-24T02:07:23Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2016-01-24T02:07:23Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=d01f55a78eb08e5645310f17caac0ae49647a013'/>
<id>urn:sha1:d01f55a78eb08e5645310f17caac0ae49647a013</id>
<content type='text'>
Fix bug in Body(2D)SW::add_area</content>
</entry>
<entry>
<title>-Properly lock and and warn about switching off contact monitoring, fixes #3041</title>
<updated>2016-01-12T09:14:15Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2016-01-12T09:14:15Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=a625f7d07317ac4fac21962a99a7896ed13010c7'/>
<id>urn:sha1:a625f7d07317ac4fac21962a99a7896ed13010c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix delay on audio stream pause</title>
<updated>2016-01-03T01:24:30Z</updated>
<author>
<name>Saracen</name>
</author>
<published>2016-01-03T01:19:37Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=53b2b0ccbe058cbf1e90699020535ae785f27964'/>
<id>urn:sha1:53b2b0ccbe058cbf1e90699020535ae785f27964</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Properly clear/restore current camera when switching scenes. Fixes #2137</title>
<updated>2016-01-02T20:18:45Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2016-01-02T20:18:45Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=2db78e8f87fc208711bf8625fcb679723ce46fb7'/>
<id>urn:sha1:2db78e8f87fc208711bf8625fcb679723ce46fb7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove the invalid id error when freeing a 3D joint, fixes #2383</title>
<updated>2016-01-02T11:37:27Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2016-01-02T11:36:40Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=df5fa62ab955437f05bfd7acdf6ed61d6d9c827e'/>
<id>urn:sha1:df5fa62ab955437f05bfd7acdf6ed61d6d9c827e</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>Add missing argument names in GDScript bindings</title>
<updated>2015-12-28T01:13:05Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2015-12-28T01:13:05Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=d4993b74fc715d294ca0a77b335db3782d4bdcd6'/>
<id>urn:sha1:d4993b74fc715d294ca0a77b335db3782d4bdcd6</id>
<content type='text'>
All classes were reviewed apart from VisualServer for which no argument name is documented at all.
While doing this review, I found quite a few bugs that were fixed either in earlier commits or this one (mostly documentation bugs though, i.e. some arguments were listed at the wrong place).
</content>
</entry>
<entry>
<title>New and corrected are override modes.</title>
<updated>2015-12-14T01:56:49Z</updated>
<author>
<name>Ovnuniarchos</name>
</author>
<published>2015-12-14T01:56:11Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=89efebbf561fa19d29533acdd3716f8d1385595a'/>
<id>urn:sha1:89efebbf561fa19d29533acdd3716f8d1385595a</id>
<content type='text'>
</content>
</entry>
</feed>
