Updated todo
This commit is contained in:
8
bugs.txt
8
bugs.txt
@@ -28,14 +28,6 @@ Requested features, might never get implemented, see todo.txt for features that
|
||||
- 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.
|
||||
|
||||
- GIMP: x86 architecture support.
|
||||
|
||||
- GIMP: File open dialog shows error message when loading preview for JPG file.
|
||||
|
||||
- GIMP: Ctrl/Alt/Shift toggles in the taskbar.
|
||||
|
||||
- UfoAI: huge huge update.
|
||||
|
||||
- OpenArena: chat text input should be faster.
|
||||
|
||||
- OpenArena: Shift and Ctrl keys on USB keyboard do not work for text input.
|
||||
|
||||
@@ -7,10 +7,10 @@ AppName="OpenTTD lowmem"
|
||||
AppFullName=org.openttd.sdl.lowmem
|
||||
|
||||
# Application version code (integer)
|
||||
AppVersionCode=14028
|
||||
AppVersionCode=14029
|
||||
|
||||
# Application user-visible version name (string)
|
||||
AppVersionName="1.4.0.28"
|
||||
AppVersionName="1.4.0.29"
|
||||
|
||||
# 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 @@ AppVersionName="1.4.0.28"
|
||||
# If the URL does not contain 'http://' it is treated as file from 'project/jni/application/src/AndroidData' dir -
|
||||
# these files are put inside .apk package by build system
|
||||
# Also please avoid 'https://' URLs, many Android devices do not have trust certificates and will fail to connect to SF.net over HTTPS
|
||||
AppDataDownloadUrl="!!Data files - 20 Mb|http://sourceforge.net/projects/libsdl-android/files/OpenTTD/openttd-data-1.4.0.zip/download^!!Config file|:.openttd/openttd.cfg:openttd-1.4.0.27.cfg"
|
||||
AppDataDownloadUrl="!!Data files - 20 Mb|http://sourceforge.net/projects/libsdl-android/files/OpenTTD/openttd-data-1.4.0-1.zip/download^!!Config file|:.openttd/openttd.cfg:openttd-1.4.0.27.cfg"
|
||||
|
||||
# Reset SDL config when updating application to the new version (y) / (n)
|
||||
ResetSdlConfigForThisVersion=y
|
||||
|
||||
@@ -7,10 +7,10 @@ AppName="OpenTTD"
|
||||
AppFullName=org.openttd.sdl
|
||||
|
||||
# Application version code (integer)
|
||||
AppVersionCode=14028
|
||||
AppVersionCode=14029
|
||||
|
||||
# Application user-visible version name (string)
|
||||
AppVersionName="1.4.0.28"
|
||||
AppVersionName="1.4.0.29"
|
||||
|
||||
# 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 @@ AppVersionName="1.4.0.28"
|
||||
# If the URL does not contain 'http://' it is treated as file from 'project/jni/application/src/AndroidData' dir -
|
||||
# these files are put inside .apk package by build system
|
||||
# Also please avoid 'https://' URLs, many Android devices do not have trust certificates and will fail to connect to SF.net over HTTPS
|
||||
AppDataDownloadUrl="!!Data files - 20 Mb|http://sourceforge.net/projects/libsdl-android/files/OpenTTD/openttd-data-1.4.0.zip/download^!!Config file|:.openttd/openttd.cfg:openttd-1.4.0.27.cfg^!MIDI music support (18 Mb)|timidity.zip|http://sourceforge.net/projects/libsdl-android/files/timidity.zip^!!Internationalization files|http://sourceforge.net/projects/libsdl-android/files/icudt52l.zip/download"
|
||||
AppDataDownloadUrl="!!Data files - 20 Mb|http://sourceforge.net/projects/libsdl-android/files/OpenTTD/openttd-data-1.4.0-1.zip/download^!!Config file|:.openttd/openttd.cfg:openttd-1.4.0.27.cfg^!MIDI music support (18 Mb)|timidity.zip|http://sourceforge.net/projects/libsdl-android/files/timidity.zip^!!Internationalization files|http://sourceforge.net/projects/libsdl-android/files/icudt52l.zip/download"
|
||||
|
||||
# Reset SDL config when updating application to the new version (y) / (n)
|
||||
ResetSdlConfigForThisVersion=y
|
||||
|
||||
Submodule project/jni/application/openttd/src updated: 19d76ddbbd...fed40b76ff
6
todo.txt
6
todo.txt
@@ -17,8 +17,4 @@ TODO, which will get actually done
|
||||
|
||||
- SuperTux: Update, enable OpenGL renderer, add touchscreen jump helper, add gamepad support, fix zoom in settings.
|
||||
|
||||
- OpenTTD: resize in-game NewGRF window.
|
||||
|
||||
- OpenTTD: scroll map by touching edges.
|
||||
|
||||
- OpenTTD: fix game version mismatch.
|
||||
- GIMP: x86 architecture support.
|
||||
|
||||
Reference in New Issue
Block a user