<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/core/os, 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/core/os?h=2.1-stable</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom/core/os?h=2.1-stable'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/'/>
<updated>2016-07-22T06:39:07Z</updated>
<entry>
<title>Merge pull request #5847 from 29jm/patch-3</title>
<updated>2016-07-22T06:39:07Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2016-07-22T06:39:07Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=c57b992774251d239961524a2cc575427ac4f484'/>
<id>urn:sha1:c57b992774251d239961524a2cc575427ac4f484</id>
<content type='text'>
Expose virtual keyboard functions to GDScript</content>
</entry>
<entry>
<title>Expose virtual keyboard functions to GDScript</title>
<updated>2016-07-21T21:58:58Z</updated>
<author>
<name>Johan Manuel</name>
</author>
<published>2016-07-21T21:58:58Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=ec8c6e2c7c6689856a9a5547ece905339df994a8'/>
<id>urn:sha1:ec8c6e2c7c6689856a9a5547ece905339df994a8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #5560 from vnen/os-request-attention</title>
<updated>2016-07-21T15:29:45Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2016-07-21T15:29:45Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=d723e5a62ff10d338b8a2848e5a7a43a81233c24'/>
<id>urn:sha1:d723e5a62ff10d338b8a2848e5a7a43a81233c24</id>
<content type='text'>
Add OS.request_attention() for Windows</content>
</entry>
<entry>
<title>Merge pull request #5709 from akien-mga/pr-get-engine-version</title>
<updated>2016-07-17T22:55:29Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2016-07-17T22:55:29Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=c328693e837f5899b24504caef5a9ee5e4d4cb4e'/>
<id>urn:sha1:c328693e837f5899b24504caef5a9ee5e4d4cb4e</id>
<content type='text'>
OS: Add get_engine_version method</content>
</entry>
<entry>
<title>OS: Add get_engine_version method</title>
<updated>2016-07-17T22:54:56Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2016-07-14T22:34:56Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=b2953bc1ccc23089559f1216563032fabd6b929f'/>
<id>urn:sha1:b2953bc1ccc23089559f1216563032fabd6b929f</id>
<content type='text'>
Fixes #5693.
</content>
</entry>
<entry>
<title>Added gyroscope support to Godot and Android</title>
<updated>2016-07-15T17:43:32Z</updated>
<author>
<name>Jamil Halabi</name>
</author>
<published>2016-07-15T07:31:34Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=370ae3512deda40b2659a1192f302298e269305f'/>
<id>urn:sha1:370ae3512deda40b2659a1192f302298e269305f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add OS.request_attention() for Windows</title>
<updated>2016-07-05T15:29:08Z</updated>
<author>
<name>George Marques</name>
</author>
<published>2016-07-05T15:29:08Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=5c355a63d3a86039a8f1a88e6ea508209de97dbc'/>
<id>urn:sha1:5c355a63d3a86039a8f1a88e6ea508209de97dbc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Input: add get_connected_joysticks() method.</title>
<updated>2016-07-05T12:08:02Z</updated>
<author>
<name>Andreas Haas</name>
</author>
<published>2016-07-05T12:07:46Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=45cfd199a46a6fdffb48cd367c69a336eb79590b'/>
<id>urn:sha1:45cfd199a46a6fdffb48cd367c69a336eb79590b</id>
<content type='text'>
fixes #5465
</content>
</entry>
<entry>
<title>Properly deliver localized coordinates when passing gui events through parents, closes #4215</title>
<updated>2016-06-27T13:00:36Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2016-06-27T12:59:43Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=47d6cc08bbd745d63829e02ae408c4ce09ce1299'/>
<id>urn:sha1:47d6cc08bbd745d63829e02ae408c4ce09ce1299</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added function to notify ScriptLanguage when a thread is created/freed, allows scripts to allocate a stack there via TLS</title>
<updated>2016-06-25T13:41:23Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2016-06-25T13:40:33Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=8dac3bf3b10406d05c4d520e81082e490e3b76ff'/>
<id>urn:sha1:8dac3bf3b10406d05c4d520e81082e490e3b76ff</id>
<content type='text'>
</content>
</entry>
</feed>
