v0.2.4c: final commit

This commit is contained in:
Evan Debenham 2015-03-08 21:39:50 -04:00
parent 3516978165
commit 60076db78c
2 changed files with 8 additions and 13 deletions

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.shatteredpixel.shatteredpixeldungeon" package="com.shatteredpixel.shatteredpixeldungeon"
android:versionCode="35" android:versionCode="36"
android:versionName="0.2.4b" android:versionName="0.2.4c"
android:installLocation="auto"> android:installLocation="auto">
<uses-permission android:name="android.permission.VIBRATE"/> <uses-permission android:name="android.permission.VIBRATE"/>

View File

@ -30,18 +30,13 @@ public class WelcomeScene extends PixelScene {
"Happy Dungeoneering!"; "Happy Dungeoneering!";
private static final String TXT_Update = private static final String TXT_Update =
"V0.2.4b:\n" + "V0.2.4c:\n" +
"-Fixed some crash issues.\n" + "-Various bug and crash fixes.\n" +
"-Fixed a bug with the unstable spellbook.\n" + "-Unstable spellbook buffed again.\n" +
"-Fixed some hiccups with touch input.\n" + "-UI tabs no longer move as much after appearing.\n" +
"\n" + "\n" +
"v0.2.4a:\n" + "v0.2.4a and v0.2.4b:\n" +
"-Fixed bugs with floor 26.\n" + "-Various Bug fixes and small tweaks.\n" +
"-Fixed bombs destroying items they shouldn't.\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" + "\n" +
"V0.2.4:\n" + "V0.2.4:\n" +
"v1.7.5 Source Implemented, with exceptions:\n" + "v1.7.5 Source Implemented, with exceptions:\n" +