OpenArena: bump version

This commit is contained in:
pelya
2016-03-17 12:19:26 +02:00
parent 033be3ee53
commit f3a8d960e8
6 changed files with 7 additions and 9 deletions

View File

@@ -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

View File

@@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 KiB

View File

@@ -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.