diff --git a/project/jni/application/openlierox/AndroidAppSettings.cfg b/project/jni/application/openlierox/AndroidAppSettings.cfg index 4deefbade..001887af2 100644 --- a/project/jni/application/openlierox/AndroidAppSettings.cfg +++ b/project/jni/application/openlierox/AndroidAppSettings.cfg @@ -7,10 +7,10 @@ AppName="OpenLieroX" AppFullName=openlierox.net # Application version code (integer) -AppVersionCode=0591006 +AppVersionCode=0591007 # Application user-visible version name (string) -AppVersionName="0.59b10a06" +AppVersionName="0.59b10a07" # Specify path to download application data in zip archive in the form 'Description|URL|MirrorURL^Description2|URL2|MirrorURL2^...' # If you'll start Description with '!' symbol it will be enabled by default, other downloads should be selected by user from startup config menu @@ -138,7 +138,7 @@ GenerateSubframeTouchEvents=n ForceRelativeMouseMode=n # Show on-screen dpad/joystick, that will act as arrow keys (y) or (n) -AppNeedsArrowKeys=y +AppNeedsArrowKeys=n # On-screen dpad/joystick will appear under finger when it touches the screen (y) or (n) # Joystick always follows finger, so moving mouse requires touching the screen with other finger @@ -149,7 +149,7 @@ AppNeedsTextInput=n # Application uses joystick (y) or (n), the on-screen DPAD will be used as joystick 0 axes 0-1 # This will disable AppNeedsArrowKeys option -AppUsesJoystick=n +AppUsesJoystick=y # Application uses second on-screen joystick, as SDL joystick 0 axes 2-3 (y)/(n) AppUsesSecondJoystick=n @@ -264,8 +264,8 @@ APP_PLATFORM=android-21 # Specify architectures to compile, 'all' or 'y' to compile for all architectures. # Available architectures: armeabi armeabi-v7a x86 mips arm64-v8a -MultiABI='armeabi-v7a' # arm64-v8a x86 -#MultiABI='x86' +MultiABI='armeabi-v7a arm64-v8a' # arm64-v8a x86 +#MultiABI='x86 x86_64' # Optional shared libraries to compile - removing some of them will save space # MP3 support by libMAD is encumbered by patents and libMAD is GPL-ed diff --git a/project/jni/application/openlierox/AndroidPreBuild.sh b/project/jni/application/openlierox/AndroidPreBuild.sh index 4e05b84a6..982b00a9c 100755 --- a/project/jni/application/openlierox/AndroidPreBuild.sh +++ b/project/jni/application/openlierox/AndroidPreBuild.sh @@ -1,5 +1,7 @@ #!/bin/sh +cp -f keen.raw ../../../res/raw/ + [ -e AndroidData/data.zip.xz ] && exit 0 cd src/share/gamedir rm -f ../data.zip diff --git a/project/jni/application/openlierox/keen.raw b/project/jni/application/openlierox/keen.raw new file mode 100644 index 000000000..8355698fb Binary files /dev/null and b/project/jni/application/openlierox/keen.raw differ diff --git a/project/jni/application/openlierox/src b/project/jni/application/openlierox/src index 893b21de6..84c4bf620 160000 --- a/project/jni/application/openlierox/src +++ b/project/jni/application/openlierox/src @@ -1 +1 @@ -Subproject commit 893b21de6d0f051097054f0ff7bb3ae628684194 +Subproject commit 84c4bf62010adb7c6f3457d48891145ca002b0e2