<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/modules/pvr, 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>2018-05-30T17:11:36Z</updated>
<entry>
<title>SCons: Pass env to modules can_build method</title>
<updated>2018-05-30T17:11:36Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2018-05-30T17:11:33Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=3334209a732737274a8598191267573fcb989a99'/>
<id>urn:sha1:3334209a732737274a8598191267573fcb989a99</id>
<content type='text'>
This allows to disable modules based on the environment,
in particular `env[tools]` which tells us if we are
building the editor or not.
</content>
</entry>
<entry>
<title>Fix Coverity reports of uninitialized scalar variable</title>
<updated>2018-04-19T13:20:45Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2018-04-19T11:04:41Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=bf7ca623a65f25cc4ac7a3ca0d6635331ec07c25'/>
<id>urn:sha1:bf7ca623a65f25cc4ac7a3ca0d6635331ec07c25</id>
<content type='text'>
Fixes most current reports on Coverity Scan of uninitialized scalar
variable (CWE-457): https://cwe.mitre.org/data/definitions/457.html

These happen most of the time (in our code) when instanciating structs
without a constructor (or with an incomplete one), and later returning
the instance. This is sometimes intended though, as some parameters are
only used in some situations and should not be double-initialized for
performance reasons (e.g. `constant` in ShaderLanguage::Token).
</content>
</entry>
<entry>
<title>Add missing copyright headers and fix formatting</title>
<updated>2018-01-05T00:22:23Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2018-01-04T23:50:27Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=e4213e66b2dd8f5a87d8cf5015ac83ba3143279d'/>
<id>urn:sha1:e4213e66b2dd8f5a87d8cf5015ac83ba3143279d</id>
<content type='text'>
Using `misc/scripts/fix_headers.py` on all Godot files.
Some missing header guards were added, and the header inclusion order
was fixed in the Bullet module.
</content>
</entry>
<entry>
<title>Update copyright statements to 2018</title>
<updated>2018-01-01T13:40:47Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2018-01-01T13:40:08Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=b50a9114b105dafafdda8248a38653bca314a6f3'/>
<id>urn:sha1:b50a9114b105dafafdda8248a38653bca314a6f3</id>
<content type='text'>
Happy new year to the wonderful Godot community!
</content>
</entry>
<entry>
<title>Style: Apply new clang-format 5.0 style to all files</title>
<updated>2017-12-07T07:02:00Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2017-12-06T20:36:34Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=13c2ff932089db24841bb971b645141218bd8586'/>
<id>urn:sha1:13c2ff932089db24841bb971b645141218bd8586</id>
<content type='text'>
</content>
</entry>
<entry>
<title>doc: Make all module docs self-contained</title>
<updated>2017-11-15T20:29:33Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2017-11-15T18:23:20Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=677e95d8d189a62e6473b43989012a8258f193a4'/>
<id>urn:sha1:677e95d8d189a62e6473b43989012a8258f193a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename pos to position in user facing methods and variables</title>
<updated>2017-09-20T11:11:10Z</updated>
<author>
<name>letheed</name>
</author>
<published>2017-09-10T13:37:49Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=5ad9be4c24e9d7dc5672fdc42cea896622fe5685'/>
<id>urn:sha1:5ad9be4c24e9d7dc5672fdc42cea896622fe5685</id>
<content type='text'>
Rename user facing methods and variables as well as the corresponding
C++ methods according to the folloming changes:

* pos -&gt; position
* rot -&gt; rotation
* loc -&gt; location

C++ variables are left as is.
</content>
</entry>
<entry>
<title>Fix unused variable warnings</title>
<updated>2017-09-08T13:03:53Z</updated>
<author>
<name>Hein-Pieter van Braam</name>
</author>
<published>2017-09-02T20:32:31Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=b2a38854fdde296fd2d7da139a29b23a18ab494d'/>
<id>urn:sha1:b2a38854fdde296fd2d7da139a29b23a18ab494d</id>
<content type='text'>
The forth in my quest to make Godot 3.x compile with -Werror on GCC7
</content>
</entry>
<entry>
<title>Use HTTPS URL for Godot's website in the headers</title>
<updated>2017-08-27T12:16:55Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2017-08-27T12:16:55Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=bd282ff43f23fe845f29a3e25c8efc01bd65ffb0'/>
<id>urn:sha1:bd282ff43f23fe845f29a3e25c8efc01bd65ffb0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removal of Image from Variant, converted to a Resource.</title>
<updated>2017-05-17T10:37:45Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2017-05-17T10:36:47Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=98a329670227c726a5d7a196e5cba8dbdd54301b'/>
<id>urn:sha1:98a329670227c726a5d7a196e5cba8dbdd54301b</id>
<content type='text'>
</content>
</entry>
</feed>
