<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/editor/plugins/texture_editor_plugin.cpp, branch fix/use-bin-name</title>
<subtitle>Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org</subtitle>
<id>https://git.neuromancer.sk/godot.git/atom/editor/plugins/texture_editor_plugin.cpp?h=fix%2Fuse-bin-name</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom/editor/plugins/texture_editor_plugin.cpp?h=fix%2Fuse-bin-name'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/'/>
<updated>2017-09-30T14:19:07Z</updated>
<entry>
<title>Renamed fixed_process to physics_process</title>
<updated>2017-09-30T14:19:07Z</updated>
<author>
<name>AndreaCatania</name>
</author>
<published>2017-09-30T14:19:07Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=4537977d6dd2a76580d9ab611a18634efab55c74'/>
<id>urn:sha1:4537977d6dd2a76580d9ab611a18634efab55c74</id>
<content type='text'>
</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>Convert Object::cast_to() to the static version</title>
<updated>2017-08-24T21:08:24Z</updated>
<author>
<name>Hein-Pieter van Braam</name>
</author>
<published>2017-08-24T20:58:51Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=cacced7e507f7603bacc03ae2616e58f0ede122a'/>
<id>urn:sha1:cacced7e507f7603bacc03ae2616e58f0ede122a</id>
<content type='text'>
Currently we rely on some undefined behavior when Object-&gt;cast_to() gets
called with a Null pointer. This used to work fine with GCC &lt; 6 but
newer versions of GCC remove all codepaths in which the this pointer is
Null. However, the non-static cast_to() was supposed to be null safe.

This patch makes cast_to() Null safe and removes the now redundant Null
checks where they existed.

It is explained in this article: https://www.viva64.com/en/b/0226/
</content>
</entry>
<entry>
<title>Merge pull request #8209 from robertdhernandez/Texture-Region-Editor-Sync</title>
<updated>2017-07-31T22:15:37Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2017-07-31T22:15:37Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=85088275c5e6db63755e8dfd23d5f53d2d5c96ef'/>
<id>urn:sha1:85088275c5e6db63755e8dfd23d5f53d2d5c96ef</id>
<content type='text'>
Texture region now updates when changing an Atlas region rect</content>
</entry>
<entry>
<title>Style: Apply clang-format on all files</title>
<updated>2017-07-30T20:53:40Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2017-07-30T20:53:40Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=76005a8e75d4e63ad0477e11dbc8cc1c86666875'/>
<id>urn:sha1:76005a8e75d4e63ad0477e11dbc8cc1c86666875</id>
<content type='text'>
Thus fixing some invalid changes that had still made it to the master branch.
</content>
</entry>
<entry>
<title>-Renamed GlobalConfig to ProjectSettings, makes more sense.</title>
<updated>2017-07-19T20:06:03Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2017-07-19T20:00:46Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=25678b1876816b9ccb14b2c92aef62f3b009f88f'/>
<id>urn:sha1:25678b1876816b9ccb14b2c92aef62f3b009f88f</id>
<content type='text'>
-Added system for feature overrides, it's pretty cool :)
</content>
</entry>
<entry>
<title>Texture region now updates when changing an Atlas</title>
<updated>2017-06-29T14:49:24Z</updated>
<author>
<name>Robert Hernandez</name>
</author>
<published>2017-03-29T23:30:24Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=f0f407e76eafdfe76b9439c7e527f085a6ff22d9'/>
<id>urn:sha1:f0f407e76eafdfe76b9439c7e527f085a6ff22d9</id>
<content type='text'>
- Removed atlas_changed signal for AtlasTexture
- Changes are now handled by _notify_change
- Removed unneccesary signal connections
- Texture preview now updates in real-time

Fixed TextureRegionEditor constantly regenerating
</content>
</entry>
<entry>
<title>Added Curve resource</title>
<updated>2017-06-23T23:01:36Z</updated>
<author>
<name>Marc Gilleron</name>
</author>
<published>2017-04-30T14:27:10Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=659897cfb8bda0377d798a6f73505d537e521cf9'/>
<id>urn:sha1:659897cfb8bda0377d798a6f73505d537e521cf9</id>
<content type='text'>
- New resource for curves in y(x) form
- CurveTexture now has a Curve
- Curve and CurveTexture share the same editor
</content>
</entry>
<entry>
<title>-Added EXR supprot for HDR (no BC6 compression yet though)</title>
<updated>2017-05-27T01:31:32Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2017-05-27T00:49:49Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=f89641907f8b45941f5e67891936ee8050a3ef92'/>
<id>urn:sha1:f89641907f8b45941f5e67891936ee8050a3ef92</id>
<content type='text'>
-Improvements to texture importer
-Proper detection of S3TC compression modes, and added all modes to Image
-Fixes to non-power of 2 compressed textures, which should all be supported by GLES3
</content>
</entry>
<entry>
<title>Removal of InputEvent as built-in Variant type..</title>
<updated>2017-05-20T20:05:38Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2017-05-20T15:38:03Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=5b3709d3096df737b8bb2344446be818b0389bfe'/>
<id>urn:sha1:5b3709d3096df737b8bb2344446be818b0389bfe</id>
<content type='text'>
this might cause bugs I haven't found yet..
</content>
</entry>
</feed>
