<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/platform/javascript, branch 2.1.2-stable</title>
<subtitle>Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org
</subtitle>
<id>https://git.neuromancer.sk/godot.git/atom?h=2.1.2-stable</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom?h=2.1.2-stable'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/'/>
<updated>2017-01-12T18:15:30Z</updated>
<entry>
<title>Welcome in 2017, dear changelog reader!</title>
<updated>2017-01-12T18:15:30Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2017-01-01T21:01:57Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=d8223ffa75f7028bb104001e7195233f335556f2'/>
<id>urn:sha1:d8223ffa75f7028bb104001e7195233f335556f2</id>
<content type='text'>
That year should bring the long-awaited OpenGL ES 3.0 compatible renderer
with state-of-the-art rendering techniques tuned to work as low as middle
end handheld devices - without compromising with the possibilities given
for higher end desktop games of course. Great times ahead for the Godot
community and the gamers that will play our games!

(cherry picked from commit c7bc44d5ad9aae4902280012f7654e2318cd910e)
</content>
</entry>
<entry>
<title>Emit asm.js code into a dedicated file for asm.js export</title>
<updated>2016-12-04T01:52:14Z</updated>
<author>
<name>eska</name>
</author>
<published>2016-11-30T21:47:19Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=5ede1a1226edada5cf3825801a0e8b0d32809e74'/>
<id>urn:sha1:5ede1a1226edada5cf3825801a0e8b0d32809e74</id>
<content type='text'>
This helps prevent browser lockups during start-up at the cost of having
to distribute an extra file.
</content>
</entry>
<entry>
<title>Add fullscreen features in web export</title>
<updated>2016-12-04T01:52:14Z</updated>
<author>
<name>eska</name>
</author>
<published>2016-12-04T01:41:50Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=17422f1f8673ed242771032fd5dc43df89a3b387'/>
<id>urn:sha1:17422f1f8673ed242771032fd5dc43df89a3b387</id>
<content type='text'>
 - Implement fullscreen control, get_window_size, get_screen_size
 - Fix fullscreen resolution
</content>
</entry>
<entry>
<title>Fix some mouse bugs in WebAssembly/asm.js</title>
<updated>2016-12-03T14:33:59Z</updated>
<author>
<name>eska</name>
</author>
<published>2016-11-23T22:53:38Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=49e22aa83ff5523ab6e976f04cac067de21e4a5e'/>
<id>urn:sha1:49e22aa83ff5523ab6e976f04cac067de21e4a5e</id>
<content type='text'>
 - Emit mouse wheel release events
 - Set button masks, fixes #5092
</content>
</entry>
<entry>
<title>OS additions and fixes for WebAssembly/asm.js</title>
<updated>2016-12-03T14:33:32Z</updated>
<author>
<name>eska</name>
</author>
<published>2016-11-18T17:52:44Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=6d86a63648c65c9e5e72747130ee3cb0ed49ab4c'/>
<id>urn:sha1:6d86a63648c65c9e5e72747130ee3cb0ed49ab4c</id>
<content type='text'>
 - Implement alert, shell_open, set_window_title
 - Add locale lookup, fixes #2477
 - Print without color control sequences
 - Move get_executable_path implementation to OS_JavaScript
</content>
</entry>
<entry>
<title>scons: Reorder options for clarity</title>
<updated>2016-11-03T07:41:10Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2016-11-02T23:23:55Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=ce54b6ea8b080085d66937750c8e729f862da3ea'/>
<id>urn:sha1:ce54b6ea8b080085d66937750c8e729f862da3ea</id>
<content type='text'>
Also prefix all thirdparty-related toggles with `builtin`.

(cherry picked from commit cc95d4448c6005c3007c8460f09b8be1595eb3c0)
</content>
</entry>
<entry>
<title>style: Various other PEP8 fixes in Python files</title>
<updated>2016-11-02T21:30:34Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2016-11-02T21:30:34Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=eaf803f71e19b1e1bf8fb4c8c36cf77d1ac064b3'/>
<id>urn:sha1:eaf803f71e19b1e1bf8fb4c8c36cf77d1ac064b3</id>
<content type='text'>
Done with `autopep8 --select=E7`, fixes:

