<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/platform/android/java_glue.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/platform/android/java_glue.cpp?h=1.0-rc2</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom/platform/android/java_glue.cpp?h=1.0-rc2'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/'/>
<updated>2014-12-02T17:02:41Z</updated>
<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>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>Little Bits</title>
<updated>2014-08-14T13:31:38Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2014-08-14T13:31:38Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=2ee4ac183babedd679e901b0158f5268556deceb'/>
<id>urn:sha1:2ee4ac183babedd679e901b0158f5268556deceb</id>
<content type='text'>
-=-=-=-=-=-

-Fixed small bugs all around
-Added ability to show/hide entire sections of the spatial (3D) tree
-WIP new vehicle (not ready yet) based on Bullet
</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>2D Animation Improvements</title>
<updated>2014-07-06T14:49:27Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2014-07-06T14:49:27Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=3d68949a1cc41b4865618bddde23122f66764ee1'/>
<id>urn:sha1:3d68949a1cc41b4865618bddde23122f66764ee1</id>
<content type='text'>
-=-=-=-=-=-=-=-=-=--=-=-=

-Ability to set 2D nodes as bones
-Abity to set 2D nodes as IK chains
-2D IK Solver
-Improvements in the UI for adding keyframes (separate loc,rot,scale buttons)
</content>
</entry>
<entry>
<title>Fixed Bugs &amp; Joypad in Android</title>
<updated>2014-07-02T03:09:36Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2014-07-02T03:09:36Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=e9da61411a6f1c993d528b659ebb3e5147aa44cc'/>
<id>urn:sha1:e9da61411a6f1c993d528b659ebb3e5147aa44cc</id>
<content type='text'>
================================

-resolved many graphical glitches with multiple lights in GLES2 render
-fixes and WIP apk expansion
-joystick support for Android by Ariel
</content>
</entry>
<entry>
<title>Misc Fixes</title>
<updated>2014-06-28T02:21:45Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2014-06-28T02:21:45Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=2af2a84a03fd707cfa4c682aff34d722343d8985'/>
<id>urn:sha1:2af2a84a03fd707cfa4c682aff34d722343d8985</id>
<content type='text'>
==========

-NOTIFICATION_WM_QUIT fixed on android (seems tha way this is reported changed in newer sdk)
-WIP implementation of APK Expansion APIs for publishing games larger than 50mb in Play Store
-Feaures in the new tutorials are all present in the sourcecode
-This (hopefully) should get rid of the animation list order getting corrupted
-Improved 3D Scene Importer (Skeletons, Animations and other stuff were not being merged). Anything missing?
-In code editor, the automatic syntax checker will only use file_exists() to check preload() else it might freeze the editor too much while typing if the preload is a big resource
-Fixed bugs in PolygonPathFinder, stil pending to do a node and a demo
</content>
</entry>
<entry>
<title>Add RAW_ARRAY as valid paramter for java binding</title>
<updated>2014-06-04T03:38:17Z</updated>
<author>
<name>marynate</name>
</author>
<published>2014-06-04T03:32:49Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=57a53fbe5280e5af1a7f01a9bdc9b6b091a73b23'/>
<id>urn:sha1:57a53fbe5280e5af1a7f01a9bdc9b6b091a73b23</id>
<content type='text'>
</content>
</entry>
<entry>
<title>-Fixed bug in "extends"</title>
<updated>2014-05-24T16:25:56Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2014-05-24T16:25:56Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=71355aaab7eca64bec694918c6b911a412ad17f0'/>
<id>urn:sha1:71355aaab7eca64bec694918c6b911a412ad17f0</id>
<content type='text'>
</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>
</feed>
