OSDN Git Service

[fixed] natives for gdx-remote.
authorbadlogicgames <badlogicgames@6c4fd544-2939-11df-bb46-9574ba5d0bfa>
Mon, 15 Aug 2011 22:56:21 +0000 (22:56 +0000)
committerbadlogicgames <badlogicgames@6c4fd544-2939-11df-bb46-9574ba5d0bfa>
Mon, 15 Aug 2011 22:56:21 +0000 (22:56 +0000)
15 files changed:
demos/helloworld/gdx-helloworld-android/libs/gdx-backend-android.jar
demos/helloworld/gdx-helloworld-android/libs/gdx.jar
demos/helloworld/gdx-helloworld/libs/gdx-backend-jogl.jar
demos/helloworld/gdx-helloworld/libs/gdx-natives.jar
demos/helloworld/gdx-helloworld/libs/gdx-sources.jar
demos/helloworld/gdx-helloworld/libs/gdx.jar
extensions/gdx-remote/android.png [deleted file]
extensions/gdx-remote/desktop.png [deleted file]
extensions/gdx-remote/libs/armeabi-v7a/libgdx.so
extensions/gdx-remote/libs/armeabi/libgdx.so
gdx/libs/gdx-natives.jar
gdx/libs/windows/gdx.dll
gdx/libs/windows64/gdx-64.dll
tests/gdx-tests-lwjgl/src/com/badlogic/gdx/tests/lwjgl/LwjglDebugStarter.java
update.sh

index 816c4bb..45e8c72 100644 (file)
Binary files a/demos/helloworld/gdx-helloworld-android/libs/gdx-backend-android.jar and b/demos/helloworld/gdx-helloworld-android/libs/gdx-backend-android.jar differ
index 07b6e06..932d19b 100644 (file)
Binary files a/demos/helloworld/gdx-helloworld-android/libs/gdx.jar and b/demos/helloworld/gdx-helloworld-android/libs/gdx.jar differ
index ca3e7c3..d8a69ed 100644 (file)
Binary files a/demos/helloworld/gdx-helloworld/libs/gdx-backend-jogl.jar and b/demos/helloworld/gdx-helloworld/libs/gdx-backend-jogl.jar differ
index 41367e1..524488a 100644 (file)
Binary files a/demos/helloworld/gdx-helloworld/libs/gdx-natives.jar and b/demos/helloworld/gdx-helloworld/libs/gdx-natives.jar differ
index d8c882e..2e03522 100644 (file)
Binary files a/demos/helloworld/gdx-helloworld/libs/gdx-sources.jar and b/demos/helloworld/gdx-helloworld/libs/gdx-sources.jar differ
index 07b6e06..932d19b 100644 (file)
Binary files a/demos/helloworld/gdx-helloworld/libs/gdx.jar and b/demos/helloworld/gdx-helloworld/libs/gdx.jar differ
diff --git a/extensions/gdx-remote/android.png b/extensions/gdx-remote/android.png
deleted file mode 100644 (file)
index 30da0f3..0000000
Binary files a/extensions/gdx-remote/android.png and /dev/null differ
diff --git a/extensions/gdx-remote/desktop.png b/extensions/gdx-remote/desktop.png
deleted file mode 100644 (file)
index 06d7004..0000000
Binary files a/extensions/gdx-remote/desktop.png and /dev/null differ
index 68ecd2b..d15c948 100644 (file)
Binary files a/extensions/gdx-remote/libs/armeabi-v7a/libgdx.so and b/extensions/gdx-remote/libs/armeabi-v7a/libgdx.so differ
index 11b78dc..bd5db39 100644 (file)
Binary files a/extensions/gdx-remote/libs/armeabi/libgdx.so and b/extensions/gdx-remote/libs/armeabi/libgdx.so differ
index 41367e1..524488a 100644 (file)
Binary files a/gdx/libs/gdx-natives.jar and b/gdx/libs/gdx-natives.jar differ
index ba053dc..3013d4c 100644 (file)
Binary files a/gdx/libs/windows/gdx.dll and b/gdx/libs/windows/gdx.dll differ
index 3de01fe..df92846 100644 (file)
Binary files a/gdx/libs/windows64/gdx-64.dll and b/gdx/libs/windows64/gdx-64.dll differ
index 55f7e91..99d291a 100644 (file)
@@ -29,6 +29,7 @@ public class LwjglDebugStarter {
                LwjglApplicationConfiguration config = new LwjglApplicationConfiguration();\r
 \r
 //             config.useGL20 = true;\r
-               new LwjglApplication(new TextureAtlasTest(), config);\r
+               config.vSyncEnabled = true;\r
+               new LwjglApplication(new FlickScrollPaneTest(), config);\r
        }\r
 }\r
index e1c12a8..52cd34d 100644 (file)
--- a/update.sh
+++ b/update.sh
@@ -40,6 +40,8 @@ cp -rf nightlies/armeabi nightlies/armeabi-v7a demos/very-angry-robots/very-angr
 
 cp -rf nightlies/armeabi nightlies/armeabi-v7a extensions/model-loaders/model-loaders-android/libs
 
+cp -rf nightlies/armeabi nightlies/armeabi-v7a extensions/gdx-remote/libs
+
 # remove temporary directory
 rm -rf nightlies
 rm libgdx-nightlies.zip
\ No newline at end of file