OpenArena: bump version
This commit is contained in:
@@ -7,10 +7,10 @@ AppName="OpenArena"
|
||||
AppFullName=ws.openarena.sdl
|
||||
|
||||
# Application version code (integer)
|
||||
AppVersionCode=08830
|
||||
AppVersionCode=08831
|
||||
|
||||
# Application user-visible version name (string)
|
||||
AppVersionName="0.8.8.30"
|
||||
AppVersionName="0.8.8.31"
|
||||
|
||||
# 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
|
||||
|
||||
@@ -24,7 +24,7 @@ env NO_SHARED_LIBS=1 V=1 ../setEnvironment-$1.sh make -C vm -j8 PLATFORM=android
|
||||
../setEnvironment-$1.sh make -j8 -C engine release \
|
||||
PLATFORM=android ARCH=$1 USE_GLES=1 USE_LOCAL_HEADERS=0 BUILD_CLIENT_SMP=0 \
|
||||
USE_OPENAL=1 USE_OPENAL_DLOPEN=0 USE_VOIP=1 USE_CURL=1 USE_CURL_DLOPEN=0 USE_CODEC_VORBIS=1 USE_MUMBLE=0 USE_FREETYPE=1 \
|
||||
USE_RENDERER_DLOPEN=0 USE_INTERNAL_ZLIB=0 USE_INTERNAL_JPEG=1 BUILD_RENDERER_REND2=0 && \
|
||||
USE_RENDERER_DLOPEN=0 USE_INTERNAL_ZLIB=0 USE_INTERNAL_JPEG=1 BUILD_RENDERER_REND2=0 C_ONLY=1 && \
|
||||
echo "Copying engine/build/release-android-$1/openarena.$1 -> libapplication-$1.so" && \
|
||||
cp -f engine/build/release-android-$1/openarena.$1 libapplication-$1.so || exit 1
|
||||
exit 0
|
||||
|
||||
BIN
project/jni/application/openarena/banner.png
Normal file
BIN
project/jni/application/openarena/banner.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 87 KiB |
Submodule project/jni/application/openarena/engine updated: a6c6f13f93...f19d8ca37d
Submodule project/jni/application/openarena/vm updated: 7d7214e76a...601fb2c762
6
todo.txt
6
todo.txt
@@ -7,12 +7,10 @@ TODO, which will get actually done
|
||||
|
||||
- TeeWorlds: aiming with gyroscope.
|
||||
|
||||
- OpenArena: fix aiming angles jumping at random after the first zoom and after respawn, publish to Android TV.
|
||||
|
||||
- OpenArena: fix VR mode, add settings for eye separation and focus angle.
|
||||
|
||||
- OpenArena: add dynamic camera/joystick, add option for joystick tap action.
|
||||
|
||||
- OpenArena: add Google Play Games network support.
|
||||
|
||||
- USB Keyboard: options for camera feed size and for redefining remote menu hotkey.
|
||||
|
||||
- OpenTTD: 24bpp color mode + 32bpp blitter in SDL menu.
|
||||
|
||||
Reference in New Issue
Block a user