From 527ad068e5a6f07495da2c442ea0329340baad12 Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Sat, 29 Aug 2020 19:51:28 -0400 Subject: [PATCH] v0.8.2d: final commit --- build.gradle | 4 ++-- .../ui/changelist/v0_8_X_Changes.java | 12 +++++++++++- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 278c29ace..1b6ab49cc 100644 --- a/build.gradle +++ b/build.gradle @@ -16,8 +16,8 @@ allprojects { appName = 'Shattered Pixel Dungeon' appPackageName = 'com.shatteredpixel.shatteredpixeldungeon' - appVersionCode = 460 - appVersionName = '0.8.2c' + appVersionCode = 462 + appVersionName = '0.8.2d' appJavaCompatibility = JavaVersion.VERSION_1_8 diff --git a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/ui/changelist/v0_8_X_Changes.java b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/ui/changelist/v0_8_X_Changes.java index cc080b630..b461c366d 100644 --- a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/ui/changelist/v0_8_X_Changes.java +++ b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/ui/changelist/v0_8_X_Changes.java @@ -74,7 +74,7 @@ public class v0_8_X_Changes { changes.hardlight(Window.TITLE_COLOR); changeInfos.add(changes); - changes = new ChangeInfo("v0.8.2c", false, null); + changes = new ChangeInfo("v0.8.2c&d", false, null); changes.hardlight(Window.TITLE_COLOR); changeInfos.add(changes); @@ -113,6 +113,16 @@ public class v0_8_X_Changes { "_-_ Acidic scorpios not always dropping potions of experience\n" + "_-_ Some immovable enemies not knocking items away")); + changes.addButton(new ChangeButton(new Image(Assets.Sprites.SPINNER, 144, 0, 16, 16), Messages.get(ChangesScene.class, "bugfixes"), + "Fixed (caused by v0.8.2c):\n" + + "_-_ Evil eyes unintentionally dealing 0 damage\n" + + "_-_ Rare crash/freeze bugs caused by changes to container functionality\n\n" + + "Fixed (caused by v0.8.2):\n" + + "_-_ Wand of fireblast opening doors out of its reach\n\n" + + "Fixed (existed prior to v0.8.2):\n" + + "_-_ Various rare crash bugs\n" + + "_-_ Various minor visual errors")); + changes = new ChangeInfo("v0.8.2a&b", false, null); changes.hardlight(Window.TITLE_COLOR); changeInfos.add(changes);