<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/core, 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/core?h=2.0-stable</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom/core?h=2.0-stable'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/'/>
<updated>2016-02-21T21:51:19Z</updated>
<entry>
<title>Fix missing dependency resolver in Windows</title>
<updated>2016-02-21T21:51:19Z</updated>
<author>
<name>eska</name>
</author>
<published>2016-02-21T21:51:19Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=104e008b5616f46e0c20bb180bc54dc91956092e'/>
<id>urn:sha1:104e008b5616f46e0c20bb180bc54dc91956092e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>adds original http headers to response_headers</title>
<updated>2016-02-19T20:13:29Z</updated>
<author>
<name>Ariel Manzur</name>
</author>
<published>2016-02-19T20:12:16Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=cc7cca55b0a845aaac7be27265cb76ab60b7c504'/>
<id>urn:sha1:cc7cca55b0a845aaac7be27265cb76ab60b7c504</id>
<content type='text'>
</content>
</entry>
<entry>
<title>adds original http header to response_headers</title>
<updated>2016-02-19T20:13:29Z</updated>
<author>
<name>Ariel Manzur</name>
</author>
<published>2016-02-19T20:02:03Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=5e36ae3bb6bc2a5670d217e03f011f209b7c9890'/>
<id>urn:sha1:5e36ae3bb6bc2a5670d217e03f011f209b7c9890</id>
<content type='text'>
</content>
</entry>
<entry>
<title>better array alignment</title>
<updated>2016-02-19T10:01:57Z</updated>
<author>
<name>Ariel Manzur</name>
</author>
<published>2016-02-19T10:01:57Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=3ac0267daacb01497b4d4d4980aa06354488babf'/>
<id>urn:sha1:3ac0267daacb01497b4d4d4980aa06354488babf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixes array allocation bug and sets DEFAULT_ALIGNMENT to 1. probably needs testing</title>
<updated>2016-02-19T08:40:24Z</updated>
<author>
<name>Ariel Manzur</name>
</author>
<published>2016-02-19T08:40:24Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=0846ab6a5f42845686280167529028dbaf1b37df'/>
<id>urn:sha1:0846ab6a5f42845686280167529028dbaf1b37df</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reject any native video player calls on iOS that point to files within .pck archives.</title>
<updated>2016-02-19T05:05:49Z</updated>
<author>
<name>Aren Villanueva</name>
</author>
<published>2016-02-19T04:09:06Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=7b25641813b950e1e81a84e7b0392dcbddfb1011'/>
<id>urn:sha1:7b25641813b950e1e81a84e7b0392dcbddfb1011</id>
<content type='text'>
Fix the paths for both res:// and user:// specified video files.
</content>
</entry>
<entry>
<title>fix color when hue is set to 1</title>
<updated>2016-02-18T10:34:45Z</updated>
<author>
<name>Nuno Donato</name>
</author>
<published>2016-02-18T09:43:04Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=b51c720c80fddcf828ef658380255c5169d1dc5d'/>
<id>urn:sha1:b51c720c80fddcf828ef658380255c5169d1dc5d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename KEY_KP_SUBSTRACT to KEY_KP_SUBTRACT</title>
<updated>2016-02-17T22:01:27Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2016-02-17T21:59:46Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=130f8fa1936f672ec34fd0270e1d2c0577f95eed'/>
<id>urn:sha1:130f8fa1936f672ec34fd0270e1d2c0577f95eed</id>
<content type='text'>
The former name was incorrect in English, though for us latin lovers it's an understandable mistake.
Second part of and closes #3626.
</content>
</entry>
<entry>
<title>Merge pull request #3743 from StraToN/fix_ustring_camelcase2underscore</title>
<updated>2016-02-17T20:27:37Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2016-02-17T20:27:37Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=188474df52e2d87f71df37008608e33e2649783a'/>
<id>urn:sha1:188474df52e2d87f71df37008608e33e2649783a</id>
<content type='text'>
Fixed String::camelcase_to_underscore() so it works in all cases. </content>
</entry>
<entry>
<title>Correct octree's AABB intersect test, fixes #3576 and #3253</title>
<updated>2016-02-17T19:06:40Z</updated>
<author>
<name>sheepandshepherd</name>
</author>
<published>2016-02-17T19:06:40Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=c88c60d08e589baa54e5aa75b947f3b69c40a904'/>
<id>urn:sha1:c88c60d08e589baa54e5aa75b947f3b69c40a904</id>
<content type='text'>
</content>
</entry>
</feed>
