From 984ec70cff4555b2d98884b372d3737616de9804 Mon Sep 17 00:00:00 2001 From: pelya Date: Fri, 8 Mar 2013 00:39:48 +0200 Subject: [PATCH] Updated todo --- bugs.txt | 2 -- project/jni/application/openarena/engine | 2 +- todo.txt | 2 ++ 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bugs.txt b/bugs.txt index 0f077772b..f9f41651e 100644 --- a/bugs.txt +++ b/bugs.txt @@ -12,5 +12,3 @@ Known bugs (see also todo.txt) - SDL_FillRect() does not work with SDL 1.2 in HW mode (and probably with SDL 1.3 too). - 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 diff --git a/project/jni/application/openarena/engine b/project/jni/application/openarena/engine index 8ec419cc1..14b7f4fac 160000 --- a/project/jni/application/openarena/engine +++ b/project/jni/application/openarena/engine @@ -1 +1 @@ -Subproject commit 8ec419cc12b54b5bd17dbff532305159513ad050 +Subproject commit 14b7f4facc9716152ce54a9e254da5ae2cc313d5 diff --git a/todo.txt b/todo.txt index cbc2d8f0a..44abbec2e 100644 --- a/todo.txt +++ b/todo.txt @@ -1,6 +1,8 @@ Requested features (see also bugs.txt) ====================================== +- Add game action text to keys in the on-screen keyboard layout dialog. + - Redesign on-screen keyboard layout dialog. - Option to reset SDL config to default.