Upodated OpenArena and TODO
This commit is contained in:
@@ -164,16 +164,16 @@ FirstStartMenuOptions=''
|
||||
|
||||
# Enable multi-ABI binary, with hardware FPU support - it will also work on old devices,
|
||||
# but .apk size is 2x bigger (y) / (n) / (x86) / (all)
|
||||
MultiABI=y
|
||||
MultiABI=all
|
||||
|
||||
# Minimum amount of RAM application requires, in Mb, SDL will print warning to user if it's lower
|
||||
AppMinimumRAM=300
|
||||
|
||||
# Application version code (integer)
|
||||
AppVersionCode=08823
|
||||
AppVersionCode=08824
|
||||
|
||||
# Application user-visible version name (string)
|
||||
AppVersionName="0.8.8.23"
|
||||
AppVersionName="0.8.8.24"
|
||||
|
||||
# Reset SDL config when updating application to the new version (y) / (n)
|
||||
ResetSdlConfigForThisVersion=n
|
||||
|
||||
@@ -17,7 +17,7 @@ if [ "$1" = "armeabi" ]; then (
|
||||
) || exit 1
|
||||
fi
|
||||
|
||||
env NO_SHARED_LIBS=1 BUILD_EXECUTABLE=1 V=1 ../setEnvironment-armeabi.sh make -C vm -j8 PLATFORM=android ARCH=$1 USE_LOCAL_HEADERS=0 BUILD_MISSIONPACK=0 || exit 1
|
||||
env NO_SHARED_LIBS=1 BUILD_EXECUTABLE=1 V=1 ../setEnvironment-$1.sh make -C vm -j8 PLATFORM=android ARCH=$1 USE_LOCAL_HEADERS=0 BUILD_MISSIONPACK=0 || exit 1
|
||||
|
||||
# Do not generate shared game logic libs - QVM files are used instead
|
||||
# ../setEnvironment-armeabi.sh sh -c "cd vm/build/release-android-$1/baseq3 && \$STRIP --strip-unneeded *.so && zip ../../../../AndroidData/binaries.zip *.so"
|
||||
|
||||
Submodule project/jni/application/openarena/engine updated: 30e98be358...ee58857e50
Submodule project/jni/boost/src updated: 43d243584f...82900d3d0e
@@ -20,6 +20,6 @@ LOCAL_SHARED_LIBRARIES += sdl_image sdl_ttf
|
||||
|
||||
LOCAL_STATIC_LIBRARIES :=
|
||||
|
||||
LOCAL_LDLIBS :=
|
||||
LOCAL_LDLIBS := -llog
|
||||
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
|
||||
@@ -52,6 +52,8 @@
|
||||
#include "guichan/graphics.hpp"
|
||||
#include "guichan/sdl/sdlgraphics.hpp"
|
||||
|
||||
#include <android/log.h>
|
||||
|
||||
namespace gcn
|
||||
{
|
||||
namespace contrib
|
||||
@@ -68,6 +70,7 @@ namespace gcn
|
||||
|
||||
if (mFont == NULL)
|
||||
{
|
||||
__android_log_print(ANDROID_LOG_INFO, "GUICHAN", "Cannot open font %s: %s", filename.c_str(), TTF_GetError());
|
||||
throw GCN_EXCEPTION("SDLTrueTypeFont::SDLTrueTypeFont. "+std::string(TTF_GetError()));
|
||||
}
|
||||
}
|
||||
|
||||
4
todo.txt
4
todo.txt
@@ -17,6 +17,8 @@ Requested features, might never get implemented
|
||||
- Support of libjnigraphics (it will disable on-screen keyboard, only SW SDL screen surface supported).
|
||||
This is not relevant already, as every device around is fast enough with GL.
|
||||
|
||||
- Cloud save support.
|
||||
|
||||
TODO, which will get actually done
|
||||
==================================
|
||||
|
||||
@@ -28,8 +30,6 @@ TODO, which will get actually done
|
||||
|
||||
- OpenArena: Shift and Ctrl keys on USB keyboard do not work for text input.
|
||||
|
||||
- OpenArena: Play silence if audio buffer underrun.
|
||||
|
||||
- OpenArena: When entering with USB keyboard into chatbox, first 't' disappears.
|
||||
|
||||
- OpenArena: enable mouse events, make mouse move with HOVER event, remove warnings.
|
||||
|
||||
Reference in New Issue
Block a user