<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/core, 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/core?h=2.1.1-stable</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom/core?h=2.1.1-stable'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/'/>
<updated>2016-11-15T07:34:43Z</updated>
<entry>
<title>vsnc --&gt; vsync</title>
<updated>2016-11-15T07:34:43Z</updated>
<author>
<name>ISylvox</name>
</author>
<published>2016-11-08T14:06:57Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=0413d85adddfce0a0d8b6bac0c6c6428e0479df8'/>
<id>urn:sha1:0413d85adddfce0a0d8b6bac0c6c6428e0479df8</id>
<content type='text'>
(cherry picked from commit b5c383fd61d554fa02c3e231dd1f92145d90e04e)
</content>
</entry>
<entry>
<title>Some missing License notice has been added</title>
<updated>2016-11-15T07:34:16Z</updated>
<author>
<name>SPTelur</name>
</author>
<published>2016-11-07T00:16:18Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=51fe9fc1321535e4d92267c89c51e326ac198418'/>
<id>urn:sha1:51fe9fc1321535e4d92267c89c51e326ac198418</id>
<content type='text'>
(cherry picked from commit df737ebb4675d4fb00fe424ab40ee5c9a65ac888)
</content>
</entry>
<entry>
<title>Clean/fix triangulation internals</title>
<updated>2016-11-15T07:30:09Z</updated>
<author>
<name>Pedro J. Estébanez</name>
</author>
<published>2016-11-04T11:55:08Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=fada9d7a8e96e916a96e5e50f3f03ba74cbd5817'/>
<id>urn:sha1:fada9d7a8e96e916a96e5e50f3f03ba74cbd5817</id>
<content type='text'>
Drop unused variable
Remove commented-out code
Fix leak by using Vector instead of raw memory

(cherry picked from commit 0e1972aa5165722e677850bbf799af8ab6751a8d)
</content>
</entry>
<entry>
<title>Fix wrong number for ERR_* on comment</title>
<updated>2016-11-15T07:29:09Z</updated>
<author>
<name>volzhs</name>
</author>
<published>2016-11-03T15:57:34Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=2b00fdc679648e49555a0268f76fe06e8ce9e454'/>
<id>urn:sha1:2b00fdc679648e49555a0268f76fe06e8ce9e454</id>
<content type='text'>
(cherry picked from commit 42f23801907f8756ae902e90834ec734e6546bb4)
</content>
</entry>
<entry>
<title>memory ops implemented as OS functions by default</title>
<updated>2016-11-08T22:04:56Z</updated>
<author>
<name>Ariel Manzur</name>
</author>
<published>2016-11-08T22:04:56Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=67f65f66391327b2967a20a89c3627e1dd6e84eb'/>
<id>urn:sha1:67f65f66391327b2967a20a89c3627e1dd6e84eb</id>
<content type='text'>
</content>
</entry>
<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>Fix locale for macOS-style locales</title>
<updated>2016-10-30T23:04:39Z</updated>
<author>
<name>Damon</name>
</author>
<published>2016-10-27T12:29:00Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=e3be51f87c4692f397196210abdcdf4d26c62a60'/>
<id>urn:sha1:e3be51f87c4692f397196210abdcdf4d26c62a60</id>
<content type='text'>
(cherry picked from commit 1e7f078ce9832a1b53be587d1d4cfbd14b760623)
</content>
</entry>
</feed>
