<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/tools/editor/project_export.cpp, branch 1.0-rc2</title>
<subtitle>Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org</subtitle>
<id>https://git.neuromancer.sk/godot.git/atom/tools/editor/project_export.cpp?h=1.0-rc2</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom/tools/editor/project_export.cpp?h=1.0-rc2'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/'/>
<updated>2014-11-06T00:20:42Z</updated>
<entry>
<title>SceneMainLoop -&gt; SceneTree</title>
<updated>2014-11-06T00:20:42Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2014-11-06T00:20:42Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=0dbedd18fc62f700e92a4cf581e505d849bc47ad'/>
<id>urn:sha1:0dbedd18fc62f700e92a4cf581e505d849bc47ad</id>
<content type='text'>
-=-=-=-=-=-=-=-=-=-=-=-=-=-

*YOUR SOURCE MIGHT NOT WORK*
For mor information on fix:
https://github.com/okamstudio/godot/wiki/devel_scene_tree

Other stuff:
-Shower of bullets demo
-Fixes all around
</content>
</entry>
<entry>
<title>Fix Export -&gt; image group panel</title>
<updated>2014-10-23T10:04:21Z</updated>
<author>
<name>sanikoyes</name>
</author>
<published>2014-10-23T10:04:21Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=26d399d9858e6cd7a2a28ab75352a2f18a72b11d'/>
<id>urn:sha1:26d399d9858e6cd7a2a28ab75352a2f18a72b11d</id>
<content type='text'>
1.click group item doe's not refresh group_images
2.Switch to Atlas mode that preview button doe's not shown
</content>
</entry>
<entry>
<title>Build System Changes</title>
<updated>2014-10-07T04:31:49Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2014-10-07T04:31:49Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=0fa94a96904a8ff44d1a26fd6b783c2d6a533540'/>
<id>urn:sha1:0fa94a96904a8ff44d1a26fd6b783c2d6a533540</id>
<content type='text'>
-=-=-=-=-=-=-=-=-=-=

Build System:
-Big clean up of SCons, changed how builds are done to a much cleaner method (check the Github Wiki for instructions).
-Deactivated BlackBerry10 (sorry), if no mantainer found (or BlackBerry does not send us a Passort ;), platform will be removed as we have no longer devices to test.

Engine:
-Removed deprecated object and scene format (was in there just for compatibility, not in use since a long time).
-Added ability to open scenes even if a node type was removed (will try to guess the closest type).
-Removed deprecated node types.
</content>
</entry>
<entry>
<title>added settings for default project &amp; export dirs</title>
<updated>2014-08-25T01:20:45Z</updated>
<author>
<name>Dana Olson</name>
</author>
<published>2014-08-25T01:20:45Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=884b79ce0ee37686d758f2299cea8559ae93df27'/>
<id>urn:sha1:884b79ce0ee37686d758f2299cea8559ae93df27</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Light Baker!</title>
<updated>2014-06-11T13:41:03Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2014-06-11T13:41:03Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=9b8696d3dd92e2ed6f310ad0f0bf3c2182c9c6ae'/>
<id>urn:sha1:9b8696d3dd92e2ed6f310ad0f0bf3c2182c9c6ae</id>
<content type='text'>
-=-=-=-=-=-=

-Support for lightmap baker, have fun figuring out how it works before tutorial is published.
</content>
</entry>
<entry>
<title>More 3D Improvements</title>
<updated>2014-05-29T13:56:39Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2014-05-29T13:56:39Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=6f0b4678e26c04abfc88c0226c803e78a108de98'/>
<id>urn:sha1:6f0b4678e26c04abfc88c0226c803e78a108de98</id>
<content type='text'>
-=-=-=-=-=-=-=-=-=-=

-Sprite3D and AnimatedSprite3D support.
-Opaque pre-pass works, is compatible with shadows
-Improved shadow map rendering (can differentiate between plain opaque and opaque with shaders/discard/etc)
-Added option to use alpha discard in FixedMaterial
-Improved Glow FX, many more options (three modes, Additive, Screen and SoftLight), strength and scale
-Ability for Background (image or cubemap) to send to glow buffer
-Dumb Deploy of clients now actually works in Android
-Many Many rendering fixes, 3D is much more usable now.
</content>
</entry>
<entry>
<title>-fix bug in cache for atlas import/export</title>
<updated>2014-03-14T01:57:24Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2014-03-14T01:57:24Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=31ce3c5fd0300aac1e86bced1efc5f9ec94bdb6b'/>
<id>urn:sha1:31ce3c5fd0300aac1e86bced1efc5f9ec94bdb6b</id>
<content type='text'>
-fix some menus
-fixed bug in out transition curves
-detect and remove file:/// in collada
-remove multiscript for now
-remove dependencies on mouse in OS, moved to Input
-avoid fscache from screwing up (fix might make it slower, but it works)
-funcref was missing, it's there now
</content>
</entry>
<entry>
<title>-Added ATITC texture support</title>
<updated>2014-02-26T13:08:17Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2014-02-26T13:08:17Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=ed6d9463d264d0983f75c2dc93191c8526e9115b'/>
<id>urn:sha1:ed6d9463d264d0983f75c2dc93191c8526e9115b</id>
<content type='text'>
-Fixed bug of some tabs showing wrong names
-Exported properties for viewport
</content>
</entry>
<entry>
<title>tools/editor/project_export: tree_vb already has a parent</title>
<updated>2014-02-17T19:49:48Z</updated>
<author>
<name>Vinzenz Feenstra</name>
</author>
<published>2014-02-17T19:43:22Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=518722438fbd4fd7d0b17d8a00a3b81926e74a2e'/>
<id>urn:sha1:518722438fbd4fd7d0b17d8a00a3b81926e74a2e</id>
<content type='text'>
Signed-off-by: Vinzenz Feenstra &lt;evilissimo@gmail.com&gt;
</content>
</entry>
<entry>
<title>-fixed bug in Button now exporting font property</title>
<updated>2014-02-15T05:02:41Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2014-02-15T05:01:39Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=9afdb3e0ad5bfbdafe307212f5d4ebcc7c3ac852'/>
<id>urn:sha1:9afdb3e0ad5bfbdafe307212f5d4ebcc7c3ac852</id>
<content type='text'>
-made GUI Theme editor usable
-editor does not allow to export or create .pck in the same path as a project
-changed .pck format (lacked support for versioning so couldn't change it), previous was causing crashes and is now incompatible, just re-export.
-will not look for .pck files recursively, was causing unexpected behaviors
-fixed execution of Godot in paths with non unicode characters in Windows, OSX and Linux.
</content>
</entry>
</feed>
