<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/drivers/gl_context/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-01-06T21:42:19Z</updated>
<entry>
<title>Move glad files to thirdparty dir</title>
<updated>2017-01-06T21:42:19Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2017-01-06T21:41:51Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=dc0d08cc9379abc190788fb494b798074b64134c'/>
<id>urn:sha1:dc0d08cc9379abc190788fb494b798074b64134c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/gles3' into gles3-on-master</title>
<updated>2017-01-02T20:52:26Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2017-01-02T20:38:20Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=3f3f5a5359973e95e94148676a9793d6f52468f3'/>
<id>urn:sha1:3f3f5a5359973e95e94148676a9793d6f52468f3</id>
<content type='text'>
Various merge conflicts have been fixed manually and some mistakes
might have been made - time will tell :)
</content>
</entry>
<entry>
<title>Migrated from GLES to GLAD, fixes many issues.</title>
<updated>2016-11-22T23:51:56Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2016-11-22T23:51:56Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=9d635f06298f84a59160e8e8cce0187cde6cf74e'/>
<id>urn:sha1:9d635f06298f84a59160e8e8cce0187cde6cf74e</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: 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>SCsub: Add python shebang as a hint for syntax highlighting</title>
<updated>2016-10-17T18:10:46Z</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=fc8ccd5b8c8b779bffd0f4d7f22f2f964c939163'/>
<id>urn:sha1:fc8ccd5b8c8b779bffd0f4d7f22f2f964c939163</id>
<content type='text'>
Also switch existing shebangs to "better" /usr/bin/env python.
</content>
</entry>
<entry>
<title>drivers: Refactor SCsub and drop redundant env_drivers clone</title>
<updated>2016-10-15T16:10:18Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2016-10-15T10:39:28Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=248bc9159c0b515e3e276db644744161283881ef'/>
<id>urn:sha1:248bc9159c0b515e3e276db644744161283881ef</id>
<content type='text'>
The reordering of the SConscript includes allows to ensure that
stuff like the builtin zlib headers will be available for libpng.

Also moved glew back into global env, otherwise windows seems
not to find it... Kind of shooting in the dark with this multi-env
setup.
</content>
</entry>
<entry>
<title>glew: Split thirdparty files and isolate env</title>
<updated>2016-10-15T10:01:28Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2016-10-14T06:27:59Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=36738ddda4f732fff7bbfb7b4605a47a0bd7c045'/>
<id>urn:sha1:36738ddda4f732fff7bbfb7b4605a47a0bd7c045</id>
<content type='text'>
Not fully happy about the way this one interacts with the various
platforms. Maybe the platform_config.h should be generated by the
SCsub instead of passing a define just to know where is the header.
</content>
</entry>
<entry>
<title>GLEW: Define static + enabled and includes via SCons</title>
<updated>2016-06-07T22:16:27Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2016-06-07T17:59:33Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=768e9252714b57421b5c893a8258469a14630a30'/>
<id>urn:sha1:768e9252714b57421b5c893a8258469a14630a30</id>
<content type='text'>
This allows us not to have to hack our definitions in the upstream files,
making it easier to upgrade to newer versions in the future.

For the include paths to work, the headers are moved to a GL subfolder to
match their upstream location.
</content>
</entry>
</feed>
