<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/platform/iphone/detect.py, branch 1.1-stable</title>
<subtitle>Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org</subtitle>
<id>https://git.neuromancer.sk/godot.git/atom/platform/iphone/detect.py?h=1.1-stable</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom/platform/iphone/detect.py?h=1.1-stable'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/'/>
<updated>2015-01-10T20:35:26Z</updated>
<entry>
<title>2D Rewrite Step [1]</title>
<updated>2015-01-10T20:35:26Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-01-10T20:35:26Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=89970848311ee2d49040a148a56d80590091877c'/>
<id>urn:sha1:89970848311ee2d49040a148a56d80590091877c</id>
<content type='text'>
-=-=-=-=-=-=-=-=-=-

-Moved drawing code to a single function that takes linked list (should make it easier to optimize in the future).
-Implemented Z ordering of 2D nodes. Node2D and those that inherit have a visibility/Z property that affects drawing order (besides the tree order)
-Removed OpenGL ES 1.x support. Good riddance!
</content>
</entry>
<entry>
<title>-Work in progress visual shader editor *DOES NOT WORK YET*</title>
<updated>2015-01-03T19:52:37Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-01-03T19:52:37Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=fbdd925d9be1c4c96d05089d7d5a58cd938b002c'/>
<id>urn:sha1:fbdd925d9be1c4c96d05089d7d5a58cd938b002c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>-Ability to ask for documents/pictures/etc system dirs.</title>
<updated>2014-12-02T17:02:41Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2014-12-02T17:02:41Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=e361e8539c889d3ca66e77ebb5d0ceb61d17f49d'/>
<id>urn:sha1:e361e8539c889d3ca66e77ebb5d0ceb61d17f49d</id>
<content type='text'>
-Fixes to animationplayer
-fixes to collada importer
</content>
</entry>
<entry>
<title>-fix sound room params (was not working)</title>
<updated>2014-11-26T17:24:13Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2014-11-26T17:24:13Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=d70e16f72f2db8c299279fc2903f4308191f142e'/>
<id>urn:sha1:d70e16f72f2db8c299279fc2903f4308191f142e</id>
<content type='text'>
-fixes to DAE exporter
-ios fixes (video)
</content>
</entry>
<entry>
<title>NavMesh</title>
<updated>2014-11-17T10:46:11Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2014-11-17T10:46:11Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=d5cb758d36035fc35e960a466d0b370ff19e4f76'/>
<id>urn:sha1:d5cb758d36035fc35e960a466d0b370ff19e4f76</id>
<content type='text'>
-=-=-=-

-Fixed NavMesh API
-New NavMesh demo
-Support for animated Particles2D
-Fixes for native video playback on iOS
</content>
</entry>
<entry>
<title>Fix ios build error</title>
<updated>2014-10-14T04:43:51Z</updated>
<author>
<name>marynate</name>
</author>
<published>2014-10-14T03:13:54Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=b4fcf5d5c43868ce6ad60797f5d42a7ac3d1699d'/>
<id>urn:sha1:b4fcf5d5c43868ce6ad60797f5d42a7ac3d1699d</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>Fixes from Ariel</title>
<updated>2014-08-02T02:35:36Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2014-08-02T02:35:36Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=a1d6cd02e39fbc84bc6f06e01496c11759b99c2d'/>
<id>urn:sha1:a1d6cd02e39fbc84bc6f06e01496c11759b99c2d</id>
<content type='text'>
</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>
</feed>
