From 22e2e5917fc2490a7399aa288ab0a3e0536a5484 Mon Sep 17 00:00:00 2001 From: Nut Date: Fri, 1 May 2020 11:53:30 +0200 Subject: [PATCH 1/3] building 0.7.10 --- AndorsTrail/res/values/arrays.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/AndorsTrail/res/values/arrays.xml b/AndorsTrail/res/values/arrays.xml index 5ca559c0a..4827ee41f 100644 --- a/AndorsTrail/res/values/arrays.xml +++ b/AndorsTrail/res/values/arrays.xml @@ -138,14 +138,14 @@ @string/preferences_language_default English - Deutsch (99%) + Deutsch (100%) Español (91%) - Française (58%) + Française (65%) Italiano (90%) Magyar (44%) Polski (100%) Português (78%) - Português Brasil (82%) + Português Brasil (86%) Русский язык (100%) From e62e3960bfc516bb854751af87ca91b871d41091 Mon Sep 17 00:00:00 2001 From: Nut Date: Sat, 2 May 2020 09:55:53 +0200 Subject: [PATCH 2/3] building 0.7.10 --- AndorsTrail/res/values/authors.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/AndorsTrail/res/values/authors.xml b/AndorsTrail/res/values/authors.xml index 517cf74ef..ef71b91dd 100644 --- a/AndorsTrail/res/values/authors.xml +++ b/AndorsTrail/res/values/authors.xml @@ -88,6 +88,7 @@ • ;Additional graphics by Chris Hall (Fatboy73)
• Additional graphics by DeBray Bailey
• Additional graphics by Karvis
+ • Graphic enhancements by OMGeeky
Monster tileset graphics by rltiles.sourceforge.net
Part (or All) of the graphic tiles used in this program is the public domain roguelike tileset "RLTiles". Some of the tiles have been modified by Oskar Wiksten. From efca0a905a1566ae778cf2c7a6a7dff9604625bc Mon Sep 17 00:00:00 2001 From: Nut Date: Sat, 2 May 2020 10:53:01 +0200 Subject: [PATCH 3/3] building 0.7.10 - int. version --- AndorsTrail/AndroidManifest.xml | 2 +- .../src/com/gpl/rpg/AndorsTrail/AndorsTrailApplication.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/AndorsTrail/AndroidManifest.xml b/AndorsTrail/AndroidManifest.xml index d7cee9028..97906ad75 100644 --- a/AndorsTrail/AndroidManifest.xml +++ b/AndorsTrail/AndroidManifest.xml @@ -3,7 +3,7 @@ diff --git a/AndorsTrail/src/com/gpl/rpg/AndorsTrail/AndorsTrailApplication.java b/AndorsTrail/src/com/gpl/rpg/AndorsTrail/AndorsTrailApplication.java index f5b106fd7..26bf5987c 100644 --- a/AndorsTrail/src/com/gpl/rpg/AndorsTrail/AndorsTrailApplication.java +++ b/AndorsTrail/src/com/gpl/rpg/AndorsTrail/AndorsTrailApplication.java @@ -30,7 +30,7 @@ public final class AndorsTrailApplication extends Application { public static final boolean DEVELOPMENT_DEBUGMESSAGES = false; public static final boolean DEVELOPMENT_INCOMPATIBLE_SAVEGAMES = DEVELOPMENT_DEBUGRESOURCES || DEVELOPMENT_DEBUGBUTTONS || DEVELOPMENT_FASTSPEED; public static final int DEVELOPMENT_INCOMPATIBLE_SAVEGAME_VERSION = 999; - public static final int CURRENT_VERSION = DEVELOPMENT_INCOMPATIBLE_SAVEGAMES ? DEVELOPMENT_INCOMPATIBLE_SAVEGAME_VERSION : 52; + public static final int CURRENT_VERSION = DEVELOPMENT_INCOMPATIBLE_SAVEGAMES ? DEVELOPMENT_INCOMPATIBLE_SAVEGAME_VERSION : 53; public static final String CURRENT_VERSION_DISPLAY = "0.7.10"; public static final boolean IS_RELEASE_VERSION = !CURRENT_VERSION_DISPLAY.matches(".*[a-d].*");