v0.2.4a: Final Commit

This commit is contained in:
Evan Debenham 2015-02-26 03:40:49 -05:00
parent 1f16b16637
commit 0ff83ae127
2 changed files with 19 additions and 9 deletions

View File

@ -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="33"
android:versionName="0.2.4"
android:versionCode="34"
android:versionName="0.2.4a"
android:installLocation="auto">
<uses-permission android:name="android.permission.VIBRATE"/>

View File

@ -30,6 +30,16 @@ public class WelcomeScene extends PixelScene {
"Happy Dungeoneering!";
private static final String TXT_Update =
"v0.2.4a:\n" +
"-Fixed bugs with floor 26.\n" +
"-Fixed bombs destroying keys.\n" +
"-Fixed bombs destroying items as they drop.\n" +
"-Fixed dew vial rarely spawning twice.\n" +
"-Fixed a bug with transmuting wands.\n" +
"-Lloyd's beacon does not need to be re-set.\n" +
"-Fixed a bug with renaming the sandals of nature.\n" +
"\n" +
"V0.2.4:\n" +
"v1.7.5 Source Implemented, with exceptions:\n" +
"\n" +
"- Degredation not implemented.\n" +
@ -55,12 +65,12 @@ public class WelcomeScene extends PixelScene {
"\n" +
"- Going down stairs no longer increases hunger, going up still does.\n" +
"\n" +
"- Many, many bugfixes.\n" +
"- Some UI improvements.\n" +
"- ingame audio quality improved.\n" +
"- Unstable spellbook buffed.\n" +
"- Psionic blasts deal less self-damage.\n" +
"- Potions of liquid flame affect a 3x3 grid.";
"-Many, many bugfixes.\n" +
"-Some UI improvements.\n" +
"-Ingame audio quality improved.\n" +
"-Unstable spellbook buffed.\n" +
"-Psionic blasts deal less self-damage.\n" +
"-Potions of liquid flame affect a 3x3 grid.";
private static final String TXT_Future =
"It seems that your current saves are from a future version of Shattered Pixel Dungeon!\n\n"+