v2.4.0: updated version and changelog for ALPHA-3
This commit is contained in:
+2
-2
@@ -16,8 +16,8 @@ allprojects {
|
|||||||
appName = 'Shattered Pixel Dungeon'
|
appName = 'Shattered Pixel Dungeon'
|
||||||
appPackageName = 'com.shatteredpixel.shatteredpixeldungeon'
|
appPackageName = 'com.shatteredpixel.shatteredpixeldungeon'
|
||||||
|
|
||||||
appVersionCode = 771
|
appVersionCode = 772
|
||||||
appVersionName = '2.4.0-ALPHA-2'
|
appVersionName = '2.4.0-ALPHA-3'
|
||||||
|
|
||||||
appJavaCompatibility = JavaVersion.VERSION_1_8
|
appJavaCompatibility = JavaVersion.VERSION_1_8
|
||||||
|
|
||||||
|
|||||||
+16
-4
@@ -82,14 +82,26 @@ public class v2_X_Changes {
|
|||||||
changes.hardlight(Window.TITLE_COLOR);
|
changes.hardlight(Window.TITLE_COLOR);
|
||||||
changeInfos.add(changes);
|
changeInfos.add(changes);
|
||||||
|
|
||||||
changes = new ChangeInfo("ALPHA-2", true, "");
|
changes = new ChangeInfo("ALPHA-3", false, "");
|
||||||
changes.hardlight(0xCCCCCC);
|
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"),
|
changes.addButton(new ChangeButton(new Image(Assets.Sprites.SPINNER, 144, 0, 16, 16), Messages.get(ChangesScene.class, "bugfixes"),
|
||||||
"Fixed the following bugs:\n" +
|
"Fixed the following bugs:\n" +
|
||||||
"_Caused by ALPHA-1_:\n" +
|
"_Caused by ALPHA_:\n" +
|
||||||
"_-_ Frequent crash bugs for some user (whoops!)\n" +
|
"_-_ Caves levels frequently generating with two entrances or two exits (again, oops =S). Existing runs 'should' be able to continue after updating to this patch.\n" +
|
||||||
|
"_-_ Duelist getting spammed with combo text without using a combo strike weapon\n" +
|
||||||
|
"_-_ Wandmaker occasionally spawning on chasms\n" +
|
||||||
|
"_-_ various minor textual errors"));
|
||||||
|
|
||||||
|
changes = new ChangeInfo("ALPHA-2", false, "");
|
||||||
|
changes.hardlight(Window.TITLE_COLOR);
|
||||||
|
changeInfos.add(changes);
|
||||||
|
|
||||||
|
changes.addButton(new ChangeButton(new Image(Assets.Sprites.SPINNER, 144, 0, 16, 16), Messages.get(ChangesScene.class, "bugfixes"),
|
||||||
|
"Fixed the following bugs:\n" +
|
||||||
|
"_Caused by ALPHA_:\n" +
|
||||||
|
"_-_ Frequent crash bugs for some users (whoops!)\n" +
|
||||||
"_-_ Incorrect sprites for un-ided potions/scrolls in the catalog"));
|
"_-_ Incorrect sprites for un-ided potions/scrolls in the catalog"));
|
||||||
|
|
||||||
changes = new ChangeInfo(Messages.get(ChangesScene.class, "new"), false, null);
|
changes = new ChangeInfo(Messages.get(ChangesScene.class, "new"), false, null);
|
||||||
|
|||||||
Reference in New Issue
Block a user