Browse Source

low-pass filter implemented in CrownAccelerometer, android mv from build to root

mikymod 13 năm trước cách đây
mục cha
commit
bd0d4b74fa
100 tập tin đã thay đổi với 390 bổ sung0 xóa
  1. 21 0
      android/AndroidManifest.xml
  2. 21 0
      android/bin/AndroidManifest.xml
  3. 2 0
      android/bin/AndroidManifest.xml.d
  4. 10 0
      android/bin/build.prop
  5. BIN
      android/bin/classes.dex
  6. 13 0
      android/bin/classes.dex.d
  7. BIN
      android/bin/classes/crown/android/BuildConfig.class
  8. BIN
      android/bin/classes/crown/android/CrownAccelerometer$1.class
  9. BIN
      android/bin/classes/crown/android/CrownAccelerometer.class
  10. BIN
      android/bin/classes/crown/android/CrownActivity$1.class
  11. BIN
      android/bin/classes/crown/android/CrownActivity.class
  12. BIN
      android/bin/classes/crown/android/CrownEnum.class
  13. BIN
      android/bin/classes/crown/android/CrownLib.class
  14. BIN
      android/bin/classes/crown/android/CrownView$1.class
  15. BIN
      android/bin/classes/crown/android/CrownView$ConfigChooser.class
  16. BIN
      android/bin/classes/crown/android/CrownView$ContextFactory.class
  17. BIN
      android/bin/classes/crown/android/CrownView$Renderer.class
  18. BIN
      android/bin/classes/crown/android/CrownView.class
  19. 3 0
      android/bin/proguard.txt
  20. BIN
      android/bin/test-debug-unaligned.apk
  21. 5 0
      android/bin/test-debug-unaligned.apk.d
  22. BIN
      android/bin/test-debug.apk
  23. BIN
      android/bin/test.ap_
  24. 2 0
      android/bin/test.ap_.d
  25. 92 0
      android/build.xml
  26. 1 0
      android/gen/R.java.d
  27. 6 0
      android/gen/crown/android/BuildConfig.java
  28. 133 0
      android/jni/Android.mk
  29. 3 0
      android/jni/Application.mk
  30. 1 0
      android/jni/CMakeLists.txt
  31. 1 0
      android/jni/Camera.cpp
  32. 1 0
      android/jni/Camera.h
  33. 1 0
      android/jni/Config.h
  34. 1 0
      android/jni/Crown.h
  35. 1 0
      android/jni/Data.h
  36. 1 0
      android/jni/Device.cpp
  37. 1 0
      android/jni/Device.h
  38. 1 0
      android/jni/EventBuffer.cpp
  39. 1 0
      android/jni/EventBuffer.h
  40. 1 0
      android/jni/FPSSystem.cpp
  41. 1 0
      android/jni/FPSSystem.h
  42. 1 0
      android/jni/Filesystem.cpp
  43. 1 0
      android/jni/Filesystem.h
  44. 1 0
      android/jni/Font.cpp
  45. 1 0
      android/jni/Font.h
  46. 1 0
      android/jni/FontManager.cpp
  47. 1 0
      android/jni/FontManager.h
  48. 1 0
      android/jni/Glyph.h
  49. 1 0
      android/jni/Image.cpp
  50. 1 0
      android/jni/Image.h
  51. 1 0
      android/jni/ImageLoader.cpp
  52. 1 0
      android/jni/ImageLoader.h
  53. 1 0
      android/jni/IndexBuffer.h
  54. 1 0
      android/jni/Log.cpp
  55. 1 0
      android/jni/Log.h
  56. 1 0
      android/jni/Material.cpp
  57. 1 0
      android/jni/Material.h
  58. 1 0
      android/jni/MaterialManager.cpp
  59. 1 0
      android/jni/MaterialManager.h
  60. 1 0
      android/jni/Mesh.cpp
  61. 1 0
      android/jni/Mesh.h
  62. 1 0
      android/jni/MeshChunk.cpp
  63. 1 0
      android/jni/MeshChunk.h
  64. 1 0
      android/jni/MeshLoader.h
  65. 1 0
      android/jni/MeshManager.cpp
  66. 1 0
      android/jni/MeshManager.h
  67. 1 0
      android/jni/MovableCamera.cpp
  68. 1 0
      android/jni/MovableCamera.h
  69. 1 0
      android/jni/OcclusionQuery.h
  70. 1 0
      android/jni/Pixel.cpp
  71. 1 0
      android/jni/Pixel.h
  72. 1 0
      android/jni/Renderer.cpp
  73. 1 0
      android/jni/Renderer.h
  74. 1 0
      android/jni/Resource.h
  75. 1 0
      android/jni/ResourceManager.cpp
  76. 1 0
      android/jni/ResourceManager.h
  77. 1 0
      android/jni/Skybox.cpp
  78. 1 0
      android/jni/Skybox.h
  79. 1 0
      android/jni/SpriteAnimator.cpp
  80. 1 0
      android/jni/SpriteAnimator.h
  81. 1 0
      android/jni/System.h
  82. 1 0
      android/jni/Terrain.cpp
  83. 1 0
      android/jni/Terrain.h
  84. 1 0
      android/jni/TextRenderer.cpp
  85. 1 0
      android/jni/TextRenderer.h
  86. 1 0
      android/jni/Texture.h
  87. 1 0
      android/jni/TextureManager.h
  88. 1 0
      android/jni/VertexBuffer.h
  89. 1 0
      android/jni/World.cpp
  90. 1 0
      android/jni/World.h
  91. 1 0
      android/jni/core
  92. 1 0
      android/jni/input
  93. 1 0
      android/jni/loaders
  94. 1 0
      android/jni/network
  95. 1 0
      android/jni/os
  96. 1 0
      android/jni/renderers
  97. 1 0
      android/jni/samples
  98. BIN
      android/libs/armeabi-v7a/libcrown.so
  99. BIN
      android/libs/armeabi-v7a/libtriangle.so
  100. 10 0
      android/local.properties

