v0.8.2b: final commit
This commit is contained in:
parent
5387559191
commit
554a843f74
|
@ -16,8 +16,8 @@ allprojects {
|
||||||
appName = 'Shattered Pixel Dungeon'
|
appName = 'Shattered Pixel Dungeon'
|
||||||
appPackageName = 'com.shatteredpixel.shatteredpixeldungeon'
|
appPackageName = 'com.shatteredpixel.shatteredpixeldungeon'
|
||||||
|
|
||||||
appVersionCode = 454
|
appVersionCode = 456
|
||||||
appVersionName = '0.8.2a'
|
appVersionName = '0.8.2b'
|
||||||
|
|
||||||
appJavaCompatibility = JavaVersion.VERSION_1_8
|
appJavaCompatibility = JavaVersion.VERSION_1_8
|
||||||
|
|
||||||
|
|
|
@ -74,10 +74,16 @@ 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("", false, null);
|
changes = new ChangeInfo("v0.8.2b", false, null);
|
||||||
changes.hardlight(Window.TITLE_COLOR);
|
changes.hardlight(Window.TITLE_COLOR);
|
||||||
changeInfos.add(changes);
|
changeInfos.add(changes);
|
||||||
|
|
||||||
|
changes.addButton(new ChangeButton(new Image(Assets.Sprites.SPINNER, 144, 0, 16, 16), Messages.get(ChangesScene.class, "bugfixes"),
|
||||||
|
"Fixed (caused by v0.8.2a):\n" +
|
||||||
|
"_-_ Uncommon crashes when descending to a new floor\n\n" +
|
||||||
|
"Fixed (existed prior to v0.8.2):\n" +
|
||||||
|
"_-_ Wraiths refusing to spawn over traps despite not being able to activate them"));
|
||||||
|
|
||||||
changes = new ChangeInfo("v0.8.2a", false, null);
|
changes = new ChangeInfo("v0.8.2a", false, null);
|
||||||
changes.hardlight(Window.TITLE_COLOR);
|
changes.hardlight(Window.TITLE_COLOR);
|
||||||
changeInfos.add(changes);
|
changeInfos.add(changes);
|
||||||
|
@ -100,7 +106,6 @@ public class v0_8_X_Changes {
|
||||||
"Fixed (existed prior to v0.8.2):\n" +
|
"Fixed (existed prior to v0.8.2):\n" +
|
||||||
"_-_ Pickaxe not getting bloodied by killing bats in rare cases\n" +
|
"_-_ Pickaxe not getting bloodied by killing bats in rare cases\n" +
|
||||||
"_-_ Dried rose ghost healing not respecting level lock limits\n" +
|
"_-_ Dried rose ghost healing not respecting level lock limits\n" +
|
||||||
"_-_ Wraiths refusing to spawn over traps despite not being able to activate them\n" +
|
|
||||||
"_-_ Enemy respawn timer being reset by saving/loading the game"));
|
"_-_ Enemy respawn timer being reset by saving/loading the game"));
|
||||||
|
|
||||||
changes = new ChangeInfo(Messages.get(ChangesScene.class, "new"), false, null);
|
changes = new ChangeInfo(Messages.get(ChangesScene.class, "new"), false, null);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user