diff --git a/bugs.txt b/bugs.txt index c2b476e7c..e1ac31c5d 100644 --- a/bugs.txt +++ b/bugs.txt @@ -1,10 +1,14 @@ Known bugs ========== +- Stylus input is broken in Cyanogenmod 10.1 and in stock JellyBean Samsung ROM. + - With 4:3 screen aspect ratio the on-screen buttons are not shown on the inactive part of screen. - Put video at the center of the screen with 4:3 aspect ratio option +- SdlVideoResizeKeepAspect=y in AndroidAppSettings.cfg does no work + - Calling SDL_SetVideoMode() with SDL 1.3 several times makes it crash. - Calling SDL_Init()/SDL_Quit() several times will make SDL 1.2 crash. @@ -14,25 +18,3 @@ Known bugs - 32-bpp color mode does not work with SW video surface, 24-bpp and 32-bpp mode does not work with SDL_HWSURFACE. - Option SdlVideoResizeKeepAspect has no effect - -Requested features -================== - -- Perform a check for free space available on SD card before writing there, and write to the internal storage if SD card is unplugged. - -- Split Settings.java into several files - -- Show/hide screen controls with longpress on Text Edit button. - -- Support of libjnigraphics (it will disable on-screen keyboard, only SW SDL screen surface supported) - -- Floating on-screen joystick - initially invisible, it appears when you touch the screen, - centered on your finger, then it slides with your finger if you bump the joystick edge. - -- Export phone vibrator to SDL - interface is available in SDL 1.3 - -- Control screen brightness with SDL_SetGamma() - -- Zoom in-out whole screen in SW mode with some SDL key - - much like the "On-screen magnifying glass" feature (lazy porter's golden hammer) - diff --git a/project/jni/application/openarena/engine b/project/jni/application/openarena/engine index 9104eb974..82513e886 160000 --- a/project/jni/application/openarena/engine +++ b/project/jni/application/openarena/engine @@ -1 +1 @@ -Subproject commit 9104eb9749bd9ef21805cc1ac0d5a1840adf46d8 +Subproject commit 82513e88619941eef9649a0ef73c2b866d3fd005 diff --git a/project/jni/application/openarena/vm b/project/jni/application/openarena/vm index 26cafdcda..5c6363076 160000 --- a/project/jni/application/openarena/vm +++ b/project/jni/application/openarena/vm @@ -1 +1 @@ -Subproject commit 26cafdcdab7099d4992e747649f98ac42a3a8be8 +Subproject commit 5c6363076d61fecfa97889f5c45ec422ba890d99 diff --git a/project/jni/boost/src b/project/jni/boost/src index 6ccbf9772..b59d6e854 160000 --- a/project/jni/boost/src +++ b/project/jni/boost/src @@ -1 +1 @@ -Subproject commit 6ccbf9772e027b8f16a4635b893d62b37f20b156 +Subproject commit b59d6e854713568f6c1811aba28d54ce07fe8c1a diff --git a/todo.txt b/todo.txt index a2976458c..07b30a306 100644 --- a/todo.txt +++ b/todo.txt @@ -1,2 +1,23 @@ -I'm not planning any more games to port, or any development on this SDL port. -See bugs.txt if you want to contribute. \ No newline at end of file +Requested features +================== + +- Option for default on-screen key theme in AndroidAppSettings.cfg. + +- Perform a check for free space available on SD card before writing there, and write to the internal storage if SD card is unplugged. + +- Split Settings.java into several files + +- Show/hide screen controls with longpress on Text Edit button. + +- Support of libjnigraphics (it will disable on-screen keyboard, only SW SDL screen surface supported) + +- Floating on-screen joystick - initially invisible, it appears when you touch the screen, + centered on your finger, then it slides with your finger if you bump the joystick edge. + +- Export phone vibrator to SDL - interface is available in SDL 1.3 + +- Control screen brightness with SDL_SetGamma() + +- Zoom in-out whole screen in SW mode with some SDL key - + much like the "On-screen magnifying glass" feature (lazy porter's golden hammer) +