From 66f600b5ab64dac405371d27e2c9f42ade2fbe1a Mon Sep 17 00:00:00 2001 From: fysx Date: Thu, 28 Aug 2014 11:52:30 +0200 Subject: [PATCH] New version: 0.9.1b --- AndroidManifest.xml | 2 +- README.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 1ec1a027..e4b48dba 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1,7 +1,7 @@ diff --git a/README.md b/README.md index 4cebc087..8f2c3831 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,15 @@ Bugs and feature requests should be reported to the issue tracker at [https://bi Changelog: ---------- +0.9.1b: + +* added love.system.vibrate(seconds) +* print statements are now redirected to logcat. Output is prefixed with "[LOVE] " +* removed DevIL, libpng, libjpeg, libmng, and libtiff +* pngs are loaded using lodepng and jpegs using libturbo-jpeg +* repeatedly fixed a bug which caused Release builds to crash +* update to latest mobile-common branch + 0.9.1a: * using latest SDL\_androidgl.c (fixes some random performance issues)