<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/drivers/unix, branch master</title>
<subtitle>Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org</subtitle>
<id>https://git.neuromancer.sk/godot.git/atom/drivers/unix?h=master</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom/drivers/unix?h=master'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/'/>
<updated>2017-10-10T23:07:27Z</updated>
<entry>
<title>Use execvp instead of execv to allow OS.execute() to search through PATH.</title>
<updated>2017-10-10T23:07:27Z</updated>
<author>
<name>Elia Argentieri</name>
</author>
<published>2017-10-10T23:03:05Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=600efa03460b89a14aa7fb1aa21503d9046c8df1'/>
<id>urn:sha1:600efa03460b89a14aa7fb1aa21503d9046c8df1</id>
<content type='text'>
Fix #12003.
</content>
</entry>
<entry>
<title>OS::execute can now read from stderr too when executing with a pipe</title>
<updated>2017-10-03T18:09:04Z</updated>
<author>
<name>Marcelo Fernandez</name>
</author>
<published>2017-10-03T18:09:04Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=4b695c3bdf562d55fb617a6c48eb5c1701b81325'/>
<id>urn:sha1:4b695c3bdf562d55fb617a6c48eb5c1701b81325</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Extract logging logic</title>
<updated>2017-09-25T09:19:21Z</updated>
<author>
<name>Ruslan Mustakov</name>
</author>
<published>2017-09-22T05:56:02Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=1a2311e3505765e37b736fe6bb46bb229e00701f'/>
<id>urn:sha1:1a2311e3505765e37b736fe6bb46bb229e00701f</id>
<content type='text'>
Previously logging logic was scattered over OS class implementations
with plenty of duplication. Major changes in this commit:

 - Extracted logging logic into a separate Logger hierarchy. It allows
   easy configuration of logging mechanism depending on compile-time or
   run-time configuration.

 - Implemented RotatedFileLogger which is usually used with StdLogger,
   providing persistency of logs. It is often important to be able to
   obtain logs of the game even in production to be able to understand
   what happened prior to some problem. On mobile there previously was
   no way to obtain the logs aside from having the device connected to
   your machine.

 - flush() is not performed in release mode for every logged line. It
   is only performed for errors.
</content>
</entry>
<entry>
<title>Rename pos to position in user facing methods and variables</title>
<updated>2017-09-20T11:11:10Z</updated>
<author>
<name>letheed</name>
</author>
<published>2017-09-10T13:37:49Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=5ad9be4c24e9d7dc5672fdc42cea896622fe5685'/>
<id>urn:sha1:5ad9be4c24e9d7dc5672fdc42cea896622fe5685</id>
<content type='text'>
Rename user facing methods and variables as well as the corresponding
C++ methods according to the folloming changes:

* pos -&gt; position
* rot -&gt; rotation
* loc -&gt; location

C++ variables are left as is.
</content>
</entry>
<entry>
<title>Fix x11 exported executables not getting the +x flag</title>
<updated>2017-09-17T17:40:58Z</updated>
<author>
<name>Marcelo Fernandez</name>
</author>
<published>2017-09-17T17:40:58Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=3528b1e571dee24917b0141232f135e29bf088ba'/>
<id>urn:sha1:3528b1e571dee24917b0141232f135e29bf088ba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Only do 'drive' discovery on X11</title>
<updated>2017-09-14T21:04:30Z</updated>
<author>
<name>Hein-Pieter van Braam</name>
</author>
<published>2017-09-14T19:43:17Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=65af96eab0708c02c5a72bb7d2a18444cc728046'/>
<id>urn:sha1:65af96eab0708c02c5a72bb7d2a18444cc728046</id>
<content type='text'>
As it turns out older versions of the Android NDK have mntent.h but not
a complete implementation. If it did work it would most likely give the
wrong results on Android anyway.

This commit enables the UNIX drive discovery only for X11

We also missed '/run/media' (default for gnome desktops) in the list of
places to look for 'drives' on Linux. Add that to the list also.

This fixes #11270
</content>
</entry>
<entry>
<title>Merge pull request #11160 from marcelofg55/drive_funcs_x11</title>
<updated>2017-09-13T18:04:54Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2017-09-13T18:04:54Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=cc7c892bca3ed70d1ce41cb64e53a6e50da6d0be'/>
<id>urn:sha1:cc7c892bca3ed70d1ce41cb64e53a6e50da6d0be</id>
<content type='text'>
Implemented DirAccess get_drive and get_drive_count for Linux</content>
</entry>
<entry>
<title>Implemented DirAccess get_drive and get_drive_count for Linux</title>
<updated>2017-09-13T02:43:08Z</updated>
<author>
<name>Marcelo Fernandez</name>
</author>
<published>2017-09-12T15:01:10Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=e5f905a735866981c783c92c257bc104d395644b'/>
<id>urn:sha1:e5f905a735866981c783c92c257bc104d395644b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #10908 from hpvb/fix-unused-variables</title>
<updated>2017-09-12T10:55:53Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2017-09-12T10:55:53Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=aabbd00284640a4789f96702c134ea40b11b402e'/>
<id>urn:sha1:aabbd00284640a4789f96702c134ea40b11b402e</id>
<content type='text'>
Fix unused variable warnings</content>
</entry>
<entry>
<title>DirAccess constructor sets current_dir to an absolute path</title>
<updated>2017-09-10T10:33:26Z</updated>
<author>
<name>supagu</name>
</author>
<published>2017-09-10T09:02:27Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=e7c5706f714051f6e62b0fcea5dd4dad68b83297'/>
<id>urn:sha1:e7c5706f714051f6e62b0fcea5dd4dad68b83297</id>
<content type='text'>
</content>
</entry>
</feed>
