New version: 0.9.1b

This commit is contained in:
fysx
2014-08-28 11:52:30 +02:00
parent 659b312121
commit 66f600b5ab
2 changed files with 10 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<manifest package="org.love2d.android" <manifest package="org.love2d.android"
android:versionCode="13" android:versionCode="13"
android:versionName="0.9.1a" android:versionName="0.9.1b"
android:installLocation="auto" xmlns:android="http://schemas.android.com/apk/res/android"> android:installLocation="auto" xmlns:android="http://schemas.android.com/apk/res/android">
<uses-permission android:name="android.permission.INTERNET"/> <uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.VIBRATE"/> <uses-permission android:name="android.permission.VIBRATE"/>
+9
View File
@@ -31,6 +31,15 @@ Bugs and feature requests should be reported to the issue tracker at [https://bi
Changelog: 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: 0.9.1a:
* using latest SDL\_androidgl.c (fixes some random performance issues) * using latest SDL\_androidgl.c (fixes some random performance issues)