+ 21 - 0
android/AndroidManifest.xml

@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+      package="crown.android"
+      android:versionCode="1"
+      android:versionName="1.0">
+    <uses-sdk
+        android:minSdkVersion="9"/>
+
+    <application android:label="Crown" >
+        <activity android:name="CrownActivity"
+                  android:label="Crown"
+				  android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
+				  android:screenOrientation="landscape" 
+				  android:configChanges="orientation|keyboardHidden">
+            <intent-filter>
+                <action android:name="android.intent.action.MAIN" />
+                <category android:name="android.intent.category.LAUNCHER" />
+            </intent-filter>
+        </activity>
+    </application>
+</manifest> 

+ 21 - 0
android/bin/AndroidManifest.xml

@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+      package="crown.android"
+      android:versionCode="1"
+      android:versionName="1.0">
+    <uses-sdk
+        android:minSdkVersion="9"/>
+
+    <application android:label="Crown" >
+        <activity android:name="CrownActivity"
+                  android:label="Crown"
+				  android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
+				  android:screenOrientation="landscape" 
+				  android:configChanges="orientation|keyboardHidden">
+            <intent-filter>
+                <action android:name="android.intent.action.MAIN" />
+                <category android:name="android.intent.category.LAUNCHER" />
+            </intent-filter>
+        </activity>
+    </application>
+</manifest> 

+ 2 - 0
android/bin/AndroidManifest.xml.d

@@ -0,0 +1,2 @@
+/home/mikymod/Repositories/git/crown/build/android/bin/AndroidManifest.xml : \
+/home/mikymod/Repositories/git/crown/build/android/AndroidManifest.xml \

+ 10 - 0
android/bin/build.prop

@@ -0,0 +1,10 @@
+#Last build type
+#Sat, 06 Apr 2013 01:08:04 +0200
+
+build.last.target=debug
+
+build.last.is.instrumented=false
+
+build.last.is.packaging.debug=true
+
+build.last.is.signing.debug=true

BIN
android/bin/classes.dex


