mirror of
https://github.com/AndorsTrailRelease/andors-trail.git
synced 2026-01-06 19:45:42 +01:00
Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
026ccde2ff | ||
|
|
7813994b81 | ||
|
|
d3b070844f | ||
|
|
3047f653bd | ||
|
|
393a478d13 | ||
|
|
758a580063 | ||
|
|
5919c429d2 |
@@ -3,8 +3,8 @@
|
||||
<manifest
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.gpl.rpg.AndorsTrail"
|
||||
android:versionCode="69"
|
||||
android:versionName="0.8.4.1"
|
||||
android:versionCode="70"
|
||||
android:versionName="0.8.5beta"
|
||||
android:installLocation="auto"
|
||||
>
|
||||
|
||||
|
||||
@@ -28,11 +28,11 @@ public final class AndorsTrailApplication extends Application {
|
||||
public static final boolean DEVELOPMENT_FASTSPEED = false;
|
||||
public static final boolean DEVELOPMENT_VALIDATEDATA = false;
|
||||
public static final boolean DEVELOPMENT_DEBUGMESSAGES = false;
|
||||
public static final String CURRENT_VERSION_DISPLAY = "0.8.4.1";
|
||||
public static final String CURRENT_VERSION_DISPLAY = "0.8.5beta";
|
||||
public static final boolean IS_RELEASE_VERSION = !CURRENT_VERSION_DISPLAY.matches(".*[a-d].*");
|
||||
public static final boolean DEVELOPMENT_INCOMPATIBLE_SAVEGAMES = DEVELOPMENT_DEBUGRESOURCES || DEVELOPMENT_DEBUGBUTTONS || DEVELOPMENT_FASTSPEED || !IS_RELEASE_VERSION;
|
||||
public static final int DEVELOPMENT_INCOMPATIBLE_SAVEGAME_VERSION = 999;
|
||||
public static final int CURRENT_VERSION = DEVELOPMENT_INCOMPATIBLE_SAVEGAMES ? DEVELOPMENT_INCOMPATIBLE_SAVEGAME_VERSION : 69;
|
||||
public static final int CURRENT_VERSION = DEVELOPMENT_INCOMPATIBLE_SAVEGAMES ? DEVELOPMENT_INCOMPATIBLE_SAVEGAME_VERSION : 70;
|
||||
|
||||
private final AndorsTrailPreferences preferences = new AndorsTrailPreferences();
|
||||
private WorldContext world = new WorldContext();
|
||||
|
||||
@@ -78,7 +78,7 @@ public final class AndorsTrailPreferences {
|
||||
dest.dpadTransparency = Integer.parseInt(prefs.getString("dpadtransparency", Integer.toString(DPAD_TRANSPARENCY_50_PERCENT)));
|
||||
dest.dpadMinimizeable = prefs.getBoolean("dpadMinimizeable", true);
|
||||
dest.optimizedDrawing = prefs.getBoolean("optimized_drawing", false);
|
||||
dest.highQualityFilters = prefs.getBoolean("high_quality_filters", true);
|
||||
dest.highQualityFilters = prefs.getBoolean("high_quality_filters", false);
|
||||
dest.enableUiAnimations = prefs.getBoolean("enableUiAnimations", true);
|
||||
dest.displayOverwriteSavegame = Integer.parseInt(prefs.getString("display_overwrite_savegame", Integer.toString(CONFIRM_OVERWRITE_SAVEGAME_ALWAYS)));
|
||||
dest.quickslotsPosition = Integer.parseInt(prefs.getString("quickslots_placement", Integer.toString(QUICKSLOTS_POSITION_HORIZONTAL_CENTER_BOTTOM)));
|
||||
|
||||
@@ -21,6 +21,46 @@ Visit our forums on www.andorstrail.com for help, hints, tips and general discus
|
||||
|
||||
Changelog:
|
||||
|
||||
v0.8.5
|
||||
New quest 'Ratdom' with 139 new maps and 2 sub quests
|
||||
The loss of XP in case of death is now 20% instead of 30%
|
||||
Having raw meat cooked
|
||||
Translation updates and many minor bug fixes and enhancements
|
||||
|
||||
v0.8.4.1
|
||||
Export/Import: The worldmap, which consists of many small png files, is handled now as a zip file.
|
||||
Translation updates and many minor bug fixes and map enhancements
|
||||
|
||||
v0.8.3
|
||||
New quest "The Dead are Walking" with 38 new maps
|
||||
Export/Import function for savegames
|
||||
|
||||
v0.8.2
|
||||
Fix of a lost traveler in certain conditions
|
||||
Support of older mobiles again
|
||||
|
||||
v0.8.1
|
||||
New city Sullengard
|
||||
71 new maps and 6 new quests
|
||||
Monster kill count
|
||||
Controller support
|
||||
Translations updated
|
||||
Engine changes to support actual Android Studio
|
||||
|
||||
v0.7.17
|
||||
Fix of unloadable savegames in certain conditions
|
||||
|
||||
v0.7.16
|
||||
New quest 'Delivery'
|
||||
Fix of Killed-by-Kamelio bug, postman bug and typos
|
||||
Translations updated (Chinese 99%)
|
||||
|
||||
v0.7.15
|
||||
Fix of a notification crash bug
|
||||
Fix of missing scout and of a non disappearing Ortholion and Ehrenfest in certain conditions
|
||||
Various small changes and bug fixes
|
||||
Translations updated
|
||||
|
||||
v0.7.14
|
||||
2 new quests:
|
||||
"Climbing up is forbidden"
|
||||
|
||||
@@ -1,6 +1,56 @@
|
||||
I put both (release notes + forum announcement) into this source, so it will be easier to maintain them parallel:
|
||||
|
||||
|
||||
APK 70 (0.8.5) Ratdom
|
||||
|
||||
Release notes
|
||||
=============
|
||||
* The new Ratdom area with 3 quests and 139 new maps
|
||||
* Translation updates and many minor bug fixes and enhancements
|
||||
|
||||
|
||||
Forum announcement //2023-01-29
|
||||
==================
|
||||
Hello adventurers,
|
||||
|
||||
we have another new version for you (v0.8.5 beta) 8-)
|
||||
|
||||
[list]We have a huge new area with 139 new maps and 3 new quests:
|
||||
A big quest in a rat world and two other small quests you will find on your way.
|
||||
|
||||
This section is more for high-level players: the quests Lodar, Charwood, Colonel Lutarc and the starter quests Prohibited Substance and Rat Infestation are mandatory.
|
||||
Do you have these and also 9000 gold pieces with you, then you can dive into the new adventure.
|
||||
Just go home and take a nap - it's not really going to be refreshing...
|
||||
|
||||
You will find many new maps arranged as a maze. This area looks and feels different than the rest of Andor's path. It will also be a challenge for the high-level players who just run through new areas with no effort.
|
||||
(The scope took a long time to create, so don't expect to finish it in a few hours.)
|
||||
|
||||
A rat named Clevred will accompany you even though you don't see it. It's small enough to hide in your pocket or carry around. But he will talk to you, sometimes randomly, sometimes giving advice.
|
||||
[/list]
|
||||
|
||||
[list]The loss of XP in case of death is now 20% instead of 30%[/list]
|
||||
|
||||
[list]It is now possible to have your raw meat cooked by Gison's son Gael and in Remgard.[/list]
|
||||
|
||||
[list]We added the new Polished ring of the Protector in Remgard, and flipped the places of sale of the Guardian and Protector rings.[/list]
|
||||
|
||||
[list]Several other adjustments, not worth to list them all here[/list]
|
||||
|
||||
[list]And as always, we've fixed some minor bugs and updated the translations.[/list]
|
||||
|
||||
|
||||
Here is is the link on our server: [url]https://andorstrail.com/static/AndorsTrail_v0.8.5.apk[/url]
|
||||
Google Play, F-Droid and Itch will follow soon.
|
||||
|
||||
Have fun!
|
||||
|
||||
|
||||
PS
|
||||
I might be too harsh, so we added an early exit to the quest so you can come out and complete the quest even if you didn't actually reach the end.
|
||||
|
||||
|
||||
|
||||
|
||||
APK 69 (0.8.4.1) //Mostly harmless
|
||||
|
||||
Release notes
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 187 KiB After Width: | Height: | Size: 190 KiB |
@@ -155,6 +155,15 @@
|
||||
• Porter Young (sim)<br/>
|
||||
• subarashi (clint)<br/>
|
||||
<br/>
|
||||
<b>Special thanks to the following organizations for letting us use their great products for free:</b><br/>
|
||||
<br/>
|
||||
• <a href="https://github.com/">Github</a>: Version control platform
|
||||
• <a href="https://www.mapeditor.org">Tiled</a>: Map editor
|
||||
• <a href="https://weblate.org/">Weblate</a>: Translation platform
|
||||
• <a href="https://zulip.com/">Zulib</a>: Chat platform for internal coordination
|
||||
• <a href="https://www.syntevo.com/smartgit/">Smartgit</a>: Version control client
|
||||
• <a href="https:https://discord.com/">Discord</a>: Community chat platform
|
||||
<br/>
|
||||
<b><a href="https://andorstrail.com/viewtopic.php?f=6&t=4560">Want to see yourself on this page? Visit our contribution guide!</a></b><br/>
|
||||
<br/>
|
||||
]]>
|
||||
|
||||
Reference in New Issue
Block a user