<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/core, branch 1.1-rc1</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=1.1-rc1</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom/core?h=1.1-rc1'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/'/>
<updated>2015-05-01T15:19:24Z</updated>
<entry>
<title>-removed get_mouse_pos from Input, as it only caused problems</title>
<updated>2015-05-01T15:19:24Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-05-01T15:19:24Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=ee8f8add4ed4d95faba9201141429f45d9cff4dd'/>
<id>urn:sha1:ee8f8add4ed4d95faba9201141429f45d9cff4dd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>-Fixes from source code analyzizer, closes #1768</title>
<updated>2015-05-01T13:44:08Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-05-01T13:44:08Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=4804462ee06c1b3e2d1b50b857ce8693d3c0936d'/>
<id>urn:sha1:4804462ee06c1b3e2d1b50b857ce8693d3c0936d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Sort xml files, so order is constant</title>
<updated>2015-05-01T01:41:45Z</updated>
<author>
<name>est31</name>
</author>
<published>2015-05-01T00:53:41Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=b2b514367824263e2dc1e26b010b0df63fd3700a'/>
<id>urn:sha1:b2b514367824263e2dc1e26b010b0df63fd3700a</id>
<content type='text'>
Makes xml format work better with version control systems.
</content>
</entry>
<entry>
<title>fixed ColorArray constructor when taking array as parameter</title>
<updated>2015-04-27T21:45:54Z</updated>
<author>
<name>romulox_x</name>
</author>
<published>2015-04-27T21:45:54Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=79c36ea5f72d32dc08c1144eb28dcb9e6202643d'/>
<id>urn:sha1:79c36ea5f72d32dc08c1144eb28dcb9e6202643d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed bug in array comparison, fixes #1712</title>
<updated>2015-04-26T15:12:53Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-04-26T15:12:53Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=3203a03414873e88bab879245922d57ad965473c'/>
<id>urn:sha1:3203a03414873e88bab879245922d57ad965473c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Ability to convert from nodes or other non resource with a get_rid() function to a rid</title>
<updated>2015-04-24T23:45:07Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-04-24T23:45:07Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=1f8e3117dd8643b9c6d6127a891a0f4673479fa2'/>
<id>urn:sha1:1f8e3117dd8643b9c6d6127a891a0f4673479fa2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Corrected rectangle intersection, fixes #1731</title>
<updated>2015-04-24T19:08:05Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-04-24T19:08:05Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=7006fe3cc4580b2ece75681c0adc1ab6ab27891a'/>
<id>urn:sha1:7006fe3cc4580b2ece75681c0adc1ab6ab27891a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>resolved some cases wehre built-in doc is not properlt generated, fixes #1719</title>
<updated>2015-04-22T03:25:13Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-04-22T03:25:13Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=66c71c21df55395adb8938dcd9c03fa3fae0043b'/>
<id>urn:sha1:66c71c21df55395adb8938dcd9c03fa3fae0043b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>-Changed Godot exit to be clean.</title>
<updated>2015-04-20T22:38:02Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-04-20T22:38:02Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=59154cccf9fcf814a21a2596993fb1b6777d3bb7'/>
<id>urn:sha1:59154cccf9fcf814a21a2596993fb1b6777d3bb7</id>
<content type='text'>
-Added more debug information on memory cleanliness on exit (if run with -v)
-Fixed several memory leaks, fixes #1731, fixes #755
</content>
</entry>
<entry>
<title>-Fixed post-import script-reload buf, fixes #1683</title>
<updated>2015-04-18T22:06:58Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-04-18T22:06:58Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=b66b86b05eca3b557700d0249fc3874099056638'/>
<id>urn:sha1:b66b86b05eca3b557700d0249fc3874099056638</id>
<content type='text'>
</content>
</entry>
</feed>
