JAL-3322 Progress bar status tweaks
authorBen Soares <bsoares@dundee.ac.uk>
Fri, 28 Jun 2019 09:41:45 +0000 (10:41 +0100)
committerBen Soares <bsoares@dundee.ac.uk>
Fri, 28 Jun 2019 09:41:45 +0000 (10:41 +0100)
getdown/lib/getdown-core.jar
getdown/lib/getdown-launcher.jar
getdown/src/getdown/core/src/main/java/com/threerings/getdown/data/Application.java
j11lib/getdown-core.jar
j8lib/getdown-core.jar

index 2ffe409..397dc49 100644 (file)
Binary files a/getdown/lib/getdown-core.jar and b/getdown/lib/getdown-core.jar differ
index 7f28fad..f7fcbfc 100644 (file)
Binary files a/getdown/lib/getdown-launcher.jar and b/getdown/lib/getdown-launcher.jar differ
index 117f36b..2dddd6f 100644 (file)
@@ -70,15 +70,16 @@ public class Application
          */
         public enum Step
         {
          */
         public enum Step
         {
-            UPDATE_JAVA(10),
+            //UPDATE_JAVA(10),
+            UPDATE_JAVA(20),
             //VERIFY_METADATA(15, 65, 95),
             VERIFY_METADATA(15, 45, 90),
             //VERIFY_METADATA(15, 65, 95),
             VERIFY_METADATA(15, 45, 90),
-            DOWNLOAD(50),
+            DOWNLOAD(60),
             PATCH(60),
             //VERIFY_RESOURCES(70, 97),
             PATCH(60),
             //VERIFY_RESOURCES(70, 97),
-            VERIFY_RESOURCES(30, 90),
+            VERIFY_RESOURCES(40, 90),
             //REDOWNLOAD_RESOURCES(90),
             //REDOWNLOAD_RESOURCES(90),
-            REDOWNLOAD_RESOURCES(75),
+            REDOWNLOAD_RESOURCES(80),
             //UNPACK(98),
             UNPACK(95),
             //LAUNCH(99);
             //UNPACK(98),
             UNPACK(95),
             //LAUNCH(99);
index 2ffe409..397dc49 100644 (file)
Binary files a/j11lib/getdown-core.jar and b/j11lib/getdown-core.jar differ
index 2ffe409..397dc49 100644 (file)
Binary files a/j8lib/getdown-core.jar and b/j8lib/getdown-core.jar differ