<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/platform/bb10, branch 2.1.1-stable</title>
<subtitle>Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org</subtitle>
<id>https://git.neuromancer.sk/godot.git/atom/platform/bb10?h=2.1.1-stable</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom/platform/bb10?h=2.1.1-stable'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/'/>
<updated>2016-11-03T07:41:10Z</updated>
<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: 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>
<entry>
<title>SCsub: Add python shebang as a hint for syntax highlighting</title>
<updated>2016-10-30T13:51:34Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2016-10-17T06:50:25Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=5a49e45d213d57f82892c04b94497b37e9fa6229'/>
<id>urn:sha1:5a49e45d213d57f82892c04b94497b37e9fa6229</id>
<content type='text'>
Also switch existing shebangs to "better" /usr/bin/env python.

(cherry picked from commit fc8ccd5b8c8b779bffd0f4d7f22f2f964c939163)
</content>
</entry>
<entry>
<title>zlib: Split thirdparty files, simplify scons option</title>
<updated>2016-10-30T13:51:33Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2016-10-14T16:58:24Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=f1bd2f6f56af4162fdd5fca0964507694b884ec4'/>
<id>urn:sha1:f1bd2f6f56af4162fdd5fca0964507694b884ec4</id>
<content type='text'>
(cherry picked from commit cbf52606f4928df46fc89d37d781bad782f0616e)
</content>
</entry>
<entry>
<title>theora: Move to a module and split thirdparty lib</title>
<updated>2016-10-30T13:51:32Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2016-10-13T17:40:40Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=82e8721715de0c41042076c04508a69e7d1387fd'/>
<id>urn:sha1:82e8721715de0c41042076c04508a69e7d1387fd</id>
<content type='text'>
Same rationale as the previous commits.

(cherry picked from commit cfcc8a20e862b758c32bd3f152186e6df0591a24)
</content>
</entry>
<entry>
<title>Drop nedmalloc which is apparently not used anymore</title>
<updated>2016-10-30T13:51:30Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2016-10-14T16:21:23Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=846db0903807ce66d8e56d09e2fc154159e17ff2'/>
<id>urn:sha1:846db0903807ce66d8e56d09e2fc154159e17ff2</id>
<content type='text'>
(cherry picked from commit f63bf12193deaf9cae5b1d6c7289afc17a7de946)
</content>
</entry>
<entry>
<title>Removed unused variables (second pass) + dead code</title>
<updated>2016-07-07T21:15:59Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2016-07-06T17:04:21Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=3fcb9b1ec179b99d979d4cfea9b5e3c80e4a3e33'/>
<id>urn:sha1:3fcb9b1ec179b99d979d4cfea9b5e3c80e4a3e33</id>
<content type='text'>
Fixes various gcc 5.4.0 warnings for -Wunused-variable and -Wunused-but-set-variable
</content>
</entry>
<entry>
<title>Fixed iCCp chunk in pngs</title>
<updated>2016-06-22T19:13:29Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2016-06-22T18:44:02Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=0ab05b09e4a950783c9bd95e65fdcee6b39dcc67'/>
<id>urn:sha1:0ab05b09e4a950783c9bd95e65fdcee6b39dcc67</id>
<content type='text'>
neccesary for libpng 1.6.27 to work silently
</content>
</entry>
</feed>