+ 13 - 0
android/bin/classes.dex.d

@@ -0,0 +1,13 @@
+/home/mikymod/Repositories/git/crown/build/android/bin/classes.dex : \
+/home/mikymod/Repositories/git/crown/build/android/bin/classes/crown/android/CrownView$1.class \
+/home/mikymod/Repositories/git/crown/build/android/bin/classes/crown/android/BuildConfig.class \
+/home/mikymod/Repositories/git/crown/build/android/bin/classes/crown/android/CrownView.class \
+/home/mikymod/Repositories/git/crown/build/android/bin/classes/crown/android/CrownLib.class \
+/home/mikymod/Repositories/git/crown/build/android/bin/classes/crown/android/CrownView$ContextFactory.class \
+/home/mikymod/Repositories/git/crown/build/android/bin/classes/crown/android/CrownActivity.class \
+/home/mikymod/Repositories/git/crown/build/android/bin/classes/crown/android/CrownEnum.class \
+/home/mikymod/Repositories/git/crown/build/android/bin/classes/crown/android/CrownActivity$1.class \
+/home/mikymod/Repositories/git/crown/build/android/bin/classes/crown/android/CrownAccelerometer.class \
+/home/mikymod/Repositories/git/crown/build/android/bin/classes/crown/android/CrownView$Renderer.class \
+/home/mikymod/Repositories/git/crown/build/android/bin/classes/crown/android/CrownAccelerometer$1.class \
+/home/mikymod/Repositories/git/crown/build/android/bin/classes/crown/android/CrownView$ConfigChooser.class \

BIN
android/bin/classes/crown/android/BuildConfig.class


BIN
android/bin/classes/crown/android/CrownAccelerometer$1.class


BIN
android/bin/classes/crown/android/CrownAccelerometer.class


BIN
android/bin/classes/crown/android/CrownActivity$1.class


BIN
android/bin/classes/crown/android/CrownActivity.class


BIN
android/bin/classes/crown/android/CrownEnum.class


BIN
android/bin/classes/crown/android/CrownLib.class


BIN
android/bin/classes/crown/android/CrownView$1.class


BIN
android/bin/classes/crown/android/CrownView$ConfigChooser.class


BIN
android/bin/classes/crown/android/CrownView$ContextFactory.class


BIN
android/bin/classes/crown/android/CrownView$Renderer.class


BIN
android/bin/classes/crown/android/CrownView.class


+ 3 - 0
android/bin/proguard.txt

@@ -0,0 +1,3 @@
+# view AndroidManifest.xml #generated:10
+-keep class crown.android.CrownActivity { <init>(...); }
+

BIN
android/bin/test-debug-unaligned.apk


+ 5 - 0
android/bin/test-debug-unaligned.apk.d

@@ -0,0 +1,5 @@
+/home/mikymod/Repositories/git/crown/build/android/bin/test-debug-unaligned.apk : \
+/home/mikymod/Repositories/git/crown/build/android/bin/test.ap_ \
+/home/mikymod/Repositories/git/crown/build/android/bin/classes.dex \
+/home/mikymod/Repositories/git/crown/build/android/libs/armeabi-v7a/libtriangle.so \
+/home/mikymod/Repositories/git/crown/build/android/libs/armeabi-v7a/libcrown.so \

BIN
android/bin/test-debug.apk


BIN
android/bin/test.ap_


+ 2 - 0
android/bin/test.ap_.d

@@ -0,0 +1,2 @@
+/home/mikymod/Repositories/git/crown/build/android/bin/test.ap_ \
+ : /home/mikymod/Repositories/git/crown/build/android/bin/AndroidManifest.xml \

+ 92 - 0
android/build.xml

