From f5cf285ddfd95e881db12a0d1076024326af51bf Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Sun, 6 Nov 2016 01:11:32 -0400 Subject: [PATCH] v0.4.3b: manifest commit --- core/src/main/AndroidManifest.xml | 4 ++-- .../shatteredpixeldungeon/scenes/ChangesScene.java | 14 +++++++++----- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/core/src/main/AndroidManifest.xml b/core/src/main/AndroidManifest.xml index 4e8c7ff06..1b6ffb2bb 100644 --- a/core/src/main/AndroidManifest.xml +++ b/core/src/main/AndroidManifest.xml @@ -1,8 +1,8 @@ diff --git a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/scenes/ChangesScene.java b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/scenes/ChangesScene.java index 7fd2d0285..c7d1f6755 100644 --- a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/scenes/ChangesScene.java +++ b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/scenes/ChangesScene.java @@ -37,15 +37,19 @@ import com.watabou.noosa.ui.Component; public class ChangesScene extends PixelScene { 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" + - "_-_ Added a halloween treat\n" + "_-_ Reworked glyph of brimstone\n" + "\t \tnow grants shielding instead of healing\n" + "_-_ Reworked glyph of stone\n" + "\t \tnow reduces speed in doorways\n" + - "_-_ Power saver less blurry on some devices\n" + - "_-_ Translation updates\n" + - "_-_ Bugfixes\n" + + "_-_ Power saver looks less blurry on some devices\n" + "\n" + "_v0.4.3:_\n" + "General Improvements:\n" + @@ -61,7 +65,7 @@ public class ChangesScene extends PixelScene { "_-_ Wand of Frost damage reduction increased\n" + "\t \tfrom 5% per turn of chill to 7.5%\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" + "\n" + "_v0.4.2:_\n" +