Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
lschmid83 committed Oct 5, 2023
0 parents commit 9c9dcf8
Show file tree
Hide file tree
Showing 2,467 changed files with 624,762 additions and 0 deletions.
13 changes: 13 additions & 0 deletions DragonIsland-Android/.classpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="assets"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="lib" path="libs/jl1.0.1.jar"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
<classpathentry kind="lib" path="C:/Users/Lawrence/github/Dragon Island/DragonIsland-Android/google-play-services_lib/libs/google-play-services.jar"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>
33 changes: 33 additions & 0 deletions DragonIsland-Android/.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>DragonIsland-Android</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>com.android.ide.eclipse.adt.ResourceManagerBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>com.android.ide.eclipse.adt.PreCompilerBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>com.android.ide.eclipse.adt.ApkBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>com.android.ide.eclipse.adt.AndroidNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
4 changes: 4 additions & 0 deletions DragonIsland-Android/.settings/org.eclipse.jdt.core.prefs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
org.eclipse.jdt.core.compiler.compliance=1.5
org.eclipse.jdt.core.compiler.source=1.5
45 changes: 45 additions & 0 deletions DragonIsland-Android/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.citex.android.free.dragonisland"
android:versionCode="16"
android:versionName="2.0" >

<application
android:icon="@drawable/icon"
android:label="@string/app_name" >

<!--This meta-data tag is required to use Google Play Services.-->
<!-- <meta-data android:name="com.google.android.gms.version"
android:value="@integer/google_play_services_version" />-->

<activity
android:configChanges="keyboardHidden|orientation"
android:label="@string/app_name"
android:name="com.citex.dragonisland.android.MainActivity"
android:screenOrientation="landscape"
android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen" >
<intent-filter >
<action android:name="android.intent.action.MAIN" />

<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>

<!--Include the AdActivity configChanges and theme. -->
<activity android:name="com.google.android.gms.ads.AdActivity"
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"
android:theme="@android:style/Theme.Translucent" />

</application>

<uses-sdk android:minSdkVersion="10" android:targetSdkVersion="26"/>

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>

<uses-feature
android:glEsVersion="0x00020000"
android:required="true" />

