<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/platform/android/SCsub, branch 2.0.2-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/android/SCsub?h=2.0.2-stable</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom/platform/android/SCsub?h=2.0.2-stable'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/'/>
<updated>2016-03-05T11:56:19Z</updated>
<entry>
<title>fix gradle build on windows</title>
<updated>2016-03-05T11:56:19Z</updated>
<author>
<name>volzhs</name>
</author>
<published>2016-03-02T03:15:39Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=95e46e6eac1ea526b0eaaaf26f218bb30e34aab3'/>
<id>urn:sha1:95e46e6eac1ea526b0eaaaf26f218bb30e34aab3</id>
<content type='text'>
(cherry picked from commit d6cc887627de8868d88fe93968978a90f243c8e1)
</content>
</entry>
<entry>
<title>Fix maven repositories bug</title>
<updated>2016-01-09T13:21:22Z</updated>
<author>
<name>mrezai</name>
</author>
<published>2016-01-09T13:21:22Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=50cbe736def293ef7eebecc213895d07fdacf138'/>
<id>urn:sha1:50cbe736def293ef7eebecc213895d07fdacf138</id>
<content type='text'>
</content>
</entry>
<entry>
<title>-Removed ANT build system for Android, as it was deprecated by Google</title>
<updated>2016-01-08T16:36:44Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2016-01-08T16:36:44Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=401622cc229317bd218f070dd07a3bd8db582f16'/>
<id>urn:sha1:401622cc229317bd218f070dd07a3bd8db582f16</id>
<content type='text'>
-Added new Gradle build system, as it is the required build system
</content>
</entry>
<entry>
<title>Cosmetic fixes to SCons buildsystem</title>
<updated>2015-11-01T19:53:26Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2015-11-01T19:53:26Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=399b1b047498d154440f5cda4a5ceb08ea3de68e'/>
<id>urn:sha1:399b1b047498d154440f5cda4a5ceb08ea3de68e</id>
<content type='text'>
- Removed trailing spaces
- Made sure all indentation is done using tabs (fixes #39)
- Potentially fixed an identation issue for openssl check
</content>
</entry>
<entry>
<title>merges from okam repo</title>
<updated>2015-03-03T17:39:13Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-03-03T17:39:13Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=4d2198110b4af7f203eeef95697255569e49bce7'/>
<id>urn:sha1:4d2198110b4af7f203eeef95697255569e49bce7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix android build on windows</title>
<updated>2014-10-08T06:39:47Z</updated>
<author>
<name>marynate</name>
</author>
<published>2014-10-08T06:37:04Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=1c6dcee4655a356d2b39928f65164c67a18d0660'/>
<id>urn:sha1:1c6dcee4655a356d2b39928f65164c67a18d0660</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>3D Physics and Other Stuff</title>
<updated>2014-09-03T02:13:40Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2014-09-03T02:13:40Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=1a2cb755e2d8b9d59178f36702f6dff7235b9088'/>
<id>urn:sha1:1a2cb755e2d8b9d59178f36702f6dff7235b9088</id>
<content type='text'>
-=-=-=-=-=-=-=-=-=-=-=-=-=

-New Vehicle (Based on Bullet's RaycastVehicle) - Vehiclebody/VehicleWheel. Demo will come soon, old vehicle (CarBody) will go away soon too.
-A lot of fixes to the 3D physics engine
-Added KinematicBody with demo
-Fixed the space query API for 2D (demo will come soon). 3D is WIP.
-Fixed long-standing bug with body_enter/body_exit for Area and Area2D
-Performance variables now includes physics (active bodies, collision pairs and islands)
-Ability to see what's inside of instanced scenes!
-Fixed Blend Shapes (no bs+skeleton yet)
-Added an Android JavaClassWrapper singleton for using Android native classes directly from GDScript. This is very Alpha!
</content>
</entry>
<entry>
<title>Making Godot Easier to Use..</title>
<updated>2014-05-24T04:35:47Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2014-05-24T04:35:47Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=1cad087969efefa401a11051343cd0689f660770'/>
<id>urn:sha1:1cad087969efefa401a11051343cd0689f660770</id>
<content type='text'>
-=-=-=-=-=-=-=-=-=-=-=-=-=-=

-Auto indenter in code editor, this makes it much easier to paste external code.
-Zoom in 2D viewport now uses the mouse pointer as reference.
-Obscure hack to see where code/line of GDScript in C++ backtrace.
-Fixed a bug where keys would get stuck on X11 if pressed simultaneously
-Added Api on IP singleton to request local IPs.
-Premultiplied alpha support when importing texture, editing PNGs and as a blend mode.
</content>
</entry>
</feed>
