Updated OpenTTD
This commit is contained in:
@@ -7,10 +7,10 @@ AppName="OpenTTD"
|
|||||||
AppFullName=org.openttd.sdl
|
AppFullName=org.openttd.sdl
|
||||||
|
|
||||||
# Application version code (integer)
|
# Application version code (integer)
|
||||||
AppVersionCode=14434
|
AppVersionCode=14435
|
||||||
|
|
||||||
# Application user-visible version name (string)
|
# Application user-visible version name (string)
|
||||||
AppVersionName="1.4.4.34"
|
AppVersionName="1.4.4.35"
|
||||||
|
|
||||||
# Specify path to download application data in zip archive in the form 'Description|URL|MirrorURL^Description2|URL2|MirrorURL2^...'
|
# 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
|
# If you'll start Description with '!' symbol it will be enabled by default, other downloads should be selected by user from startup config menu
|
||||||
@@ -213,7 +213,7 @@ FirstStartMenuOptions=''
|
|||||||
|
|
||||||
# Specify architectures to compile, 'all' or 'y' to compile for all architectures.
|
# Specify architectures to compile, 'all' or 'y' to compile for all architectures.
|
||||||
# Available architectures: armeabi armeabi-v7a armeabi-v7a-hard x86 mips
|
# Available architectures: armeabi armeabi-v7a armeabi-v7a-hard x86 mips
|
||||||
MultiABI='armeabi-v7a' #armeabi-v7a x86
|
MultiABI='armeabi-v7a x86' #armeabi-v7a x86
|
||||||
|
|
||||||
# Minimum amount of RAM application requires, in Mb, SDL will print warning to user if it's lower
|
# Minimum amount of RAM application requires, in Mb, SDL will print warning to user if it's lower
|
||||||
AppMinimumRAM=0
|
AppMinimumRAM=0
|
||||||
|
|||||||
@@ -7,7 +7,11 @@ mkdir -p openttd-pc openttd-pc/baseset
|
|||||||
cd openttd-pc
|
cd openttd-pc
|
||||||
[ -e bin/baseset ] || cp -a ../src/bin .
|
[ -e bin/baseset ] || cp -a ../src/bin .
|
||||||
|
|
||||||
|
export CFLAGS=-O0
|
||||||
|
export CXXFLAGS=-O0
|
||||||
|
|
||||||
[ -e Makefile ] || ../src/configure --enable-debug || exit 1
|
[ -e Makefile ] || ../src/configure --enable-debug || exit 1
|
||||||
make -j8 || exit 1
|
make -j8 VERBOSE=1 || exit 1
|
||||||
cd bin
|
cd bin
|
||||||
gdb -ex run ./openttd
|
#gdb -ex run --args ./openttd
|
||||||
|
./openttd -d 1 -r 854x480 -g opntitle.sav
|
||||||
|
|||||||
Submodule project/jni/application/openttd/src updated: 4f77c25546...bb8e38c70f
8
todo.txt
8
todo.txt
@@ -31,12 +31,4 @@ TODO, which will get actually done
|
|||||||
|
|
||||||
- GemRB: update.
|
- GemRB: update.
|
||||||
|
|
||||||
- OpenTTD: position all 'build station' windows in the top-left corner.
|
|
||||||
|
|
||||||
- OpenTTD: hide all windows when performing an action on the map, like laying tracks or creating station or selecting destination.
|
|
||||||
|
|
||||||
- OpenTTD: railroad semaphore dialog buttons too big.
|
|
||||||
|
|
||||||
- OpenTTD: select from menu with two taps, not tap and hold.
|
|
||||||
|
|
||||||
- OpenTTD: tutorial.
|
- OpenTTD: tutorial.
|
||||||
|
|||||||
Reference in New Issue
Block a user