From 2ee4ac183babedd679e901b0158f5268556deceb Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Thu, 14 Aug 2014 10:31:38 -0300 Subject: Little Bits -=-=-=-=-=- -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 --- platform/android/java/src/com/android/godot/Godot.java | 12 +++++------- .../src/com/android/godot/payments/GenericConsumeTask.java | 4 ++-- .../src/com/android/godot/payments/HandlePurchaseTask.java | 10 +++++----- .../java/src/com/android/godot/payments/PaymentsCache.java | 4 ++-- .../android/godot/payments/ReleaseAllConsumablesTask.java | 12 ++++++------ 5 files changed, 20 insertions(+), 22 deletions(-) (limited to 'platform/android/java/src/com') diff --git a/platform/android/java/src/com/android/godot/Godot.java b/platform/android/java/src/com/android/godot/Godot.java index 57b0943a85..f6cd57f4f3 100644 --- a/platform/android/java/src/com/android/godot/Godot.java +++ b/platform/android/java/src/com/android/godot/Godot.java @@ -349,12 +349,12 @@ public class Godot extends Activity implements SensorEventListener, IDownloaderC io.unique_id = Secure.getString(getContentResolver(), Secure.ANDROID_ID); GodotLib.io=io; Log.d("GODOT", "command_line is null? " + ((command_line == null)?"yes":"no")); - if(command_line != null){ + /*if(command_line != null){ Log.d("GODOT", "Command Line:"); for(int w=0;w