<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/modules/openssl/SCsub, branch mirror</title>
<subtitle>Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org
</subtitle>
<id>https://git.neuromancer.sk/godot.git/atom?h=mirror</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom?h=mirror'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/'/>
<updated>2018-02-14T00:26:34Z</updated>
<entry>
<title>Deleting OpenSSL module and library</title>
<updated>2018-02-14T00:26:34Z</updated>
<author>
<name>Fabio Alessandrelli</name>
</author>
<published>2018-02-08T18:17:31Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=6fcc8b7e1f415db55c6627630f622a37f6973714'/>
<id>urn:sha1:6fcc8b7e1f415db55c6627630f622a37f6973714</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use BoolVariable for third-party options.</title>
<updated>2017-09-25T18:36:30Z</updated>
<author>
<name>Elliott Sales de Andrade</name>
</author>
<published>2017-09-25T04:22:58Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=45a9a680a3cf54d4f43c46c3ec43a108ee62b834'/>
<id>urn:sha1:45a9a680a3cf54d4f43c46c3ec43a108ee62b834</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix typos 'a' and 'an'</title>
<updated>2017-09-02T14:19:06Z</updated>
<author>
<name>Poommetee Ketson</name>
</author>
<published>2017-09-02T14:19:06Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=459f526119da43efae52307a6165a8ccd5cb2288'/>
<id>urn:sha1:459f526119da43efae52307a6165a8ccd5cb2288</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move other lone thirdparty files to thirdparty/misc</title>
<updated>2017-04-28T19:19:25Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2017-04-28T17:28:21Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=d4029aa51a0f0bce5dc73885af74b592e3aa33b7'/>
<id>urn:sha1:d4029aa51a0f0bce5dc73885af74b592e3aa33b7</id>
<content type='text'>
Also move Box2D ConvexDecomposition contrib code to
thirdparty/b2d_convexdecomp.
</content>
</entry>
<entry>
<title>Rename remaining WinRT references to UWP</title>
<updated>2016-11-03T16:51:08Z</updated>
<author>
<name>George Marques</name>
</author>
<published>2016-11-02T21:22:49Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=411faaa6f478f837aa40893eaadf67e2b5d57cec'/>
<id>urn:sha1:411faaa6f478f837aa40893eaadf67e2b5d57cec</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>scons: Reorder options for clarity</title>
<updated>2016-11-03T06:45:08Z</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=cc95d4448c6005c3007c8460f09b8be1595eb3c0'/>
<id>urn:sha1:cc95d4448c6005c3007c8460f09b8be1595eb3c0</id>
<content type='text'>
Also prefix all thirdparty-related toggles with `builtin`.
</content>
</entry>
<entry>
<title>style: Various other PEP8 fixes in Python files</title>
<updated>2016-10-31T23:35:16Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2016-10-31T23:24:30Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=f34151ff0f91e8f0df8eaf829334b2205eb7da3c'/>
<id>urn:sha1:f34151ff0f91e8f0df8eaf829334b2205eb7da3c</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 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>
</feed>
