v0.4.3b: manifest commit

This commit is contained in:
Evan Debenham 2016-11-06 01:11:32 -04:00
parent 40e7d91e2f
commit f5cf285ddf
2 changed files with 11 additions and 7 deletions

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.shatteredpixel.shatteredpixeldungeon" package="com.shatteredpixel.shatteredpixeldungeon"
android:versionCode="144" android:versionCode="147"
android:versionName="0.4.3a" android:versionName="0.4.3b"
android:installLocation="auto"> android:installLocation="auto">
<uses-permission android:name="android.permission.VIBRATE"/> <uses-permission android:name="android.permission.VIBRATE"/>

View File

@ -37,15 +37,19 @@ import com.watabou.noosa.ui.Component;
public class ChangesScene extends PixelScene { public class ChangesScene extends PixelScene {
private static final String TXT_Update = private static final String TXT_Update =
"_v0.4.3b:_\n" +
"_-_ Thrown potions now land before shattering\n" +
"_-_ Fixed the game rarely freezing on descent\n" +
"_-_ Fixed the attack indicator sometimes freezing\n" +
"_-_ Various other bugfixes\n" +
"_-_ Minor performance improvements\n" +
"\n" +
"_v0.4.3a:_\n" + "_v0.4.3a:_\n" +
"_-_ Added a halloween treat\n" +
"_-_ Reworked glyph of brimstone\n" + "_-_ Reworked glyph of brimstone\n" +
"\t \tnow grants shielding instead of healing\n" + "\t \tnow grants shielding instead of healing\n" +
"_-_ Reworked glyph of stone\n" + "_-_ Reworked glyph of stone\n" +
"\t \tnow reduces speed in doorways\n" + "\t \tnow reduces speed in doorways\n" +
"_-_ Power saver less blurry on some devices\n" + "_-_ Power saver looks less blurry on some devices\n" +
"_-_ Translation updates\n" +
"_-_ Bugfixes\n" +
"\n" + "\n" +
"_v0.4.3:_\n" + "_v0.4.3:_\n" +
"General Improvements:\n" + "General Improvements:\n" +
@ -61,7 +65,7 @@ public class ChangesScene extends PixelScene {
"_-_ Wand of Frost damage reduction increased\n" + "_-_ Wand of Frost damage reduction increased\n" +
"\t \tfrom 5% per turn of chill to 7.5%\n" + "\t \tfrom 5% per turn of chill to 7.5%\n" +
"_-_ Ring of Furor speed bonus reduced by\n" + "_-_ Ring of Furor speed bonus reduced by\n" +
"\t \t~15% to ~0%, from slow to fast weapons\n" + "\t \t~15% for slow weapons, ~0% for fast weapons\n" +
"_-_ Reduced sacrificial curse bleed by ~33%\n" + "_-_ Reduced sacrificial curse bleed by ~33%\n" +
"\n" + "\n" +
"_v0.4.2:_\n" + "_v0.4.2:_\n" +