<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/scene/resources, 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/scene/resources?h=2.1.1-stable</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom/scene/resources?h=2.1.1-stable'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/'/>
<updated>2016-11-02T21:30:34Z</updated>
<entry>
<title>style: Various other PEP8 fixes in Python files</title>
<updated>2016-11-02T21:30:34Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2016-11-02T21:30:34Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=eaf803f71e19b1e1bf8fb4c8c36cf77d1ac064b3'/>
<id>urn:sha1:eaf803f71e19b1e1bf8fb4c8c36cf77d1ac064b3</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 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>Fix #5959, contrasting texture for toggled button</title>
<updated>2016-10-17T18:46:10Z</updated>
<author>
<name>Pawel Kowal</name>
</author>
<published>2016-10-10T11:54:48Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=35cdb1a49ba85155efc7e83b2f6f5ed6bf0049ea'/>
<id>urn:sha1:35cdb1a49ba85155efc7e83b2f6f5ed6bf0049ea</id>
<content type='text'>
(cherry picked from commit d3a80876599aff1ac9e6e0172ba8862e9214aa04)
</content>
</entry>
<entry>
<title>Expose more 2D/3D physics options in project settings</title>
<updated>2016-10-09T15:33:47Z</updated>
<author>
<name>Fabio Alessandrelli</name>
</author>
<published>2016-10-03T01:42:17Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=359b5f3b258ffaf7825c73509436fc17de3a2f72'/>
<id>urn:sha1:359b5f3b258ffaf7825c73509436fc17de3a2f72</id>
<content type='text'>
(cherry picked from commit 1d09c27ba4b94e677b66d8d2c2b9e38f7829ad38)
</content>
</entry>
<entry>
<title>Add scrolling to Tree control in Drag and Drop mode</title>
<updated>2016-10-09T15:17:04Z</updated>
<author>
<name>Pawel Kowal</name>
</author>
<published>2016-09-17T19:29:55Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=4ca83c635ffa8f868721affb301a8c8e91f7c5d0'/>
<id>urn:sha1:4ca83c635ffa8f868721affb301a8c8e91f7c5d0</id>
<content type='text'>
(cherry picked from commit 9e5aaa27bc48bcba7392febeb583b4959a826c9e)
</content>
</entry>
<entry>
<title>Expose light shadow color to canvas item shaders</title>
<updated>2016-09-18T21:11:08Z</updated>
<author>
<name>Pedro J. Estébanez</name>
</author>
<published>2016-09-06T23:52:54Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=c44757c2b7344f9f30c445245fa490082b06c5a9'/>
<id>urn:sha1:c44757c2b7344f9f30c445245fa490082b06c5a9</id>
<content type='text'>
(cherry picked from commit 09608876258ffa7d19be1fb887541f3798fa945e)
</content>
</entry>
<entry>
<title>DynamicFont caches now accounts for texture flags</title>
<updated>2016-08-02T14:36:11Z</updated>
<author>
<name>Zher Huei Lee</name>
</author>
<published>2016-08-02T14:00:32Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=0de7860511fe56f06d039c51ff463c7a1146b7e1'/>
<id>urn:sha1:0de7860511fe56f06d039c51ff463c7a1146b7e1</id>
<content type='text'>
CacheID added for future-proofing
</content>
</entry>
</feed>
