<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/modules/cscript, 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-04-03T15:20:11Z</updated>
<entry>
<title>added dlscript module</title>
<updated>2017-04-03T15:20:11Z</updated>
<author>
<name>Karroffel</name>
</author>
<published>2017-04-03T14:11:38Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=fd553087867187220d4f6b8217854dd8e9be2667'/>
<id>urn:sha1:fd553087867187220d4f6b8217854dd8e9be2667</id>
<content type='text'>
This module was written by bojidar-bg and me, with the help of ClikCode and touilleMan.

This adds a module to Godot that enables the use of dynamic libraries as a source for scripts.
That also allows third party libraries to be linked to Godot more easily and without creating modules.

For a readme see https://github.com/GodotNativeTools/godot_headers/blob/master/README.md
</content>
</entry>
<entry>
<title>Fix typos in source code using codespell</title>
<updated>2017-03-24T20:45:31Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2017-03-24T20:45:31Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=debeee56f721178d44f71deb4e303b825d1dccd1'/>
<id>urn:sha1:debeee56f721178d44f71deb4e303b825d1dccd1</id>
<content type='text'>
From https://github.com/lucasdemarchi/codespell
</content>
</entry>
<entry>
<title>A Whole New World (clang-format edition)</title>
<updated>2017-03-05T15:44:50Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2017-03-05T15:44:50Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=5dbf1809c6e3e905b94b8764e99491e608122261'/>
<id>urn:sha1:5dbf1809c6e3e905b94b8764e99491e608122261</id>
<content type='text'>
I can show you the code
Pretty, with proper whitespace
Tell me, coder, now when did
You last write readable code?

I can open your eyes
Make you see your bad indent
Force you to respect the style
The core devs agreed upon

A whole new world
A new fantastic code format
A de facto standard
With some sugar
Enforced with clang-format

A whole new world
A dazzling style we all dreamed of
And when we read it through
It's crystal clear
That now we're in a whole new world of code
</content>
</entry>
<entry>
<title>Add a bunch of missing Godot headers in own files</title>
<updated>2017-03-05T14:47:28Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2017-03-05T14:47:28Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=e1c1d7d1d7d9b3f3f64c9887107f55a22f5d0a31'/>
<id>urn:sha1:e1c1d7d1d7d9b3f3f64c9887107f55a22f5d0a31</id>
<content type='text'>
</content>
</entry>
<entry>
<title>renamed joystick to joypad everywhere around source code!</title>
<updated>2017-01-08T20:06:33Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2017-01-08T20:05:51Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=547a57777b199f451305a6d4b6ad63fb0b2bd3ed'/>
<id>urn:sha1:547a57777b199f451305a6d4b6ad63fb0b2bd3ed</id>
<content type='text'>
</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>
<entry>
<title>modules: Clone env in each module</title>
<updated>2016-10-15T09:50:41Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2016-10-13T16:54:00Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=da09c6131bcdace7e8e62c3dabc62890e9564c97'/>
<id>urn:sha1:da09c6131bcdace7e8e62c3dabc62890e9564c97</id>
<content type='text'>
This allows to pass include paths and flags only to a given thirdparty
library, thus preventing conflicts between their files (e.g. between
opus and openssl which both provide modes.h.

This also has the nice effect of making the compilation command smaller
for each module as it no longer related to all other modules, only the
final linking brings them together.

This however requires adding manually the ogg include path in opus
and vorbis when building against the builtin ogg, since it is no longer
in the global env.

Also simplified template 'thirdparty_&lt;module&gt;_sources' to
'thirdparty_sources'.

"Core" modules like cscript, gdscript, gridmap, ik and virtual_script
still use the main env_modules, but it could be changed if need be.
</content>
</entry>
</feed>
