diff --git a/project/jni/application/openarena/AndroidAppSettings.cfg b/project/jni/application/openarena/AndroidAppSettings.cfg index 9d92847c3..313258143 100644 --- a/project/jni/application/openarena/AndroidAppSettings.cfg +++ b/project/jni/application/openarena/AndroidAppSettings.cfg @@ -7,10 +7,10 @@ AppName="OpenArena" AppFullName=ws.openarena.sdl # Application version code (integer) -AppVersionCode=08824 +AppVersionCode=08825 # Application user-visible version name (string) -AppVersionName="0.8.8.24" +AppVersionName="0.8.8.25" # 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 diff --git a/project/jni/application/openarena/engine b/project/jni/application/openarena/engine index c1570bd59..a98ce32e8 160000 --- a/project/jni/application/openarena/engine +++ b/project/jni/application/openarena/engine @@ -1 +1 @@ -Subproject commit c1570bd5905798ff3ece2761de52989de0336e0d +Subproject commit a98ce32e8388c953475d8da31cbc294a4720489f diff --git a/project/jni/application/openarena/vm b/project/jni/application/openarena/vm index 834485b09..3acfbaab2 160000 --- a/project/jni/application/openarena/vm +++ b/project/jni/application/openarena/vm @@ -1 +1 @@ -Subproject commit 834485b09a60dcab3e756a4e42fdfdd40db9a510 +Subproject commit 3acfbaab26f98120f8e6cd9eff513e6c8320b4d9 diff --git a/todo.txt b/todo.txt index 4f32dffe0..81d16a875 100644 --- a/todo.txt +++ b/todo.txt @@ -22,9 +22,7 @@ Requested features, might never get implemented TODO, which will get actually done ================================== -- OpenArena: move 3-rd person camera to the side, above shoulder. - -- OpenArena: two new aiming modes - no-swipe aiming, with and without double-tap. +- OpenArena: Smooth camera rotation in aim under finger mode. - OpenArena: chat text input should be faster. @@ -32,10 +30,6 @@ TODO, which will get actually done - OpenArena: When entering with USB keyboard into chatbox, first 't' disappears. -- OpenArena: Help image with controller buttons for Ouya: https://www.dropbox.com/s/ynrso4n8kpkf3b9/OUYA_Controller_Overlay-01.png - -- OpenArena: option to switch analog joysticks on gamepad. - - SuperTux: Update, enable OpenGL renderer, add touchscreen jump helper. - UfoAI: huge huge update.