<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/drivers/SCsub, branch 1.1-rc2</title>
<subtitle>Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org</subtitle>
<id>https://git.neuromancer.sk/godot.git/atom/drivers/SCsub?h=1.1-rc2</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom/drivers/SCsub?h=1.1-rc2'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/'/>
<updated>2015-05-03T21:18:56Z</updated>
<entry>
<title>Added Visual Studio project generation. Use "vsproj=yes" in command line. This does not set up NMAKE properly.</title>
<updated>2015-05-03T21:18:56Z</updated>
<author>
<name>Antony Jones</name>
</author>
<published>2015-05-03T21:18:56Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=2a4da03f103448a69c48ee66e415f8dd2d617f58'/>
<id>urn:sha1:2a4da03f103448a69c48ee66e415f8dd2d617f58</id>
<content type='text'>
</content>
</entry>
<entry>
<title>support for 2D shadow casters</title>
<updated>2015-03-02T03:54:43Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-03-02T03:54:10Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=a1f715a4da71fbc2b7d6fad68624bf8b22c6da17'/>
<id>urn:sha1:a1f715a4da71fbc2b7d6fad68624bf8b22c6da17</id>
<content type='text'>
Added support for 2D shadow casters.

*DANGER* Shaders in CanvasItem CHANGED, if you are using shader in a
CanvasItem and pull this, you will lose them. Shaders now work through a
2D material system similar to 3D. If you don't want to lose the 2D
shader code, save the shader as a .shd, then create a material in
CanvasItem and re-assign the shader.
</content>
</entry>
<entry>
<title>Implemented PulseAudio backend and fixed audio driver selection on X11</title>
<updated>2014-12-19T12:44:34Z</updated>
<author>
<name>Alexander Stillich</name>
</author>
<published>2014-12-19T12:44:34Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=f2843209a5439eb6bf8a6382e8c8ef378175c111'/>
<id>urn:sha1:f2843209a5439eb6bf8a6382e8c8ef378175c111</id>
<content type='text'>
</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>3D Physics Rework, Other Stuff</title>
<updated>2014-09-15T14:33:30Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2014-09-15T14:33:30Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=8cab401d08f8e25aa9b2dc710204785858ff3dbb'/>
<id>urn:sha1:8cab401d08f8e25aa9b2dc710204785858ff3dbb</id>
<content type='text'>
-=-=-=-=-=-=-=-=-=-=-=-=-=-

3D Physics:
-Fixed "Bounce" parameter in 3D
-Fixed bug affecting Area (sometims it would not detect properly)
-Vehicle Body has seen heavy work
-Added Query API for doing space queries in 3D. Needs some docs though.
-Added JOINTS! Adapted Bullet Joints: and created easy gizmos for setting them up:
   -PinJoint
   -HingeJoint (with motor)
   -SliderJoint
   -ConeTwistJoint
   -Generic6DOFJoint
-Added OBJECT PICKING! based on the new query API. Any physics object now (Area or Body) has the following signals and virtual functions:
    -input_event (mouse or multitouch input over the body)
    -mouse_enter (mouse entered the body area)
    -mouse_exit (mouse exited body area)
   For Area it needs to be activated manually, as it isn't by default (ray goes thru).

Other:

-Begun working on Windows 8 (RT) port. Compiles but does not work yet.
-Added TheoraPlayer library for improved to-texture and portable video support.
-Fixed a few bugs in the renderer, collada importer, collada exporter, etc.
</content>
</entry>
<entry>
<title>Small Issues &amp; Maintenance</title>
<updated>2014-08-02T01:10:38Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2014-08-02T01:10:38Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=678948068bbde7f12a9c5f28a467b6cf4d127851'/>
<id>urn:sha1:678948068bbde7f12a9c5f28a467b6cf4d127851</id>
<content type='text'>
-=-=-=-=-=-=-=-=-=-=-=-=-=

-Begin work on Navigation Meshes (simple pathfinding for now, will improve soon)
-More doc on theme overriding
-Upgraded OpenSSL to version without bugs
-Misc bugfixes
</content>
</entry>
<entry>
<title>-Added OpenSSL and HTTPS support</title>
<updated>2014-04-29T00:56:43Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2014-04-29T00:56:43Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=87f37bc5a305e6a68ef232be580350588e300fcc'/>
<id>urn:sha1:87f37bc5a305e6a68ef232be580350588e300fcc</id>
<content type='text'>
-Built-in version of the library for Windows, Android and iOS (other OSs use system one)
-Small fixes all around
</content>
</entry>
<entry>
<title>wtf</title>
<updated>2014-02-19T21:09:52Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2014-02-19T21:09:52Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=51c55b237b795fa4c085841dbf935c0bd103d5c7'/>
<id>urn:sha1:51c55b237b795fa4c085841dbf935c0bd103d5c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>GODOT IS OPEN SOURCE</title>
<updated>2014-02-10T01:10:30Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2014-02-10T01:10:30Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=0b806ee0fc9097fa7bda7ac0109191c9c5e0a1ac'/>
<id>urn:sha1:0b806ee0fc9097fa7bda7ac0109191c9c5e0a1ac</id>
<content type='text'>
</content>
</entry>
</feed>
