]> www.infradead.org Git - users/mchehab/andors-trail.git/commitdiff
Updated version number.
authoroskar.wiksten@gmail.com <oskar.wiksten@gmail.com@08aca716-68be-ccc6-4d58-36f5abd142ac>
Fri, 7 Oct 2011 21:14:53 +0000 (21:14 +0000)
committeroskar.wiksten@gmail.com <oskar.wiksten@gmail.com@08aca716-68be-ccc6-4d58-36f5abd142ac>
Fri, 7 Oct 2011 21:14:53 +0000 (21:14 +0000)
Updated welcome text when starting a new version of the game.

git-svn-id: https://andors-trail.googlecode.com/svn/trunk@169 08aca716-68be-ccc6-4d58-36f5abd142ac

AndorsTrail/AndroidManifest.xml
AndorsTrail/res/values/strings.xml
AndorsTrail/src/com/gpl/rpg/AndorsTrail/AndorsTrailApplication.java

index 934365cfe2adc4350e2ef358e23f5a658641aa2b..d8a2053b7bbb0842c766e30cb908fbf26ad4f76c 100644 (file)
@@ -3,8 +3,8 @@
 <manifest 
        xmlns:android="http://schemas.android.com/apk/res/android" 
        package="com.gpl.rpg.AndorsTrail"
-       android:versionCode="20"
-       android:versionName="0.6.10dev"
+       android:versionCode="24"
+       android:versionName="0.6.10a1"
        android:installLocation="auto"
        >
        <uses-sdk 
index 911965428d04aef82a23c6be757ad34398cd403e..f1f2a51e4c7ac1e19beaf45189c20959cd14179e 100644 (file)
        <string name="dialog_newversion_message">
                Thank you for downloading Andor\'s Trail!\n\n
                Please note that this version of Andor\'s Trail is a WORK IN PROGRESS, which means that all maps are not yet complete.\n
-               You are however of course free to explore the initial towns and dungeons as much as you like.\n
-               Since this is a work in progress, it may contain bugs and gameplay that is not balanced well. This release is intended as a bug-hunt before we start adding even more content.\n
-               Please visit the project forums to get more info or to contribute to the project (see "about").\n
+               Please visit the project forums to discuss the game with other players or to help make the game even better (see "about").\n
                \n
                Thanks for all the feedback!
        </string> 
index 28dd4cc6857069d136d4d6e14e92b4e6d50a6676..6022747b9cff03b0c778d0a5acb6dbf8a45aa9f3 100644 (file)
@@ -14,13 +14,13 @@ import android.view.WindowManager;
 public final class AndorsTrailApplication extends Application {\r
 \r
        public static final boolean DEVELOPMENT_DEBUGRESOURCES = false;\r
-       public static final boolean DEVELOPMENT_FORCE_STARTNEWGAME = true;\r
+       public static final boolean DEVELOPMENT_FORCE_STARTNEWGAME = false;\r
        public static final boolean DEVELOPMENT_FORCE_CONTINUEGAME = false;\r
-       public static final boolean DEVELOPMENT_DEBUGBUTTONS = true;\r
-       public static final boolean DEVELOPMENT_VALIDATEDATA = true;\r
-       public static final boolean DEVELOPMENT_DEBUGMESSAGES = true;\r
+       public static final boolean DEVELOPMENT_DEBUGBUTTONS = false;\r
+       public static final boolean DEVELOPMENT_VALIDATEDATA = false;\r
+       public static final boolean DEVELOPMENT_DEBUGMESSAGES = false;\r
        public static final int CURRENT_VERSION = 24;\r
-       public static final String CURRENT_VERSION_DISPLAY = "0.6.10dev";\r
+       public static final String CURRENT_VERSION_DISPLAY = "0.6.10a1";\r
        \r
        public final WorldContext world = new WorldContext();\r
        public final WorldSetup setup = new WorldSetup(world, this);\r