v0.3.5a: manifest commit

This commit is contained in:
Evan Debenham 2016-05-06 23:22:03 -04:00
parent e8e29910b3
commit fb1d517d04
2 changed files with 11 additions and 8 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="97" android:versionCode="99"
android:versionName="0.3.5" android:versionName="0.3.5a"
android:installLocation="auto"> android:installLocation="auto">
<uses-permission android:name="android.permission.VIBRATE"/> <uses-permission android:name="android.permission.VIBRATE"/>

View File

@ -37,6 +37,14 @@ import com.watabou.noosa.ui.Component;
public class ChangesScene extends PixelScene { public class ChangesScene extends PixelScene {
private static final String TXT_Update = private static final String TXT_Update =
"_v0.3.5a:_\n" +
"- Reduced warrior shield charge earlygame\n" +
"- Reduced berserker damage at higher HP\n" +
"- Increased berserk exhaust damage penalty\n" +
"- Increased power of 2,4,6 combo finishers\n" +
"- Translation updates\n" +
"- Various bugfixes\n" +
"\n" +
"_v0.3.5:_\n" + "_v0.3.5:_\n" +
"Warrior Rework:\n" + "Warrior Rework:\n" +
"- Starting STR down to 10, from 11\n" + "- Starting STR down to 10, from 11\n" +
@ -64,17 +72,12 @@ public class ChangesScene extends PixelScene {
"- Can now examine multiple things in one tile\n" + "- Can now examine multiple things in one tile\n" +
"- Classic font added for Russian language\n" + "- Classic font added for Russian language\n" +
"- Added Hungarian language\n" + "- Added Hungarian language\n" +
"- Translation Updates\n" +
"- Various bugfixes\n" +
"\n"+ "\n"+
"_v0.3.4:_ Multiple language support\n" + "_v0.3.4:_ Multiple language support\n" +
"\n" + "\n" +
"_v0.3.3:_ Support for Google Play Games\n" + "_v0.3.3:_ Support for Google Play Games\n" +
"\n" + "\n" +
"_v0.3.2:_\n" + "_v0.3.2:_ Prison Rework & Balance Changes\n" +
"- Prison rework: new enemies, quests, etc.\n" +
"- Mastery Book only available after floor 10\n" +
"- Hunger damage now scales with hero level\n" +
"\n" + "\n" +
"_v0.3.1:_ Traps reworked & UI upgrades\n" + "_v0.3.1:_ Traps reworked & UI upgrades\n" +
"\n" + "\n" +