<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/platform/javascript, branch feature/gio-open</title>
<subtitle>Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org
</subtitle>
<id>https://git.neuromancer.sk/godot.git/atom?h=feature%2Fgio-open</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom?h=feature%2Fgio-open'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/'/>
<updated>2017-10-03T10:24:11Z</updated>
<entry>
<title>Merge pull request #11782 from eska014/persistent-userfs-test</title>
<updated>2017-10-03T10:24:11Z</updated>
<author>
<name>Hein-Pieter van Braam</name>
</author>
<published>2017-10-03T10:24:11Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=2bece6bbd35c53390b2d3eedcf9b6d9949db518d'/>
<id>urn:sha1:2bece6bbd35c53390b2d3eedcf9b6d9949db518d</id>
<content type='text'>
Add OS::is_userfs_persistent, allow starting HTML5 platform in private mode</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>Add OS::is_userfs_persistent to check user:// persistence</title>
<updated>2017-10-02T19:07:05Z</updated>
<author>
<name>Leon Krause</name>
</author>
<published>2017-10-02T14:09:24Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=7b23665e728fe10cd0eedb54824aaeae4ae23758'/>
<id>urn:sha1:7b23665e728fe10cd0eedb54824aaeae4ae23758</id>
<content type='text'>
Allows starting HTML5 export when IndexedDB is not available.
</content>
</entry>
<entry>
<title>Use primary WebAssembly.instantiate overload</title>
<updated>2017-10-02T11:09:59Z</updated>
<author>
<name>Leon Krause</name>
</author>
<published>2017-10-02T11:09:59Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=11ab7b6efc3353ac19aed6f88c5a38bfbe879ebd'/>
<id>urn:sha1:11ab7b6efc3353ac19aed6f88c5a38bfbe879ebd</id>
<content type='text'>
Previously WebAssembly.compile was used along with the secondary
WebAssembly.instantiate overload. Using only the primary overload is
recommended to get best performance.
</content>
</entry>
<entry>
<title>Use BoolVariable in platform-specific options.</title>
<updated>2017-09-25T18:36:30Z</updated>
<author>
<name>Elliott Sales de Andrade</name>
</author>
<published>2017-09-25T04:37:17Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=3e69d19116e8d0d64fcbb096d925249e5d3596ed'/>
<id>urn:sha1:3e69d19116e8d0d64fcbb096d925249e5d3596ed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use BoolVariable for module options.</title>
<updated>2017-09-25T18:36:30Z</updated>
<author>
<name>Elliott Sales de Andrade</name>
</author>
<published>2017-09-25T04:27:32Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=5be675eb0332ccf660a81df51701146997ef9fcb'/>
<id>urn:sha1:5be675eb0332ccf660a81df51701146997ef9fcb</id>
<content type='text'>
</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>Fix mouse button state in HTML5 platform</title>
<updated>2017-09-19T17:27:52Z</updated>
<author>
<name>Leon Krause</name>
</author>
<published>2017-09-19T17:15:51Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=d1ecc25db4673019d8eff8b90bd94bd60ab2906e'/>
<id>urn:sha1:d1ecc25db4673019d8eff8b90bd94bd60ab2906e</id>
<content type='text'>
Regression from 844c5e12e664e3212feacc9ee3200e116556fbc7
</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>
</feed>
