mirror of
https://github.com/love2d/love-android.git
synced 2026-08-12 00:20:57 +02:00
New version: 0.9.1b
This commit is contained in:
+1
-1
@@ -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"/>
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user