@@ -0,0 +1,92 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project name="test" default="help">
+
+    <!-- The local.properties file is created and updated by the 'android' tool.
+         It contains the path to the SDK. It should *NOT* be checked into
+         Version Control Systems. -->
+    <property file="local.properties" />
+
+    <!-- The ant.properties file can be created by you. It is only edited by the
+         'android' tool to add properties to it.
+         This is the place to change some Ant specific build properties.
+         Here are some properties you may want to change/update:
+
+         source.dir
+             The name of the source directory. Default is 'src'.
+         out.dir
+             The name of the output directory. Default is 'bin'.
+
+         For other overridable properties, look at the beginning of the rules
+         files in the SDK, at tools/ant/build.xml
+
+         Properties related to the SDK location or the project target should
+         be updated using the 'android' tool with the 'update' action.
+
+         This file is an integral part of the build system for your
+         application and should be checked into Version Control Systems.
+
+         -->
+    <property file="ant.properties" />
+
+    <!-- if sdk.dir was not set from one of the property file, then
+         get it from the ANDROID_HOME env var.
+         This must be done before we load project.properties since
+         the proguard config can use sdk.dir -->
+    <property environment="env" />
+    <condition property="sdk.dir" value="${env.ANDROID_HOME}">
+        <isset property="env.ANDROID_HOME" />
+    </condition>
+
+    <!-- The project.properties file is created and updated by the 'android'
+         tool, as well as ADT.
+
+         This contains project specific properties such as project target, and library
+         dependencies. Lower level build properties are stored in ant.properties
+         (or in .classpath for Eclipse projects).
+
+         This file is an integral part of the build system for your
+         application and should be checked into Version Control Systems. -->
+    <loadproperties srcFile="project.properties" />
+
+    <!-- quick check on sdk.dir -->
+    <fail
+            message="sdk.dir is missing. Make sure to generate local.properties using 'android update project' or to inject it through the ANDROID_HOME environment variable."
+            unless="sdk.dir"
+    />
+
+    <!--
+        Import per project custom build rules if present at the root of the project.
+        This is the place to put custom intermediary targets such as:
+            -pre-build
+            -pre-compile
+            -post-compile (This is typically used for code obfuscation.
+                           Compiled code location: ${out.classes.absolute.dir}
+                           If this is not done in place, override ${out.dex.input.absolute.dir})
+            -post-package
+            -post-build
+            -pre-clean
+    -->
+    <import file="custom_rules.xml" optional="true" />
+
+    <!-- Import the actual build file.
+
+         To customize existing targets, there are two options:
+         - Customize only one target:
+             - copy/paste the target into this file, *before* the
+               <import> task.
+             - customize it to your needs.
+         - Customize the whole content of build.xml
+             - copy/paste the content of the rules files (minus the top node)
+               into this file, replacing the <import> task.
+             - customize to your needs.
+
+         ***********************
+         ****** IMPORTANT ******
+         ***********************
+         In all cases you must update the value of version-tag below to read 'custom' instead of an integer,
+         in order to avoid having your file be overridden by tools such as "android update project"
+    -->
+    <!-- version-tag: 1 -->
+    <import file="${sdk.dir}/tools/ant/build.xml" />
+
+</project>

+ 1 - 0
android/gen/R.java.d

@@ -0,0 +1 @@
+ : /home/mikymod/Repositories/git/crown/build/android/bin/AndroidManifest.xml \

+ 6 - 0
android/gen/crown/android/BuildConfig.java

@@ -0,0 +1,6 @@
+/** Automatically generated file. DO NOT MODIFY */
+package crown.android;
+
+public final class BuildConfig {
+    public final static boolean DEBUG = true;
+}

+ 133 - 0
android/jni/Android.mk

