<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/core/bind/core_bind.h, branch 2.0-beta</title>
<subtitle>Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org</subtitle>
<id>https://git.neuromancer.sk/godot.git/atom/core/bind/core_bind.h?h=2.0-beta</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom/core/bind/core_bind.h?h=2.0-beta'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/'/>
<updated>2016-01-16T11:57:34Z</updated>
<entry>
<title>Add ability to set "keep screen on" for android</title>
<updated>2016-01-16T11:57:34Z</updated>
<author>
<name>volzhs</name>
</author>
<published>2015-11-27T14:40:04Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=fb2bf78591672362adbb62ea15e7be4ac34a7dee'/>
<id>urn:sha1:fb2bf78591672362adbb62ea15e7be4ac34a7dee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>-Removed OS.get_system_time_msec(), this is undoable on Windows and also unusable from GDscript due to precision.</title>
<updated>2016-01-10T21:24:55Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2016-01-10T21:24:55Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=a120c66f98586138fc61fa6f243cb071d60111bc'/>
<id>urn:sha1:a120c66f98586138fc61fa6f243cb071d60111bc</id>
<content type='text'>
-Added, instead an OS.get_system_time_secs(), which is 32 bits friendly, fixes #3143
</content>
</entry>
<entry>
<title>-Added a new mode, WRITE_READ to File, to recover compatibility with old projects but also achieve desired functionality. Closes #3272</title>
<updated>2016-01-10T18:15:04Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2016-01-10T18:15:04Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=52e53d45137eb5bc667db6323c79baebb1651b5b'/>
<id>urn:sha1:52e53d45137eb5bc667db6323c79baebb1651b5b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>thread set name</title>
<updated>2015-12-17T09:24:27Z</updated>
<author>
<name>Ariel Manzur</name>
</author>
<published>2015-12-17T09:24:27Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=10298b9534937c8662fe6bea6dcf79457bd53970'/>
<id>urn:sha1:10298b9534937c8662fe6bea6dcf79457bd53970</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Properly implement OS.alert() from script, and use xmessage on X11</title>
<updated>2015-09-21T12:39:46Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-09-21T12:39:46Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=ce6fefced8b0ac6d3be886db5ee1234dba7ec544'/>
<id>urn:sha1:ce6fefced8b0ac6d3be886db5ee1234dba7ec544</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add OS.get_system_time_msec</title>
<updated>2015-08-06T17:29:33Z</updated>
<author>
<name>Maximillian</name>
</author>
<published>2015-08-06T17:29:33Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=6f9a084ac8a820450632f17384161c6a24da86d3'/>
<id>urn:sha1:6f9a084ac8a820450632f17384161c6a24da86d3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>added bindings for screen rotation in OS</title>
<updated>2015-08-04T21:09:51Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-08-04T21:09:51Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=09a2de99169e9cf50d00febafad3a6705aa8d88a'/>
<id>urn:sha1:09a2de99169e9cf50d00febafad3a6705aa8d88a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>adding some base64 marshalls</title>
<updated>2015-07-28T10:50:52Z</updated>
<author>
<name>punto-</name>
</author>
<published>2015-07-28T10:50:52Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=922356b903061cda7591090bf19e8346c3a78cf5'/>
<id>urn:sha1:922356b903061cda7591090bf19e8346c3a78cf5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add OS.get_time_zone_info function</title>
<updated>2015-06-06T03:57:33Z</updated>
<author>
<name>est31</name>
</author>
<published>2015-06-06T03:35:38Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=c5338fd6c40d08472b680809cfa04d47826bdcf5'/>
<id>urn:sha1:c5338fd6c40d08472b680809cfa04d47826bdcf5</id>
<content type='text'>
The returned dictionary maps "name" to the
name of the current time zone, and "bias" to
a bias from UTC in minutes.
</content>
</entry>
<entry>
<title>Add utc param to get_time and get_date methods</title>
<updated>2015-06-06T03:55:28Z</updated>
<author>
<name>est31</name>
</author>
<published>2015-06-06T01:40:56Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=803069886ebca492c0d5f47133ccf7833c716e5a'/>
<id>urn:sha1:803069886ebca492c0d5f47133ccf7833c716e5a</id>
<content type='text'>
If utc == false, we return the local time, like before.
Otherwise, we return UTC time.
utc defaults to false to not break behaviour.
</content>
</entry>
</feed>
