From 3d9bd222623971ce92932d9821c5889bc78bdffb Mon Sep 17 00:00:00 2001 From: pelya Date: Wed, 2 Jan 2013 14:17:17 +0200 Subject: [PATCH] Updated bug list --- bugs.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bugs.txt b/bugs.txt index 97d2ba98a..2103b1f8c 100644 --- a/bugs.txt +++ b/bugs.txt @@ -13,9 +13,15 @@ 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 + +- GLSurfaceView is buffered, so the input lags + Requested features ================== +- It's impossible to do "./build.sh release" + - 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