@@ -0,0 +1,133 @@
+# Copyright (C) 2010 The Android Open Source Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+LOCAL_PATH := $(call my-dir)
+
+include $(CLEAR_VARS)
+
+LOCAL_MODULE    := crown
+LOCAL_SRC_FILES :=\
+	core/bv/Circle.cpp\
+	core/bv/Frustum.cpp\
+	core/bv/Rect.cpp\
+	core/containers/Generic.cpp\
+	core/containers/Str.cpp\
+	core/math/Color4.cpp\
+	core/math/Mat3.cpp\
+	core/math/Mat4.cpp\
+	core/math/MathUtils.cpp\
+	core/math/Plane.cpp\
+	core/math/Quat.cpp\
+	core/math/Shape.cpp\
+	core/math/Vec2.cpp\
+	core/math/Vec3.cpp\
+	core/math/Vec4.cpp\
+	core/mem/MallocAllocator.cpp\
+	core/streams/FileStream.cpp\
+	core/streams/MemoryStream.cpp\
+	core/streams/Stream.cpp\
+\
+	input/EventDispatcher.cpp\
+	input/InputManager.cpp\
+\
+	loaders/BMPImageLoader.cpp\
+	loaders/TGAImageLoader.cpp\
+\
+	os/OS.cpp\
+	os/android/AndroidOS.cpp\
+	os/android/AndroidInput.cpp\
+	os/android/AndroidDevice.cpp\
+	os/android/File.cpp\
+\
+	Filesystem.cpp\
+\
+	renderers/gles/GLESIndexBuffer.cpp\
+	renderers/gles/GLESRenderer.cpp\
+	renderers/gles/GLESTexture.cpp\
+	renderers/gles/GLESTextureManager.cpp\
+	renderers/gles/GLESUtils.cpp\
+	renderers/gles/GLESVertexBuffer.cpp\
+\
+	Camera.cpp\
+	Device.cpp\
+	Font.cpp\
+	FontManager.cpp\
+	Image.cpp\
+	ImageLoader.cpp\
+	Log.cpp\
+	Material.cpp\
+	MaterialManager.cpp\
+	MeshChunk.cpp\
+	Mesh.cpp\
+	MeshManager.cpp\
+	MovableCamera.cpp\
+	Pixel.cpp\
+	Renderer.cpp\
+	ResourceManager.cpp\
+	Skybox.cpp\
+	FPSSystem.cpp\
+\
+
+LOCAL_C_INCLUDES	:=\
+	$(LOCAL_PATH)/core\
+	$(LOCAL_PATH)/core/math\
+	$(LOCAL_PATH)/core/compressors\
+	$(LOCAL_PATH)/core/containers\
+	$(LOCAL_PATH)/core/bv\
+	$(LOCAL_PATH)/core/mem\
+	$(LOCAL_PATH)/core/streams\
+	$(LOCAL_PATH)/loaders\
+	$(LOCAL_PATH)/os\
+	$(LOCAL_PATH)/os/android\
+	$(LOCAL_PATH)/renderers\
+	$(LOCAL_PATH)/things\
+	$(LOCAL_PATH)/filesystem\
+	$(LOCAL_PATH)/renderers/gl\
+	$(LOCAL_PATH)/renderers/gles\
+	$(LOCAL_PATH)/renderers/gles/egl\
+	$(LOCAL_PATH)/input\
+
+LOCAL_CPPFLAGS	:= -g -fexceptions
+LOCAL_LDLIBS	:= -llog -landroid -lGLESv1_CM
+include $(BUILD_SHARED_LIBRARY)
+
+include $(CLEAR_VARS)
+
+LOCAL_MODULE    := triangle
+LOCAL_SRC_FILES := samples/android/triangle.cpp
+
+LOCAL_C_INCLUDES	:=\
+	$(LOCAL_PATH)/core\
+	$(LOCAL_PATH)/core/math\
+	$(LOCAL_PATH)/core/containers\
+	$(LOCAL_PATH)/core/bv\
+	$(LOCAL_PATH)/core/mem\
+	$(LOCAL_PATH)/core/streams\
+	$(LOCAL_PATH)/loaders\
+	$(LOCAL_PATH)/os\
+	$(LOCAL_PATH)/os/android\
+	$(LOCAL_PATH)/renderers\
+	$(LOCAL_PATH)/filesystem\
+	$(LOCAL_PATH)/renderers/gles\
+	$(LOCAL_PATH)/renderers/gles/egl\
+	$(LOCAL_PATH)/input\
+	$(LOCAL_PATH)/samples\
+
+LOCAL_CPPFLAGS	:= -g -fexceptions
+LOCAL_LDLIBS	:= -llog -landroid -lGLESv1_CM -lz
+LOCAL_STATIC_LIBRARIES := crown
+#LOCAL_STATIC_LIBRARIES := android_native_app_glue
+include $(BUILD_SHARED_LIBRARY)
+#(call import-module, android/native_app_glue)
+

