Updated TODO
This commit is contained in:
Submodule project/jni/application/openarena/engine updated: 38d185d06e...db8a095aef
@@ -7,10 +7,10 @@ AppName="OpenTTD"
|
||||
AppFullName=org.openttd.sdl
|
||||
|
||||
# Application version code (integer)
|
||||
AppVersionCode=16058
|
||||
AppVersionCode=16060
|
||||
|
||||
# Application user-visible version name (string)
|
||||
AppVersionName="1.6.0.58"
|
||||
AppVersionName="1.6.0.60"
|
||||
|
||||
# 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
|
||||
|
||||
@@ -18,7 +18,7 @@ cd bin
|
||||
export LD_LIBRARY_PATH=/usr/local/lib
|
||||
|
||||
if [ -z "$1" ]; then
|
||||
./openttd -d 2 -r 854x480
|
||||
./openttd -d 2 -r 854x480 -g opntitle.sav
|
||||
else
|
||||
gdb -ex run --args \
|
||||
./openttd -d 2 -r 854x480 -g opntitle.sav
|
||||
|
||||
Submodule project/jni/application/openttd/src updated: 67a0d38786...a4b1b961ad
4
todo.txt
4
todo.txt
@@ -7,10 +7,12 @@ TODO, which will get actually done
|
||||
|
||||
- TeeWorlds: tap-and-swipe controls.
|
||||
|
||||
- OpenArena: add dynamic camera/joystick, add option for joystick tap action.
|
||||
- OpenArena: add dynamic camera button to joystick, add option for joystick tap action.
|
||||
|
||||
- OpenArena: NAT traversal, check that you can host and connect on IPv6.
|
||||
|
||||
- OpenArena: SDL: show Marshmallow permission dialog when opening microphone.
|
||||
|
||||
- USB Keyboard: options for camera feed size and for redefining remote menu hotkey.
|
||||
|
||||
- UQM HD: add fonts from http://mosc-portal.bursa.ru/showthread.php?t=206 and switch back to joystick controls, set 4:3 aspect ratio as default.
|
||||
|
||||
Reference in New Issue
Block a user