v0.8.2d: final commit

This commit is contained in:
Evan Debenham 2020-08-29 19:51:28 -04:00
parent f8e244bbdd
commit 527ad068e5
2 changed files with 13 additions and 3 deletions

View File

@ -16,8 +16,8 @@ allprojects {
appName = 'Shattered Pixel Dungeon' appName = 'Shattered Pixel Dungeon'
appPackageName = 'com.shatteredpixel.shatteredpixeldungeon' appPackageName = 'com.shatteredpixel.shatteredpixeldungeon'
appVersionCode = 460 appVersionCode = 462
appVersionName = '0.8.2c' appVersionName = '0.8.2d'
appJavaCompatibility = JavaVersion.VERSION_1_8 appJavaCompatibility = JavaVersion.VERSION_1_8

View File

@ -74,7 +74,7 @@ public class v0_8_X_Changes {
changes.hardlight(Window.TITLE_COLOR); changes.hardlight(Window.TITLE_COLOR);
changeInfos.add(changes); 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); changes.hardlight(Window.TITLE_COLOR);
changeInfos.add(changes); changeInfos.add(changes);
@ -113,6 +113,16 @@ public class v0_8_X_Changes {
"_-_ Acidic scorpios not always dropping potions of experience\n" + "_-_ Acidic scorpios not always dropping potions of experience\n" +
"_-_ Some immovable enemies not knocking items away")); "_-_ 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 = new ChangeInfo("v0.8.2a&b", false, null);
changes.hardlight(Window.TITLE_COLOR); changes.hardlight(Window.TITLE_COLOR);
changeInfos.add(changes); changeInfos.add(changes);