- E701 - Put colon-separated compound statement on separate lines.
- E702 - Put semicolon-separated compound statement on separate lines.
- E703 - Put semicolon-separated compound statement on separate lines.
- E711 - Fix comparison with None.
- E712 - Fix (trivial case of) comparison with boolean.
- E713 - Fix (trivial case of) non-membership check.
- E721 - Fix various deprecated code (via lib2to3).
</content>
</entry>
<entry>
<title>style: Fix PEP8 blank lines issues in Python files</title>
<updated>2016-11-02T21:29:36Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2016-11-02T21:29:36Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=a7389217f8170dde67fa6bb50c1046ae4a5a9e5a'/>
<id>urn:sha1:a7389217f8170dde67fa6bb50c1046ae4a5a9e5a</id>
<content type='text'>
Done with `autopep8 --select=E3,W3`, fixes:

- E301 - Add missing blank line.
- E302 - Add missing 2 blank lines.
- E303 - Remove extra blank lines.
- E304 - Remove blank line following function decorator.
- E309 - Add missing blank line.
- W391 - Remove trailing blank lines.
</content>
</entry>
<entry>
<title>style: Fix PEP8 whitespace issues in Python files</title>
<updated>2016-11-02T21:28:28Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2016-11-02T21:28:28Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=e259bf8bbb00c5555675892295ce50aa32695737'/>
<id>urn:sha1:e259bf8bbb00c5555675892295ce50aa32695737</id>
<content type='text'>
Done with `autopep8 --select=E2,W2`, fixes:

- E201 - Remove extraneous whitespace.
- E202 - Remove extraneous whitespace.
- E203 - Remove extraneous whitespace.
- E211 - Remove extraneous whitespace.
- E221 - Fix extraneous whitespace around keywords.
- E222 - Fix extraneous whitespace around keywords.
- E223 - Fix extraneous whitespace around keywords.
- E224 - Remove extraneous whitespace around operator.
- E225 - Fix missing whitespace around operator.
- E226 - Fix missing whitespace around operator.
- E227 - Fix missing whitespace around operator.
- E228 - Fix missing whitespace around operator.
- E231 - Add missing whitespace.
- E231 - Fix various deprecated code (via lib2to3).
- E241 - Fix extraneous whitespace around keywords.
- E242 - Remove extraneous whitespace around operator.
- E251 - Remove whitespace around parameter '=' sign.
- E261 - Fix spacing after comment hash.
- E262 - Fix spacing after comment hash.
- E265 - Format block comments.
- E271 - Fix extraneous whitespace around keywords.
- E272 - Fix extraneous whitespace around keywords.
- E273 - Fix extraneous whitespace around keywords.
- E274 - Fix extraneous whitespace around keywords.
- W291 - Remove trailing whitespace.
- W293 - Remove trailing whitespace.
</content>
</entry>
<entry>
<title>style: Start applying PEP8 to Python files, indentation issues</title>
<updated>2016-11-02T21:26:55Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2016-11-02T21:26:55Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=561c1f17a12a42b8263ce7dd40d90e1e9633c1de'/>
<id>urn:sha1:561c1f17a12a42b8263ce7dd40d90e1e9633c1de</id>
<content type='text'>
Done with `autopep8 --select=E1`, fixes:

- E101 - Reindent all lines.
- E112 - Fix under-indented comments.
- E113 - Fix over-indented comments.
- E115 - Fix under-indented comments.
- E116 - Fix over-indented comments.
- E121 - Fix a badly indented line.
- E122 - Fix a badly indented line.
- E123 - Fix a badly indented line.
- E124 - Fix a badly indented line.
- E125 - Fix indentation undistinguish from the next logical line.
- E126 - Fix a badly indented line.
- E127 - Fix a badly indented line.
- E128 - Fix a badly indented line.
- E129 - Fix a badly indented line.
</content>
</entry>
</feed>