+ 3 - 0
android/jni/Application.mk

@@ -0,0 +1,3 @@
+APP_PLATFORM := android-9
+APP_STL := gnustl_static
+APP_ABI := armeabi-v7a

+ 1 - 0
android/jni/CMakeLists.txt

@@ -0,0 +1 @@
+/home/mikymod/Repositories/git/crown/src/CMakeLists.txt

+ 1 - 0
android/jni/Camera.cpp

@@ -0,0 +1 @@
+/home/mikymod/Repositories/git/crown/src/Camera.cpp

+ 1 - 0
android/jni/Camera.h

@@ -0,0 +1 @@
+/home/mikymod/Repositories/git/crown/src/Camera.h

+ 1 - 0
android/jni/Config.h

@@ -0,0 +1 @@
+/home/mikymod/Repositories/git/crown/src/Config.h

+ 1 - 0
android/jni/Crown.h

@@ -0,0 +1 @@
+/home/mikymod/Repositories/git/crown/src/Crown.h

+ 1 - 0
android/jni/Data.h

@@ -0,0 +1 @@
+/home/mikymod/Repositories/git/crown/src/Data.h

+ 1 - 0
android/jni/Device.cpp

@@ -0,0 +1 @@
+/home/mikymod/Repositories/git/crown/src/Device.cpp

+ 1 - 0
android/jni/Device.h

@@ -0,0 +1 @@
+/home/mikymod/Repositories/git/crown/src/Device.h

+ 1 - 0
android/jni/EventBuffer.cpp

@@ -0,0 +1 @@
+/home/mikymod/Repositories/git/crown/src/EventBuffer.cpp

+ 1 - 0
android/jni/EventBuffer.h

@@ -0,0 +1 @@
+/home/mikymod/Repositories/git/crown/src/EventBuffer.h

+ 1 - 0
android/jni/FPSSystem.cpp

@@ -0,0 +1 @@
+/home/mikymod/Repositories/git/crown/src/FPSSystem.cpp

+ 1 - 0
android/jni/FPSSystem.h

@@ -0,0 +1 @@
+/home/mikymod/Repositories/git/crown/src/FPSSystem.h

+ 1 - 0
android/jni/Filesystem.cpp

@@ -0,0 +1 @@
+/home/mikymod/Repositories/git/crown/src/Filesystem.cpp

+ 1 - 0
android/jni/Filesystem.h

@@ -0,0 +1 @@
+/home/mikymod/Repositories/git/crown/src/Filesystem.h

+ 1 - 0
android/jni/Font.cpp

@@ -0,0 +1 @@
+/home/mikymod/Repositories/git/crown/src/Font.cpp

+ 1 - 0
android/jni/Font.h

@@ -0,0 +1 @@
+/home/mikymod/Repositories/git/crown/src/Font.h

+ 1 - 0
android/jni/FontManager.cpp

@@ -0,0 +1 @@
+/home/mikymod/Repositories/git/crown/src/FontManager.cpp

+ 1 - 0
android/jni/FontManager.h

@@ -0,0 +1 @@
+/home/mikymod/Repositories/git/crown/src/FontManager.h

+ 1 - 0
android/jni/Glyph.h

@@ -0,0 +1 @@
+/home/mikymod/Repositories/git/crown/src/Glyph.h

+ 1 - 0
android/jni/Image.cpp

@@ -0,0 +1 @@
+/home/mikymod/Repositories/git/crown/src/Image.cpp

+ 1 - 0
android/jni/Image.h

@@ -0,0 +1 @@
+/home/mikymod/Repositories/git/crown/src/Image.h

+ 1 - 0
android/jni/ImageLoader.cpp

@@ -0,0 +1 @@
+/home/mikymod/Repositories/git/crown/src/ImageLoader.cpp

