mirror of
https://github.com/AndorsTrailRelease/andors-trail.git
synced 2026-01-22 19:26:27 +01:00
Compare commits
11 Commits
v0.8.4_com
...
v0.8.5
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
026ccde2ff | ||
|
|
7813994b81 | ||
|
|
d3b070844f | ||
|
|
3047f653bd | ||
|
|
393a478d13 | ||
|
|
758a580063 | ||
|
|
5919c429d2 | ||
|
|
0b6580e7c9 | ||
|
|
6efb2b3860 | ||
|
|
82b904d176 | ||
|
|
111aca868c |
@@ -1,13 +1,13 @@
|
||||
apply plugin: 'com.android.application'
|
||||
|
||||
android {
|
||||
compileSdkVersion 30
|
||||
compileSdkVersion 31
|
||||
buildToolsVersion "30.0.3"
|
||||
|
||||
defaultConfig {
|
||||
applicationId "com.gpl.rpg.AndorsTrail"
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 30
|
||||
targetSdkVersion 31
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
|
||||
@@ -3,15 +3,11 @@
|
||||
<manifest
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.gpl.rpg.AndorsTrail"
|
||||
android:versionCode="68"
|
||||
android:versionName="0.8.4"
|
||||
android:versionCode="70"
|
||||
android:versionName="0.8.5beta"
|
||||
android:installLocation="auto"
|
||||
>
|
||||
<uses-sdk
|
||||
android:minSdkVersion="4"
|
||||
android:targetSdkVersion="30"
|
||||
/>
|
||||
|
||||
|
||||
<supports-screens
|
||||
android:smallScreens="true"
|
||||
android:normalScreens="true"
|
||||
@@ -37,6 +33,7 @@
|
||||
>
|
||||
<activity
|
||||
android:name="com.gpl.rpg.AndorsTrail.activity.StartScreenActivity"
|
||||
android:exported="true"
|
||||
android:clearTaskOnLaunch="true"
|
||||
>
|
||||
<intent-filter>
|
||||
|
||||
@@ -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";
|
||||
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 : 68;
|
||||
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,7 +1,57 @@
|
||||
I put both (release notes + forum announcement) into this source, so it will be easier to maintain them parallel:
|
||||
|
||||
|
||||
APK 68 (0.8.4) Mostly harmless
|
||||
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
|
||||
=============
|
||||
@@ -13,7 +63,7 @@ Forum announcement //2023-01-29
|
||||
==================
|
||||
Hello fellow adventurers,
|
||||
|
||||
Here is the actual release v0.8.4 with bugfixes, translations and little enhancements:
|
||||
Here is the actual release v0.8.4.1 with bugfixes, translations and little enhancements:
|
||||
|
||||
[list]The export/import is enhanced: The worldmap, which consists of many small png files, is handled now as a zip file. This is more convenient and much quicker.[/list]
|
||||
|
||||
@@ -23,7 +73,7 @@ Here is the actual release v0.8.4 with bugfixes, translations and little enhance
|
||||
|
||||
[list]And as always we actualized the translations[/list]
|
||||
|
||||
Here is is the link on our server: [url]https://andorstrail.com/static/AndorsTrail_v0.8.4.apk[/url]
|
||||
Here is is the link on our server: [url]https://andorstrail.com/static/AndorsTrail_v0.8.4.1.apk[/url]
|
||||
Google Play, F-Droid and Itch will follow soon.
|
||||
|
||||
Have fun!
|
||||
@@ -31,6 +81,9 @@ Have fun!
|
||||
|
||||
|
||||
|
||||
APK 68 (0.8.4) //Mostly harmless (unneeded files - immediatly replaced by 69)
|
||||
|
||||
|
||||
APK 67 (0.8.3) //Haunted Forest 2022-11-04
|
||||
|
||||
Release notes (Google/Itch)
|
||||
|
||||
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/>
|
||||
]]>
|
||||
|
||||
@@ -504,6 +504,7 @@
|
||||
<string name="loadsave_importing_savegames">Importing Savegames</string>
|
||||
<string name="loadsave_import_save_successfull">Import successful</string>
|
||||
<string name="loadsave_import_save_unsuccessfull">Import unsuccessful</string>
|
||||
<string name="loadsave_import_save_error_unknown">- obsolete -</string>
|
||||
<string name="loadsave_import_error_unknown">An unknown error occurred while importing.</string>
|
||||
<string name="loadsave_import_overwrite_confirmation_title">Overwrite Existing Slot?</string>
|
||||
|
||||
@@ -519,6 +520,7 @@
|
||||
<string name="loadsave_import_worldmap_successfull">Import of Worldmap successful</string>
|
||||
<string name="loadsave_import_worldmap_unsuccessfull">Import of Worldmap unsuccessful</string>
|
||||
<string name="loadsave_import_worldmap_wrong_file">Are you sure you selected a worldmap? Please select the zip file called \'worldmap.zip\' that was exported into your export location.</string>
|
||||
<string name="loadsave_import_worldmap_wrong_directory">- obsolete -</string>
|
||||
|
||||
<string name="iteminfo_displaytypes_ordinary">Ordinary</string>
|
||||
<string name="iteminfo_displaytypes_quest">Quest item</string>
|
||||
|
||||
Reference in New Issue
Block a user