Updated TODO
This commit is contained in:
2
bugs.txt
2
bugs.txt
@@ -28,6 +28,8 @@ 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.
|
||||
|
||||
- Resize default on-screen buttons for different screen sizes.
|
||||
|
||||
- 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="XServer XSDL"
|
||||
AppFullName=x.org.server
|
||||
|
||||
# Application version code (integer)
|
||||
AppVersionCode=11114
|
||||
AppVersionCode=11115
|
||||
|
||||
# Application user-visible version name (string)
|
||||
AppVersionName="1.11.14"
|
||||
AppVersionName="1.11.15"
|
||||
|
||||
# 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
|
||||
@@ -21,7 +21,7 @@ AppVersionName="1.11.14"
|
||||
AppDataDownloadUrl="!!Data files|:data.tar.gz:data-1.tgz^!!Data files|:DroidSansMono.ttf:DroidSansMono.ttf"
|
||||
|
||||
# Reset SDL config when updating application to the new version (y) / (n)
|
||||
ResetSdlConfigForThisVersion=y
|
||||
ResetSdlConfigForThisVersion=n
|
||||
|
||||
# Delete application data files when upgrading (specify file/dir paths separated by spaces)
|
||||
DeleteFilesOnUpgrade="%"
|
||||
|
||||
Submodule project/jni/application/xserver/xserver updated: 5eecca50cb...3cce1acc1f
18
todo.txt
18
todo.txt
@@ -11,13 +11,17 @@ TODO, which will get actually done
|
||||
|
||||
- OpenArena: camera points up to the sky after respawn on oacmp1dm5.
|
||||
|
||||
- SDL: cloud save support.
|
||||
|
||||
- SDL: resize default on-screen buttons for different screen sizes.
|
||||
- UQM: use gyroscope to steer the ship, search button for starmap.
|
||||
|
||||
- SuperTux: Update, enable OpenGL renderer, add touchscreen jump helper, add gamepad support, fix zoom in settings.
|
||||
|
||||
- Debian noroot: Audio support.
|
||||
- SDL: cloud save support.
|
||||
|
||||
- SDL: move mouse to the center of the screen after changing video mode.
|
||||
|
||||
- SDL: make sub-frame touch events as an user-configurable option.
|
||||
|
||||
- SDL: control mouse with right analog gamepad stick.
|
||||
|
||||
- OpenTTD: 16bpp blitter with palette animation support.
|
||||
|
||||
@@ -29,6 +33,10 @@ TODO, which will get actually done
|
||||
|
||||
- OpenTTD: stylus/finger hover does not highlight building area anymore.
|
||||
|
||||
- UQM: use gyroscope to steer the ship, search button for starmap.
|
||||
- Debian noroot: audio support.
|
||||
|
||||
- Debian noroot: add Java dirs to PATH, add support for update scripts.
|
||||
|
||||
- XSDL: add downloadable raster fonts, add path to fonts to Debian/Gimp.
|
||||
|
||||
- Gimp: update - add Java dirs to PATH and use new mouse name in Gimp config.
|
||||
|
||||
Reference in New Issue
Block a user