<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/platform/server/detect.py, branch 2.1.3-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/server/detect.py?h=2.1.3-stable</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom/platform/server/detect.py?h=2.1.3-stable'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/'/>
<updated>2017-03-25T08:24:29Z</updated>
<entry>
<title>SCons: Add option to toggle warnings (on by default)</title>
<updated>2017-03-25T08:24:29Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2017-03-25T07:36:00Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=31107daa1a41fe9ab3c7c1868479e78e16848333'/>
<id>urn:sha1:31107daa1a41fe9ab3c7c1868479e78e16848333</id>
<content type='text'>
All the warnings are factored out of the platform-specific files and moved to
SConstruct. Will have to check that it does not introduce regressions on some
platforms/compilers.
</content>
</entry>
<entry>
<title>png: Allow building shared freetype with bundled libpng</title>
<updated>2016-11-19T13:09:12Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2016-11-19T13:09:01Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=a3582fa3cb11c785ecf61dd2b04656473864b27e'/>
<id>urn:sha1:a3582fa3cb11c785ecf61dd2b04656473864b27e</id>
<content type='text'>
This was the behaviour when building Godot 2.1, which allows to build against
Ubuntu 12.04 and its freetype that links old libpng12, while still bundling
libpng16.

(cherry picked from commit 4965ddfaa1536fb179d4b156d1ecb8a72a3c565f)
</content>
</entry>
<entry>
<title>Revert "libpng: Fix erroneously linking against libpng12 on old distros"</title>
<updated>2016-11-19T12:40:53Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2016-11-19T12:38:46Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=326978dcce2068f373d7c60540b3d7c5fa402303'/>
<id>urn:sha1:326978dcce2068f373d7c60540b3d7c5fa402303</id>
<content type='text'>
This reverts commits 5fa1bb331ad9be31dbfc752c7d19ccf7caeb8fa
and ec4be71fade1ee5c6171e323d09197f3bf528499.

Looks like Debian/Ubuntu are not even shipping libpng16 nowadays in their
stable releases, we'll have to go back to statically linking our own
libpng16 to wait for them to stop being 5 years behind everybody.

(cherry picked from commit c32766a482595256bc48155587a47f27848ac8ea)
</content>
</entry>
<entry>
<title>libpng: Same fix as previous commit for server platform</title>
<updated>2016-11-19T12:26:30Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2016-11-19T12:25:17Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=76233a3022f8b2de7e3c8001ef37b0f50b454408'/>
<id>urn:sha1:76233a3022f8b2de7e3c8001ef37b0f50b454408</id>
<content type='text'>
(cherry picked from commit ec4be71fade1ee5c6171e323d09197f3bf528499)
</content>
</entry>
<entry>
<title>server: Allow building against system libraries</title>
<updated>2016-11-03T21:55:24Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2016-11-03T21:53:18Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=cd828bd5fcf8bbd021e28b834e9b7c0f0dcc08aa'/>
<id>urn:sha1:cd828bd5fcf8bbd021e28b834e9b7c0f0dcc08aa</id>
<content type='text'>
(cherry picked from commit 5e360fe178e4fae0fd750d2daf7457a28268ffcd)
</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>SCons: Use colored output if available, change "colored"-&gt;"verbose"</title>
<updated>2016-10-30T13:51:34Z</updated>
<author>
<name>Błażej Szczygieł</name>
</author>
<published>2016-10-17T19:04:13Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=85a71053454c85e12416f2ffc1bdfb86b3f3ffaf'/>
<id>urn:sha1:85a71053454c85e12416f2ffc1bdfb86b3f3ffaf</id>
<content type='text'>
(cherry picked from commit 2bf4553fe056c1fab5367dfae62426d3c7cf8168)
</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>
</feed>
