<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/bin, branch 2.1-stable</title>
<subtitle>Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org</subtitle>
<id>https://git.neuromancer.sk/godot.git/atom/bin?h=2.1-stable</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom/bin?h=2.1-stable'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/'/>
<updated>2016-07-26T20:25:10Z</updated>
<entry>
<title>Changed the way the step decimals are computed to a safer way, fixes many issues.</title>
<updated>2016-07-26T20:25:10Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2016-07-26T20:24:34Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=9151eb591dcab408d3a7e4d9e3b3874c2e281acf'/>
<id>urn:sha1:9151eb591dcab408d3a7e4d9e3b3874c2e281acf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed unused variables (first pass)</title>
<updated>2016-07-07T21:15:03Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2016-07-03T21:19:22Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=b6ac91c0e6416eda0dec226c5dbe5716f293e4f6'/>
<id>urn:sha1:b6ac91c0e6416eda0dec226c5dbe5716f293e4f6</id>
<content type='text'>
Fixes various gcc 5.4.0 warnings for -Wunused-variable and -Wunused-but-set-variable
</content>
</entry>
<entry>
<title>Improved binding system (ObjectTypeDB::bind_method) to be friendlier to statically typed languages, should help in the Mono integration.</title>
<updated>2016-06-23T02:13:41Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2016-06-23T02:12:20Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=d6225b1e0004c57cc50452ddb5d512fd6556a523'/>
<id>urn:sha1:d6225b1e0004c57cc50452ddb5d512fd6556a523</id>
<content type='text'>
Disabled by default.
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/master'</title>
<updated>2016-05-22T01:34:55Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2016-05-22T01:34:55Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=eacb8f04c4697b8123afeec03088eebb3c4b20bd'/>
<id>urn:sha1:eacb8f04c4697b8123afeec03088eebb3c4b20bd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>First version of Profiler</title>
<updated>2016-05-22T00:18:16Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2016-05-22T00:18:16Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=a75f8963380a1f6ae8501f21a1d3f3bef8a89d91'/>
<id>urn:sha1:a75f8963380a1f6ae8501f21a1d3f3bef8a89d91</id>
<content type='text'>
It is now possible to profile GDScript as well as some parts of Godot
internals.
</content>
</entry>
<entry>
<title>remove trailing whitespace</title>
<updated>2016-05-21T13:29:25Z</updated>
<author>
<name>Hubert Jarosz</name>
</author>
<published>2016-05-21T13:29:25Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=33403d91f77f1f34b19bff763391500bc9c2616c'/>
<id>urn:sha1:33403d91f77f1f34b19bff763391500bc9c2616c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove trailing whitespace</title>
<updated>2016-03-08T23:00:52Z</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=4a4f2479146aa33e235ed57cde311efda68d3c8f'/>
<id>urn:sha1:4a4f2479146aa33e235ed57cde311efda68d3c8f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>-Made some icon data types smaller so they take up less space</title>
<updated>2016-02-11T03:01:35Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2016-02-11T03:00:11Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=db43e941752590f32e949638e35f5891bc8979c3'/>
<id>urn:sha1:db43e941752590f32e949638e35f5891bc8979c3</id>
<content type='text'>
-Fixed sample import plugin, makes samples sound strange in smp when limited hz
</content>
</entry>
<entry>
<title>Fix return value of regexp string test</title>
<updated>2016-02-02T19:58:00Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2016-02-02T19:58:00Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=746a2996c90238fdddfbd282adfa7e5c937b7c9b'/>
<id>urn:sha1:746a2996c90238fdddfbd282adfa7e5c937b7c9b</id>
<content type='text'>
Closes #3556
</content>
</entry>
<entry>
<title>test_string.cpp - show numbers of passed and total tests correctly (fixes #3553)</title>
<updated>2016-02-02T15:42:09Z</updated>
<author>
<name>anatoly techtonik</name>
</author>
<published>2016-02-02T15:42:09Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=3d1b15e0d7e9ec3b6788308ece654c8bfbb3c956'/>
<id>urn:sha1:3d1b15e0d7e9ec3b6788308ece654c8bfbb3c956</id>
<content type='text'>
</content>
</entry>
</feed>
