v1.4.3: final commit

This commit is contained in:
Evan Debenham
2022-11-01 00:18:46 -04:00
parent 6ea9dc744b
commit a96d62f6bf
3 changed files with 15 additions and 5 deletions

View File

@@ -14,8 +14,8 @@ allprojects {
appName = 'Shattered Pixel Dungeon' appName = 'Shattered Pixel Dungeon'
appPackageName = 'com.shatteredpixel.shatteredpixeldungeon' appPackageName = 'com.shatteredpixel.shatteredpixeldungeon'
appVersionCode = 666 //Hey whaddaya know it's almost halloween too! appVersionCode = 668
appVersionName = '1.4.2' appVersionName = '1.4.3'
appJavaCompatibility = JavaVersion.VERSION_1_8 appJavaCompatibility = JavaVersion.VERSION_1_8

View File

@@ -200,7 +200,7 @@ public class WelcomeScene extends PixelScene {
//TODO: change the messages here in accordance with the type of patch. //TODO: change the messages here in accordance with the type of patch.
message = Messages.get(this, "patch_intro"); message = Messages.get(this, "patch_intro");
message += "\n"; message += "\n";
message += "\n" + Messages.get(this, "patch_balance"); //message += "\n" + Messages.get(this, "patch_balance");
message += "\n" + Messages.get(this, "patch_bugfixes"); message += "\n" + Messages.get(this, "patch_bugfixes");
message += "\n" + Messages.get(this, "patch_translations"); message += "\n" + Messages.get(this, "patch_translations");

View File

@@ -89,10 +89,20 @@ public class v1_X_Changes {
changes.hardlight(Window.TITLE_COLOR); changes.hardlight(Window.TITLE_COLOR);
changeInfos.add(changes); changeInfos.add(changes);
changes = new ChangeInfo("v1.4.2", false, null); changes = new ChangeInfo("v1.4.3 & v1.4.2", 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") + " v1.4.3",
"Fixed (caused by v1.4.2)\n" +
"_-_ Crashes with bright fist and shock elemental\n" +
"_-_ Rare crashes caused by spectral necromancers\n\n" +
"Fixed (existed prior to v1.4)\n" +
"_-_ Various rare audiovisual errors\n" +
"_-_ Rare crashes with radial inventory selector\n" +
"_-_ Boss health bar not appearing in rare cases\n" +
"_-_ Buff icons sometimes going outside of character info windows"));
changes.addButton(new ChangeButton(Icons.get(Icons.BUFFS), "Balance Tweaks", changes.addButton(new ChangeButton(Icons.get(Icons.BUFFS), "Balance Tweaks",
"I've made a few balance tweaks to things that were added/changed in v1.4.0:\n\n" + "I've made a few balance tweaks to things that were added/changed in v1.4.0:\n\n" +
"_- Sandals of Nature_ energy costs reduced by 20%\n" + "_- Sandals of Nature_ energy costs reduced by 20%\n" +
@@ -111,7 +121,7 @@ public class v1_X_Changes {
"_-_ The sandals of nature now include the name of the most recently fed seed in their description\n\n" + "_-_ The sandals of nature now include the name of the most recently fed seed in their description\n\n" +
"_-_ Updated translations and translator credits")); "_-_ Updated translations and translator credits"));
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") + " v1.4.2",
"Fixed (caused by v1.4)\n" + "Fixed (caused by v1.4)\n" +
"_-_ Various rare crash bugs\n" + "_-_ Various rare crash bugs\n" +
"_-_ Various errors and inconsistencies with trampling hero's own position\n\n" + "_-_ Various errors and inconsistencies with trampling hero's own position\n\n" +