mirror of
https://github.com/OMGeeky/andors-trail.git
synced 2026-01-05 19:20:47 +01:00
v0.8.12.1
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.gpl.rpg.AndorsTrail"
|
||||
android:versionCode="79"
|
||||
android:versionName="0.8.13dev"
|
||||
android:versionName="0.8.12.1beta"
|
||||
android:installLocation="auto"
|
||||
>
|
||||
|
||||
|
||||
@@ -24,11 +24,11 @@ public final class AndorsTrailApplication extends Application {
|
||||
public static final boolean DEVELOPMENT_DEBUGRESOURCES = false;
|
||||
public static final boolean DEVELOPMENT_FORCE_STARTNEWGAME = false;
|
||||
public static final boolean DEVELOPMENT_FORCE_CONTINUEGAME = false;
|
||||
public static final boolean DEVELOPMENT_DEBUGBUTTONS = true;
|
||||
public static final boolean DEVELOPMENT_DEBUGBUTTONS = false;
|
||||
public static final boolean DEVELOPMENT_FASTSPEED = false;
|
||||
public static final boolean DEVELOPMENT_VALIDATEDATA = true;
|
||||
public static final boolean DEVELOPMENT_DEBUGMESSAGES = true;
|
||||
public static final String CURRENT_VERSION_DISPLAY = "0.8.13dev";
|
||||
public static final boolean DEVELOPMENT_VALIDATEDATA = false;
|
||||
public static final boolean DEVELOPMENT_DEBUGMESSAGES = false;
|
||||
public static final String CURRENT_VERSION_DISPLAY = "0.8.12.1beta";
|
||||
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;
|
||||
|
||||
@@ -1,10 +1,37 @@
|
||||
I put both (release notes + forum announcement) into this source, so it will be easier to maintain them parallel:
|
||||
|
||||
|
||||
APK 78 (0.8.12) Towards Feygard
|
||||
APK 79 (0.8.12.1) Bugfix + translations
|
||||
|
||||
Release notes
|
||||
=============
|
||||
* Fix of the freeze bug during combat
|
||||
* You can surprise the drunken guards in Fallhaven tavern a bit now.
|
||||
* Some minor map fixes
|
||||
* Translations
|
||||
|
||||
|
||||
Forum announcement //2024-12-16
|
||||
==================
|
||||
Hello fellow adventurers,
|
||||
|
||||
we have finally fixed that nasty bug which could freeze the game during combat (when you play with Animation=Off and Combat=Instant)
|
||||
|
||||
There is no new content beside the tiny little thing with the drunken guards in the taverns of Crossglen or Fallhaven.
|
||||
|
||||
Nevertheless please check this beta and try if it is working as expected: [url]https://andorstrail.com/static/AndorsTrail_v0.8.12.1beta.apk[/url]
|
||||
|
||||
So long!
|
||||
---------------
|
||||
Here is is the link on our server: [url]https://andorstrail.com/static/AndorsTrail_v0.8.12.1.apk[/url]
|
||||
Google Play and Itch will follow soon - and F-droid too this time.
|
||||
|
||||
Note: The first start might take long, maybe even minutes. Be patient, world map files are generated. This is only on first start.
|
||||
|
||||
And now: Happy playing! :D
|
||||
|
||||
|
||||
|
||||
APK 78 (0.8.12) "Towards Feygard" or "Of kobolds, fae, witch and troll"
|
||||
|
||||
Release notes
|
||||
|
||||
Reference in New Issue
Block a user