</manifest>
1 change: 1 addition & 0 deletions DragonIsland-Android/assets/bgr/far/0.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
165,214,254,0
Binary file added DragonIsland-Android/assets/bgr/far/0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions DragonIsland-Android/assets/bgr/far/1.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
171,217,254,256
Binary file added DragonIsland-Android/assets/bgr/far/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions DragonIsland-Android/assets/bgr/far/2.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
120,135,144,246
Binary file added DragonIsland-Android/assets/bgr/far/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions DragonIsland-Android/assets/bgr/far/3.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
192,148,68,246
Binary file added DragonIsland-Android/assets/bgr/far/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions DragonIsland-Android/assets/bgr/far/4.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0,13,14,512
Binary file added DragonIsland-Android/assets/bgr/far/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions DragonIsland-Android/assets/bgr/far/5.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0,13,14,512
Binary file added DragonIsland-Android/assets/bgr/far/5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions DragonIsland-Android/assets/bgr/middle/0.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
165,214,254,0
Binary file added DragonIsland-Android/assets/bgr/middle/0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions DragonIsland-Android/assets/bgr/middle/1.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
165,214,254,160
Binary file added DragonIsland-Android/assets/bgr/middle/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions DragonIsland-Android/assets/bgr/near/0.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
165,214,254,0
Binary file added DragonIsland-Android/assets/bgr/near/0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions DragonIsland-Android/assets/bgr/near/1.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
165,214,254,128
Binary file added DragonIsland-Android/assets/bgr/near/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions DragonIsland-Android/assets/bgr/near/2.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
165,214,254,128
Binary file added DragonIsland-Android/assets/bgr/near/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions DragonIsland-Android/assets/bgr/near/3.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
165,214,254,128
Binary file added DragonIsland-Android/assets/bgr/near/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions DragonIsland-Android/assets/bgr/near/4.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
165,214,254,128
Binary file added DragonIsland-Android/assets/bgr/near/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions DragonIsland-Android/assets/bgr/near/5.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
165,214,254,128
Binary file added DragonIsland-Android/assets/bgr/near/5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added DragonIsland-Android/assets/cache/0.0.0.lvl
Binary file not shown.
14 changes: 14 additions & 0 deletions DragonIsland-Android/assets/chr/1/0.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
32
32
28
stand,0,4,9,16,13,15
walk,5,10,9,16,13,15
jog,11,14,9,16,13,15
run,11,14,9,16,13,15
jump,11,14,9,16,13,15
skid,11,14,9,16,13,15
crouch,20,20,9,20,13,11
die,21,21,8,16,13,15
flag,22,22,8,16,13,15
victory,24,24,8,16,16,15
climb,25,27,8,16,16,15
Binary file added DragonIsland-Android/assets/chr/1/0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions DragonIsland-Android/assets/chr/1/1.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
32
32
37
stand,0,5,8,10,16,21
walk,6,11,8,10,16,21
jog,12,19,8,10,16,21
run,12,19,8,10,16,21
jump,21,25,8,10,16,21
skid,12,19,8,10,16,21
crouch,26,26,8,16,16,15
die,27,29,8,5,16,26
flag,30,30,8,5,16,26
victory,31,34,8,5,16,26
climb,35,36,8,5,16,26
Binary file added DragonIsland-Android/assets/chr/1/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions DragonIsland-Android/assets/chr/1/2.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
32
32
37
stand,0,5,8,10,16,21
walk,6,11,8,10,16,21
jog,12,19,8,10,16,21
run,12,19,8,10,16,21
jump,21,25,8,10,16,21
skid,12,19,8,10,16,21
crouch,26,26,8,16,16,15
die,27,29,8,5,16,26
flag,30,30,8,5,16,26
victory,31,34,8,5,16,26
climb,35,36,8,5,16,26
Binary file added DragonIsland-Android/assets/chr/1/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added DragonIsland-Android/assets/chr/1/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added DragonIsland-Android/assets/chr/1/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions DragonIsland-Android/assets/chr/1/sprite.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
0,Small,32,32,28
1,Large,32,32,37
2,Fire,32,32,37
46 changes: 46 additions & 0 deletions DragonIsland-Android/assets/fnt/console/0.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
0,5
1,4
2,5
3,5
4,5
5,5
6,5
7,5
8,5
9,5
A,5
B,5
C,5
D,5
E,5
F,3
G,5
H,5
I,1
J,2
K,4
L,1
M,7
N,5
O,5
P,5
Q,5
R,4
S,5
T,4
U,5
V,5
W,7
X,5
Y,5
Z,5
-,4
?,4
!,2
.,2
@,3
/,3
`,2
:,2
[,3
],3
Binary file added DragonIsland-Android/assets/fnt/console/0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
46 changes: 46 additions & 0 deletions DragonIsland-Android/assets/fnt/console/1.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
0,5
1,4
2,5
3,5
4,5
5,5
6,5
7,5
8,5
9,5
A,5
B,5
C,5
D,5
E,4
F,4
G,5
H,5
I,1
J,4
K,5
L,4
M,5
N,5
O,5
P,5
Q,5
R,5
S,5
T,5
U,5
V,5
W,7
X,5
Y,5
Z,4
-,4
?,4
!,2
.,2
@,3
/,3
`,2
:,2
[,3
],3
Binary file added DragonIsland-Android/assets/fnt/console/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 42 additions & 0 deletions DragonIsland-Android/assets/fnt/main/0.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
0,9
1,7
2,9
3,9
4,9
5,9
6,9
7,9
8,9
9,9
A,9
B,9
C,9
D,9
E,9
F,9
G,9
H,9
I,5
J,9
K,9
L,9
M,10
N,9
O,9
P,9
Q,9
R,9
S,9
T,9
U,9
V,9
W,10
X,9
Y,9
Z,9
-,9
?,4
!,2
.,4
@,9
/,7
Binary file added DragonIsland-Android/assets/fnt/main/0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 42 additions & 0 deletions DragonIsland-Android/assets/fnt/main/1.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
0,9
1,7
2,9
3,9
4,9
5,9
6,9
7,9
8,9
9,9
A,9
B,9
C,9
D,9
E,9
F,9
G,9
H,9
I,5
J,9
K,9
L,9
M,10
N,9
O,9
P,9
Q,9
R,9
S,9
T,9
U,9
V,9
W,10
X,9
Y,9
Z,9
-,9
?,4
!,2
.,4
@,9
/,7
Binary file added DragonIsland-Android/assets/fnt/main/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions DragonIsland-Android/assets/fnt/score/0.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
0,4
1,3
2,4
3,5
4,5
5,5
6,5
7,5
8,5
9,5
Binary file added DragonIsland-Android/assets/fnt/score/0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 9c9dcf8

Please sign in to comment.