+ 1 - 0
android/jni/ImageLoader.h

@@ -0,0 +1 @@
+/home/mikymod/Repositories/git/crown/src/ImageLoader.h

+ 1 - 0
android/jni/IndexBuffer.h

@@ -0,0 +1 @@
+/home/mikymod/Repositories/git/crown/src/IndexBuffer.h

+ 1 - 0
android/jni/Log.cpp

@@ -0,0 +1 @@
+/home/mikymod/Repositories/git/crown/src/Log.cpp

+ 1 - 0
android/jni/Log.h

@@ -0,0 +1 @@
+/home/mikymod/Repositories/git/crown/src/Log.h

+ 1 - 0
android/jni/Material.cpp

@@ -0,0 +1 @@
+/home/mikymod/Repositories/git/crown/src/Material.cpp

+ 1 - 0
android/jni/Material.h

@@ -0,0 +1 @@
+/home/mikymod/Repositories/git/crown/src/Material.h

+ 1 - 0
android/jni/MaterialManager.cpp

@@ -0,0 +1 @@
+/home/mikymod/Repositories/git/crown/src/MaterialManager.cpp

+ 1 - 0
android/jni/MaterialManager.h

@@ -0,0 +1 @@
+/home/mikymod/Repositories/git/crown/src/MaterialManager.h

+ 1 - 0
android/jni/Mesh.cpp

@@ -0,0 +1 @@
+/home/mikymod/Repositories/git/crown/src/Mesh.cpp

+ 1 - 0
android/jni/Mesh.h

@@ -0,0 +1 @@
+/home/mikymod/Repositories/git/crown/src/Mesh.h

+ 1 - 0
android/jni/MeshChunk.cpp

@@ -0,0 +1 @@
+/home/mikymod/Repositories/git/crown/src/MeshChunk.cpp

+ 1 - 0
android/jni/MeshChunk.h

@@ -0,0 +1 @@
+/home/mikymod/Repositories/git/crown/src/MeshChunk.h

+ 1 - 0
android/jni/MeshLoader.h

@@ -0,0 +1 @@
+/home/mikymod/Repositories/git/crown/src/MeshLoader.h

+ 1 - 0
android/jni/MeshManager.cpp

@@ -0,0 +1 @@
+/home/mikymod/Repositories/git/crown/src/MeshManager.cpp

+ 1 - 0
android/jni/MeshManager.h

@@ -0,0 +1 @@
+/home/mikymod/Repositories/git/crown/src/MeshManager.h

+ 1 - 0
android/jni/MovableCamera.cpp

@@ -0,0 +1 @@
+/home/mikymod/Repositories/git/crown/src/MovableCamera.cpp

+ 1 - 0
android/jni/MovableCamera.h

@@ -0,0 +1 @@
+/home/mikymod/Repositories/git/crown/src/MovableCamera.h

+ 1 - 0
android/jni/OcclusionQuery.h

@@ -0,0 +1 @@
+/home/mikymod/Repositories/git/crown/src/OcclusionQuery.h

+ 1 - 0
android/jni/Pixel.cpp

@@ -0,0 +1 @@
+/home/mikymod/Repositories/git/crown/src/Pixel.cpp

+ 1 - 0
android/jni/Pixel.h

@@ -0,0 +1 @@
+/home/mikymod/Repositories/git/crown/src/Pixel.h

+ 1 - 0
android/jni/Renderer.cpp

@@ -0,0 +1 @@
+/home/mikymod/Repositories/git/crown/src/Renderer.cpp

+ 1 - 0
android/jni/Renderer.h

@@ -0,0 +1 @@
+/home/mikymod/Repositories/git/crown/src/Renderer.h

+ 1 - 0
android/jni/Resource.h

@@ -0,0 +1 @@
+/home/mikymod/Repositories/git/crown/src/Resource.h

+ 1 - 0
android/jni/ResourceManager.cpp

@@ -0,0 +1 @@
+/home/mikymod/Repositories/git/crown/src/ResourceManager.cpp

