v0.6.2e: manifest commit
This commit is contained in:
committed by
Evan Debenham
parent
aa88bf7d23
commit
5dcd285ecc
@@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.shatteredpixel.shatteredpixeldungeon"
|
||||
android:versionCode="228"
|
||||
android:versionName="0.6.2d"
|
||||
android:versionCode="229"
|
||||
android:versionName="0.6.2e"
|
||||
android:installLocation="auto">
|
||||
|
||||
<uses-permission android:name="android.permission.VIBRATE"/>
|
||||
|
||||
@@ -132,37 +132,33 @@ public class ChangesScene extends PixelScene {
|
||||
changes.hardlight(Window.TITLE_COLOR);
|
||||
infos.add(changes);
|
||||
|
||||
changes = new ChangeInfo("v0.6.2d", false, "");
|
||||
changes = new ChangeInfo("v0.6.2e", false, "");
|
||||
changes.hardlight(Window.TITLE_COLOR);
|
||||
infos.add(changes);
|
||||
|
||||
changes.addButton( new ChangeButton(new Image(Assets.SPINNER, 144, 0, 16, 16), Messages.get(this, "bugfixes"),
|
||||
"Fixed (caused by 0.6.2):\n" +
|
||||
"_-_ 'Exit Game' button corrupting saves on some devices"
|
||||
));
|
||||
|
||||
changes = new ChangeInfo("v0.6.2c & v0.6.2d", false, "");
|
||||
changes.hardlight(Window.TITLE_COLOR);
|
||||
infos.add(changes);
|
||||
|
||||
changes.addButton( new ChangeButton(new Image(Assets.SPINNER, 144, 0, 16, 16), Messages.get(this, "bugfixes"),
|
||||
"Fixed (caused by 0.6.2):\n" +
|
||||
"_-_ Various crash bugs\n" +
|
||||
"_-_ Mimics causing crashes in certain cases\n" +
|
||||
"_-_ Game frequently hanging on some devices\n\n" +
|
||||
"Fixed (Existed prior to 0.6.2):\n" +
|
||||
"_-_ Various crash bugs\n" +
|
||||
"_-_ Music volume being ignored in certain cases\n" +
|
||||
"_-_ Layout issues with enemy description windows\n" +
|
||||
"_-_ An exploit which allowed players to quit without saving by using splitscreen mode."));
|
||||
|
||||
changes.addButton( new ChangeButton(Icons.get(Icons.LANGS), Messages.get(this, "language"),
|
||||
"_-_ Various Translation Updates"));
|
||||
|
||||
changes = new ChangeInfo("v0.6.2c", false, "");
|
||||
changes.hardlight(Window.TITLE_COLOR);
|
||||
infos.add(changes);
|
||||
|
||||
changes.addButton( new ChangeButton(new Image(Assets.SPINNER, 144, 0, 16, 16), Messages.get(this, "bugfixes"),
|
||||
"Fixed (caused by 0.6.2):\n" +
|
||||
"_-_ Various crash bugs\n" +
|
||||
"_-_ Mimics causing crashes in certain cases\n\n" +
|
||||
"Fixed (Existed prior to 0.6.2):\n" +
|
||||
"_-_ Various crash bugs\n" +
|
||||
"_-_ Music volume being ignored in certain cases"));
|
||||
|
||||
changes.addButton( new ChangeButton(Icons.get(Icons.LANGS), Messages.get(this, "language"),
|
||||
"_-_ Various Translation Updates"));
|
||||
|
||||
changes = new ChangeInfo("v0.6.2b", false, "");
|
||||
changes.hardlight(Window.TITLE_COLOR);
|
||||
infos.add(changes);
|
||||
|
||||
@@ -135,7 +135,7 @@ public class WelcomeScene extends PixelScene {
|
||||
//TODO: change the messages here in accordance with the type of patch.
|
||||
message = Messages.get(this, "patch_intro");
|
||||
message += "\n\n" + Messages.get(this, "patch_bugfixes");
|
||||
message += "\n" + Messages.get(this, "patch_translations");
|
||||
//message += "\n" + Messages.get(this, "patch_translations");
|
||||
//message += "\n" + Messages.get(this, "patch_balance");
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user