<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/platform/uwp, 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?h=master</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/'/>
<updated>2017-10-03T18:09:04Z</updated>
<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>Merge pull request #11568 from endragor/loggers</title>
<updated>2017-10-02T21:51:26Z</updated>
<author>
<name>Andreas Haas</name>
</author>
<published>2017-10-02T21:51:26Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=132ba0ed9799db9ed1449fa2f2fc597d4b91612d'/>
<id>urn:sha1:132ba0ed9799db9ed1449fa2f2fc597d4b91612d</id>
<content type='text'>
Extract logging logic</content>
</entry>
<entry>
<title>Use BoolVariable in target/component/advanced options.</title>
<updated>2017-09-25T18:36:02Z</updated>
<author>
<name>Elliott Sales de Andrade</name>
</author>
<published>2017-09-25T04:04:49Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=ffab67b8daea8e3379824105439eba8226b72fde'/>
<id>urn:sha1:ffab67b8daea8e3379824105439eba8226b72fde</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>UWP: Fix build issue about Object ambiguity</title>
<updated>2017-09-22T01:47:52Z</updated>
<author>
<name>George Marques</name>
</author>
<published>2017-09-22T01:47:52Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=d595b79c62a2db691f5b7314d365d3a57b601c18'/>
<id>urn:sha1:d595b79c62a2db691f5b7314d365d3a57b601c18</id>
<content type='text'>
</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>Merge pull request #11252 from marcelofg55/fix_noaudio_crash</title>
<updated>2017-09-17T20:48:22Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2017-09-17T20:48:22Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=53bbc046ee670a1c24b1ec936066857ef6e73dc9'/>
<id>urn:sha1:53bbc046ee670a1c24b1ec936066857ef6e73dc9</id>
<content type='text'>
Fix crash when no audio driver is available</content>
</entry>
<entry>
<title>Fix crash when no audio driver is available</title>
<updated>2017-09-13T23:54:55Z</updated>
<author>
<name>Marcelo Fernandez</name>
</author>
<published>2017-09-13T16:34:22Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=7a4c0ff35e10fba5f2686e7fd5623eab31b07a2d'/>
<id>urn:sha1:7a4c0ff35e10fba5f2686e7fd5623eab31b07a2d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix enums bindings</title>
<updated>2017-09-13T17:57:07Z</updated>
<author>
<name>Maxim Sheronov</name>
</author>
<published>2017-09-12T19:09:06Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=0fffa45158bebeb4aaba1df1d271c000fffbe7f7'/>
<id>urn:sha1:0fffa45158bebeb4aaba1df1d271c000fffbe7f7</id>
<content type='text'>
Add missed bindings for enums
Move some enums to class to have correct output of api.json
</content>
</entry>
<entry>
<title>Fix unused variable warnings</title>
<updated>2017-09-08T13:03:53Z</updated>
<author>
<name>Hein-Pieter van Braam</name>
</author>
<published>2017-09-02T20:32:31Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=b2a38854fdde296fd2d7da139a29b23a18ab494d'/>
<id>urn:sha1:b2a38854fdde296fd2d7da139a29b23a18ab494d</id>
<content type='text'>
The forth in my quest to make Godot 3.x compile with -Werror on GCC7
</content>
</entry>
</feed>
