<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/modules/webm/libvpx/SCsub, 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-09-25T18:36:30Z</updated>
<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>Put brave old bb10 platform to a well-deserved rest</title>
<updated>2017-05-08T20:22:20Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2017-05-08T20:22:20Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=32afcbc48258ea970ef4b0707f69543baf0f2f5a'/>
<id>urn:sha1:32afcbc48258ea970ef4b0707f69543baf0f2f5a</id>
<content type='text'>
Add some 🔥 to appease @reduz. Fixes #8692.
</content>
</entry>
<entry>
<title>WebM: Fix compilation on Linux/X11 ARM platform</title>
<updated>2016-12-08T00:38:14Z</updated>
<author>
<name>Błażej Szczygieł</name>
</author>
<published>2016-12-06T12:21:26Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=86a2a423031267a98794bdbbc8024c0544604909'/>
<id>urn:sha1:86a2a423031267a98794bdbbc8024c0544604909</id>
<content type='text'>
</content>
</entry>
<entry>
<title>WebM: Fix iPhone x86 compilation</title>
<updated>2016-11-16T13:06:02Z</updated>
<author>
<name>Błażej Szczygieł</name>
</author>
<published>2016-11-15T12:46:28Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=a7f76e1b13b68dcae09bb0e4015bff0a69b262c4'/>
<id>urn:sha1:a7f76e1b13b68dcae09bb0e4015bff0a69b262c4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename WinRT files to UWP</title>
<updated>2016-11-03T16:51:08Z</updated>
<author>
<name>George Marques</name>
</author>
<published>2016-11-02T20:26:42Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=fb5a73a39fb7e6e5924db362062cba628525028a'/>
<id>urn:sha1:fb5a73a39fb7e6e5924db362062cba628525028a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>style: Fix PEP8 whitespace issues in Python files</title>
<updated>2016-10-31T23:35:16Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2016-10-30T17:57:40Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=d4c17700aa2f36f69978beda04e42ff2749de270'/>
<id>urn:sha1:d4c17700aa2f36f69978beda04e42ff2749de270</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-10-31T23:33:51Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2016-10-30T17:44:57Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=97c8508f5e4f57b1048830d44e76e1f4517fd449'/>
<id>urn:sha1:97c8508f5e4f57b1048830d44e76e1f4517fd449</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>
<entry>
<title>Add WebM module</title>
<updated>2016-10-23T00:46:06Z</updated>
<author>
<name>Błażej Szczygieł</name>
</author>
<published>2016-10-17T15:14:07Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=d710b265f8c9c94f3315d2d2ae2267c7437eb179'/>
<id>urn:sha1:d710b265f8c9c94f3315d2d2ae2267c7437eb179</id>
<content type='text'>
Use already existing libraries: libvorbis and libopus. Also use newly
added libraries: libvpx, libwebm, libsimplewebm.
</content>
</entry>
</feed>