+ 1 - 0
android/jni/ResourceManager.h

@@ -0,0 +1 @@
+/home/mikymod/Repositories/git/crown/src/ResourceManager.h

+ 1 - 0
android/jni/Skybox.cpp

@@ -0,0 +1 @@
+/home/mikymod/Repositories/git/crown/src/Skybox.cpp

+ 1 - 0
android/jni/Skybox.h

@@ -0,0 +1 @@
+/home/mikymod/Repositories/git/crown/src/Skybox.h

+ 1 - 0
android/jni/SpriteAnimator.cpp

@@ -0,0 +1 @@
+/home/mikymod/Repositories/git/crown/src/SpriteAnimator.cpp

+ 1 - 0
android/jni/SpriteAnimator.h

@@ -0,0 +1 @@
+/home/mikymod/Repositories/git/crown/src/SpriteAnimator.h

+ 1 - 0
android/jni/System.h

@@ -0,0 +1 @@
+/home/mikymod/Repositories/git/crown/src/System.h

+ 1 - 0
android/jni/Terrain.cpp

@@ -0,0 +1 @@
+/home/mikymod/Repositories/git/crown/src/Terrain.cpp

+ 1 - 0
android/jni/Terrain.h

@@ -0,0 +1 @@
+/home/mikymod/Repositories/git/crown/src/Terrain.h

+ 1 - 0
android/jni/TextRenderer.cpp

@@ -0,0 +1 @@
+/home/mikymod/Repositories/git/crown/src/TextRenderer.cpp

+ 1 - 0
android/jni/TextRenderer.h

@@ -0,0 +1 @@
+/home/mikymod/Repositories/git/crown/src/TextRenderer.h

+ 1 - 0
android/jni/Texture.h

@@ -0,0 +1 @@
+/home/mikymod/Repositories/git/crown/src/Texture.h

+ 1 - 0
android/jni/TextureManager.h

@@ -0,0 +1 @@
+/home/mikymod/Repositories/git/crown/src/TextureManager.h

+ 1 - 0
android/jni/VertexBuffer.h

@@ -0,0 +1 @@
+/home/mikymod/Repositories/git/crown/src/VertexBuffer.h

+ 1 - 0
android/jni/World.cpp

@@ -0,0 +1 @@
+/home/mikymod/Repositories/git/crown/src/World.cpp

+ 1 - 0
android/jni/World.h

@@ -0,0 +1 @@
+/home/mikymod/Repositories/git/crown/src/World.h

+ 1 - 0
android/jni/core

@@ -0,0 +1 @@
+/home/mikymod/Repositories/git/crown/src/core

+ 1 - 0
android/jni/input

@@ -0,0 +1 @@
+/home/mikymod/Repositories/git/crown/src/input

+ 1 - 0
android/jni/loaders

@@ -0,0 +1 @@
+/home/mikymod/Repositories/git/crown/src/loaders

+ 1 - 0
android/jni/network

@@ -0,0 +1 @@
+/home/mikymod/Repositories/git/crown/src/network

+ 1 - 0
android/jni/os

@@ -0,0 +1 @@
+/home/mikymod/Repositories/git/crown/src/os

+ 1 - 0
android/jni/renderers

@@ -0,0 +1 @@
+/home/mikymod/Repositories/git/crown/src/renderers

+ 1 - 0
android/jni/samples

@@ -0,0 +1 @@
+../../../samples/

BIN
android/libs/armeabi-v7a/libcrown.so


BIN
android/libs/armeabi-v7a/libtriangle.so


+ 10 - 0
android/local.properties

@@ -0,0 +1,10 @@
+# This file is automatically generated by Android Tools.
+# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
+#
+# This file must *NOT* be checked into Version Control Systems,
+# as it contains information specific to your local configuration.
+
+# location of the SDK. This is only used by Ant
+# For customization when using a Version Control System, please read the
+# header note.
+sdk.dir=/opt/android-sdk

Một số tệp đã không được hiển thị bởi vì quá nhiều tập tin thay đổi trong này khác