From 89681f420b0d1188a20de64f3589495195559dde Mon Sep 17 00:00:00 2001 From: Nut Date: Sat, 6 Jun 2020 20:02:32 +0200 Subject: [PATCH 1/6] Translation state --- AndorsTrail/res/values/arrays.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/AndorsTrail/res/values/arrays.xml b/AndorsTrail/res/values/arrays.xml index 3a5206dc5..5ece54bc6 100644 --- a/AndorsTrail/res/values/arrays.xml +++ b/AndorsTrail/res/values/arrays.xml @@ -138,15 +138,15 @@ @string/preferences_language_default English - Deutsch (99%) - Español (90%) - Française (100%) - Italiano (91%) - Magyar (44%) - Polski (100%) - Português (78%) - Português Brasil (86%) - Русский язык (100%) + Deutsch (89%) + Español (81%) + Française (89%) + Italiano (82%) + Magyar (39%) + Polski (89%) + Português (70%) + Português Brasil (77%) + Русский язык (89%) From 7926ebb9f5ce6acc16574102f83947e83cbf25f1 Mon Sep 17 00:00:00 2001 From: Chriz76 <48691511+Chriz76@users.noreply.github.com> Date: Sun, 7 Jun 2020 09:13:22 +0200 Subject: [PATCH 2/6] Whatsnew for 0.7.11 --- AndorsTrail/play/listings/en-US/whatsnew.txt | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/AndorsTrail/play/listings/en-US/whatsnew.txt b/AndorsTrail/play/listings/en-US/whatsnew.txt index f574b3f69..0f0698d52 100644 --- a/AndorsTrail/play/listings/en-US/whatsnew.txt +++ b/AndorsTrail/play/listings/en-US/whatsnew.txt @@ -1,15 +1,11 @@ -Weapon Rebalancing -Rebalancing of level 1 to 5 rewards -A new skill, "The way of the monk" and some equipment -Sorting of quest logs by time -Fixes for monster difficulty -Better explanation for permissions -Conversation will not close when you click outside of dialogues -Fix toast crashes (e.g. after fights) -Fix listener crashes -Fix Mapchange crashes -Fix minor bugs and typos +A new city located east of Loneford +Seven new quests +37 new maps +One new extraordinary item by rare drop +Remember Bonemeal is illegal - And now there are consequences for its possession +Various bug fixes - Burhczyd fix Translations actualized Finally a warning: -For any PERMADEATH characters it would be a good idea to save before updating. \ No newline at end of file +For any PERMADEATH characters it would be a good idea to save before updating. + From 11610b81227747892ef3a904f2c0169e054d333e Mon Sep 17 00:00:00 2001 From: Chriz76 <48691511+Chriz76@users.noreply.github.com> Date: Sun, 7 Jun 2020 09:15:15 +0200 Subject: [PATCH 3/6] Moved 0.7.10 whatsnew to relnotes --- .../play/listings/en-US/full-description.txt | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/AndorsTrail/play/listings/en-US/full-description.txt b/AndorsTrail/play/listings/en-US/full-description.txt index eb5feaf05..14bb81202 100644 --- a/AndorsTrail/play/listings/en-US/full-description.txt +++ b/AndorsTrail/play/listings/en-US/full-description.txt @@ -20,6 +20,20 @@ Visit our forums on www.andorstrail.com for help, hints, tips and general discus Changelog: +v0.7.10 +Weapon Rebalancing +Rebalancing of level 1 to 5 rewards +A new skill, "The way of the monk" and some equipment +Sorting of quest logs by time +Fixes for monster difficulty +Better explanation for permissions +Conversation will not close when you click outside of dialogues +Fix toast crashes (e.g. after fights) +Fix listener crashes +Fix Mapchange crashes +Fix minor bugs and typos +Translations actualized + v0.7.9 For a better overview you can now reduce the view to 75% or 50% A certain person has found another, rather unfrequented tavern @@ -83,4 +97,4 @@ Content - Fixed a few quest bugs and typos - Fixed issue with Feygard bridge guard on some old saves. - Three new places to visit. -- Avoid monster stunning by "Robe of the Sublimate" \ No newline at end of file +- Avoid monster stunning by "Robe of the Sublimate" From d9571146dd44668664cef943d143d9fe5f2079d0 Mon Sep 17 00:00:00 2001 From: Nut Date: Sun, 7 Jun 2020 10:42:34 +0200 Subject: [PATCH 4/6] size declaration needed for compile --- .../src/com/gpl/rpg/AndorsTrail/resource/ResourceLoader.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AndorsTrail/src/com/gpl/rpg/AndorsTrail/resource/ResourceLoader.java b/AndorsTrail/src/com/gpl/rpg/AndorsTrail/resource/ResourceLoader.java index 7ff7ca78b..aafea88fd 100644 --- a/AndorsTrail/src/com/gpl/rpg/AndorsTrail/resource/ResourceLoader.java +++ b/AndorsTrail/src/com/gpl/rpg/AndorsTrail/resource/ResourceLoader.java @@ -258,6 +258,8 @@ public final class ResourceLoader { final Size sz7x1 = new Size(7, 1); final Size sz20x12 = new Size(20, 12); final Size mapTileSize = new Size(16, 8); + final Size sz8x8 = new Size(8, 8); + loader.prepareTileset(R.drawable.char_hero, "char_hero", sz1x1, sz1x1, mTileSize); loader.prepareTileset(R.drawable.char_hero_maksiu_girl_01, "char_hero_maksiu_girl_01", sz1x1, sz1x1, mTileSize); From 80412482ab9450d0d904dd59541c16a46886212a Mon Sep 17 00:00:00 2001 From: Chriz76 <48691511+Chriz76@users.noreply.github.com> Date: Sun, 7 Jun 2020 20:08:12 +0200 Subject: [PATCH 5/6] Changed the repo link to AndorstrailRelease --- AndorsTrail/play/listings/en-US/full-description.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AndorsTrail/play/listings/en-US/full-description.txt b/AndorsTrail/play/listings/en-US/full-description.txt index 14bb81202..019430b0b 100644 --- a/AndorsTrail/play/listings/en-US/full-description.txt +++ b/AndorsTrail/play/listings/en-US/full-description.txt @@ -7,7 +7,7 @@ You can currently visit up to 497 maps and complete up to 63 quests. The game is completely free. There is no payment to install, no ads, no in-app purchases, and no DLCs. There is no internet access required, and it can run on all versions of Android from 1.6 (Eclair), so it should run on any device, even low-end oldies. Andor's Trail is open-source software, released under the GPL v2 license. -You can get the sources from https://github.com/Zukero/andors-trail +You can get the sources from https://github.com/AndorsTrailRelease/andors-trail Game translation is crowd-sourced on https://hosted.weblate.org/translate/andors-trail From e5f0900b328d7b3999f649ba0872a74fe0b04184 Mon Sep 17 00:00:00 2001 From: Chriz76 <48691511+Chriz76@users.noreply.github.com> Date: Sun, 7 Jun 2020 20:27:00 +0200 Subject: [PATCH 6/6] Adjusted map and quest count --- AndorsTrail/play/listings/en-US/full-description.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AndorsTrail/play/listings/en-US/full-description.txt b/AndorsTrail/play/listings/en-US/full-description.txt index 019430b0b..755495dd5 100644 --- a/AndorsTrail/play/listings/en-US/full-description.txt +++ b/AndorsTrail/play/listings/en-US/full-description.txt @@ -2,7 +2,7 @@ Explore the world of Dhayavar looking for your brother Andor in this quest-drive Battle monsters in turn-based combat, become stronger through level ups and skills, choose from a wide range of equipment, interact with numerous NPCs, visit shops, inns and taverns, search for treasure, and solve quests to follow the trail of your brother and uncover the secrets of the powers at play in Dhayavar. With luck, you may even find a legendary item! -You can currently visit up to 497 maps and complete up to 63 quests. +You can currently visit up to 551 maps and complete up to 75 quests. The game is completely free. There is no payment to install, no ads, no in-app purchases, and no DLCs. There is no internet access required, and it can run on all versions of Android from 1.6 (Eclair), so it should run on any device, even low-end oldies.