Some fies to FreeHeroes2
This commit is contained in:
@@ -2,10 +2,10 @@
|
|||||||
AppSettingVersion=15
|
AppSettingVersion=15
|
||||||
LibSdlVersion=1.2
|
LibSdlVersion=1.2
|
||||||
AppName="Free Heroes 2"
|
AppName="Free Heroes 2"
|
||||||
AppFullName=com.googlecode.fheroes2
|
AppFullName=net.sourceforge.fheroes2
|
||||||
ScreenOrientation=h
|
ScreenOrientation=h
|
||||||
InhibitSuspend=n
|
InhibitSuspend=n
|
||||||
AppDataDownloadUrl="Game data|keys.zip"
|
AppDataDownloadUrl="Game data|data.zip^MIDI music support|http://sourceforge.net/projects/libsdl-android/files/timidity.zip/download"
|
||||||
SdlVideoResize=y
|
SdlVideoResize=y
|
||||||
SdlVideoResizeKeepAspect=n
|
SdlVideoResizeKeepAspect=n
|
||||||
NeedDepthBuffer=n
|
NeedDepthBuffer=n
|
||||||
@@ -23,9 +23,9 @@ AppTouchscreenKeyboardKeysAmountAutoFire=0
|
|||||||
MultiABI=n
|
MultiABI=n
|
||||||
AppVersionCode=100
|
AppVersionCode=100
|
||||||
AppVersionName="1.0.0"
|
AppVersionName="1.0.0"
|
||||||
CompiledLibraries="sdl_net sdl_mixer sdl_image png"
|
CompiledLibraries="sdl_net sdl_mixer sdl_image sdl_ttf png intl"
|
||||||
CustomBuildScript=n
|
CustomBuildScript=n
|
||||||
AppCflags='-fexceptions -finline-functions -O2 -DWITH_ZLIB -DWITH_MIXER -DWITH_NET -DWITH_XML -DWITH_IMAGE'
|
AppCflags='-fexceptions -finline-functions -O2 -DWITH_ZLIB -DWITH_MIXER -DWITH_NET -DWITH_XML -DWITH_IMAGE -DWITH_TTF'
|
||||||
AppLdflags=''
|
AppLdflags=''
|
||||||
AppSubdirsBuild=''
|
AppSubdirsBuild=''
|
||||||
AppUseCrystaXToolchain=y
|
AppUseCrystaXToolchain=y
|
||||||
|
|||||||
BIN
project/jni/application/fheroes2/AndroidData/data.zip
Normal file
BIN
project/jni/application/fheroes2/AndroidData/data.zip
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 11 KiB |
@@ -136,6 +136,8 @@ will most probably fail because of ranlib - just edit Android.mk to compile lib
|
|||||||
MIDI support can be emulated via SDL_mixer lib (it uses Timidity internally)- download file
|
MIDI support can be emulated via SDL_mixer lib (it uses Timidity internally)- download file
|
||||||
http://www.libsdl.org/projects/mixer/timidity/timidity.tar.gz
|
http://www.libsdl.org/projects/mixer/timidity/timidity.tar.gz
|
||||||
unpack it and put "timidity" dir into your game data zipfile.
|
unpack it and put "timidity" dir into your game data zipfile.
|
||||||
|
Or you may specify this URL directly as an optional download for ChangeAppSettings.sh:
|
||||||
|
http://sourceforge.net/projects/libsdl-android/files/timidity.zip/download
|
||||||
|
|
||||||
The ARM architecture has some limitations which you have to be aware about -
|
The ARM architecture has some limitations which you have to be aware about -
|
||||||
if you'll access integer that's not 4-byte aligned you'll get garbage instead of correct value,
|
if you'll access integer that's not 4-byte aligned you'll get garbage instead of correct value,
|
||||||
|
|||||||
Reference in New Issue
Block a user