<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/modules/chibi, branch mirror</title>
<subtitle>Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org
</subtitle>
<id>https://git.neuromancer.sk/godot.git/atom?h=mirror</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom?h=mirror'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/'/>
<updated>2017-01-15T19:07:51Z</updated>
<entry>
<title>Oops! Audio engine has vanished :D</title>
<updated>2017-01-15T19:07:51Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2017-01-15T19:06:14Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=b400c69cd487f70d8164dd5550eb994253d359d6'/>
<id>urn:sha1:b400c69cd487f70d8164dd5550eb994253d359d6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Style: Cosmetic fixes to play nice with clang-format</title>
<updated>2017-01-15T15:42:17Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2017-01-15T15:38:54Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=e0faf8a51b38205ed5f9ebbcf95559f0e3110bf2'/>
<id>urn:sha1:e0faf8a51b38205ed5f9ebbcf95559f0e3110bf2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Style: Fix whole-line commented code</title>
<updated>2017-01-14T13:52:23Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2017-01-14T11:26:56Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=93ab45b6b5c4f8e0619e963156c983009d399a9d'/>
<id>urn:sha1:93ab45b6b5c4f8e0619e963156c983009d399a9d</id>
<content type='text'>
They do not play well with clang-format which aligns the `//` part
with the rest of the code block, thus producing badly indented commented code.
</content>
</entry>
<entry>
<title>rename String.extension() -&gt; String.get_extension() / String.basename() -&gt; String.get_basename()</title>
<updated>2017-01-14T03:51:09Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2017-01-14T03:51:09Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=d9d77291bca8dd1e87aa4d9e40de96d99e5ef1f6'/>
<id>urn:sha1:d9d77291bca8dd1e87aa4d9e40de96d99e5ef1f6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Memory pool vectors (DVector) have been enormously simplified in code, and renamed to PoolVector</title>
<updated>2017-01-07T21:26:38Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2017-01-07T21:25:37Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=2ab83e1abbf5ee6d00e16056a9e9394114026f28'/>
<id>urn:sha1:2ab83e1abbf5ee6d00e16056a9e9394114026f28</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Variant.</title>
<updated>2017-01-03T02:03:46Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2017-01-03T02:03:46Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=118eed485e8f928a5a0dab530ae93211afa10525'/>
<id>urn:sha1:118eed485e8f928a5a0dab530ae93211afa10525</id>
<content type='text'>
All usages of "type" to refer to classes were renamed to "class"
ClassDB has been exposed to GDScript.
OBJ_TYPE() macro is now GDCLASS()
</content>
</entry>
<entry>
<title>Welcome in 2017, dear changelog reader!</title>
<updated>2017-01-01T21:03:33Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2017-01-01T21:01:57Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=c7bc44d5ad9aae4902280012f7654e2318cd910e'/>
<id>urn:sha1:c7bc44d5ad9aae4902280012f7654e2318cd910e</id>
<content type='text'>
That year should bring the long-awaited OpenGL ES 3.0 compatible renderer
with state-of-the-art rendering techniques tuned to work as low as middle
end handheld devices - without compromising with the possibilities given
for higher end desktop games of course. Great times ahead for the Godot
community and the gamers that will play our games!
</content>
</entry>
<entry>
<title>style: Fix PEP8 blank lines issues in Python files</title>
<updated>2016-10-31T23:35:16Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2016-10-30T18:05:14Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=817dd7ccbb166b27c93706dffc5c0c0d59fd87f8'/>
<id>urn:sha1:817dd7ccbb166b27c93706dffc5c0c0d59fd87f8</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: 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>
</feed>
