v1.2.3: final commit
This commit is contained in:
+2
-2
@@ -14,8 +14,8 @@ allprojects {
|
|||||||
appName = 'Shattered Pixel Dungeon'
|
appName = 'Shattered Pixel Dungeon'
|
||||||
appPackageName = 'com.shatteredpixel.shatteredpixeldungeon'
|
appPackageName = 'com.shatteredpixel.shatteredpixeldungeon'
|
||||||
|
|
||||||
appVersionCode = 626
|
appVersionCode = 628
|
||||||
appVersionName = '1.2.2'
|
appVersionName = '1.2.3'
|
||||||
|
|
||||||
appJavaCompatibility = JavaVersion.VERSION_1_8
|
appJavaCompatibility = JavaVersion.VERSION_1_8
|
||||||
|
|
||||||
|
|||||||
+23
@@ -83,6 +83,29 @@ public class v1_X_Changes {
|
|||||||
changes.hardlight(Window.TITLE_COLOR);
|
changes.hardlight(Window.TITLE_COLOR);
|
||||||
changeInfos.add(changes);
|
changeInfos.add(changes);
|
||||||
|
|
||||||
|
changes = new ChangeInfo("", false, null);
|
||||||
|
changes.hardlight(Window.TITLE_COLOR);
|
||||||
|
changeInfos.add(changes);
|
||||||
|
|
||||||
|
changes = new ChangeInfo("v1.2.3", false, null);
|
||||||
|
changes.hardlight(Window.TITLE_COLOR);
|
||||||
|
changeInfos.add(changes);
|
||||||
|
|
||||||
|
changes.addButton(new ChangeButton(Icons.get(Icons.PREFS), Messages.get(ChangesScene.class, "misc"),
|
||||||
|
"_-_ Swarms that were spawned by splitting now give a little sacrifice progress if sacrificed, instead of 0.\n\n" +
|
||||||
|
"_-_ Updated Translations"));
|
||||||
|
|
||||||
|
changes.addButton(new ChangeButton(new Image(Assets.Sprites.SPINNER, 144, 0, 16, 16), Messages.get(ChangesScene.class, "bugfixes"),
|
||||||
|
"Fixed (caused by v1.2.0):\n" +
|
||||||
|
"_-_ Various rare crash bugs\n" +
|
||||||
|
"_-_ Textual errors with talents and 13th armor ability\n" +
|
||||||
|
"_-_ Armband not benefiting from ring of energy\n" +
|
||||||
|
"_-_ v1.2.0 light cloak buff not applying in all cases\n" +
|
||||||
|
"_-_ Inconsistencies in freezing logic\n" +
|
||||||
|
"_-_ Cached rations talent not capping at 4/6 rations as intended\n\n" +
|
||||||
|
"Fixed (existed prior to v1.2.0)\n" +
|
||||||
|
"_-_ An exploit where unblessed ankhs could be used with a lost inventory" ));
|
||||||
|
|
||||||
changes = new ChangeInfo("v1.2.2", false, null);
|
changes = new ChangeInfo("v1.2.2", false, null);
|
||||||
changes.hardlight(Window.TITLE_COLOR);
|
changes.hardlight(Window.TITLE_COLOR);
|
||||||
changeInfos.add(changes);
|
changeInfos.add(changes);
|
||||||
|
|||||||
Reference in New Issue
Block a user