update client to rev 183

This commit is contained in:
ThatGamerBlue
2019-09-12 14:00:01 +01:00
parent 0446151736
commit 12c08b271a
342 changed files with 41159 additions and 41468 deletions

View File

@@ -4,25 +4,25 @@ import net.runelite.mapping.ObfuscatedGetter;
import net.runelite.mapping.ObfuscatedName;
import net.runelite.mapping.ObfuscatedSignature;
@ObfuscatedName("la")
@ObfuscatedName("ly")
@Implements("WorldMapArchiveLoader")
public class WorldMapArchiveLoader {
@ObfuscatedName("u")
@ObfuscatedName("l")
@Export("cacheName")
String cacheName;
@ObfuscatedName("n")
@ObfuscatedName("u")
@ObfuscatedSignature(
signature = "Lhz;"
)
@Export("archive")
AbstractArchive archive;
@ObfuscatedName("t")
@ObfuscatedName("j")
@ObfuscatedGetter(
intValue = -726522089
intValue = 1194864205
)
@Export("percentLoaded")
int percentLoaded;
@ObfuscatedName("q")
@ObfuscatedName("v")
@Export("loaded")
boolean loaded;
@@ -35,10 +35,10 @@ public class WorldMapArchiveLoader {
this.archive = var1;
}
@ObfuscatedName("s")
@ObfuscatedName("c")
@ObfuscatedSignature(
signature = "(Ljava/lang/String;B)V",
garbageValue = "-7"
garbageValue = "-36"
)
@Export("reset")
void reset(String var1) {
@@ -52,15 +52,15 @@ public class WorldMapArchiveLoader {
}
}
@ObfuscatedName("j")
@ObfuscatedName("x")
@ObfuscatedSignature(
signature = "(I)I",
garbageValue = "1496070348"
garbageValue = "1679536571"
)
@Export("load")
int load() {
if (this.percentLoaded < 33) {
if (!this.archive.tryLoadFileByNames(WorldMapCacheName.field290.name, this.cacheName)) {
if (!this.archive.tryLoadFileByNames(WorldMapCacheName.field295.name, this.cacheName)) {
return this.percentLoaded;
}
@@ -68,7 +68,7 @@ public class WorldMapArchiveLoader {
}
if (this.percentLoaded == 33) {
if (this.archive.isValidFileName(WorldMapCacheName.field291.name, this.cacheName) && !this.archive.tryLoadFileByNames(WorldMapCacheName.field291.name, this.cacheName)) {
if (this.archive.isValidFileName(WorldMapCacheName.field296.name, this.cacheName) && !this.archive.tryLoadFileByNames(WorldMapCacheName.field296.name, this.cacheName)) {
return this.percentLoaded;
}
@@ -76,7 +76,7 @@ public class WorldMapArchiveLoader {
}
if (this.percentLoaded == 66) {
if (!this.archive.tryLoadFileByNames(this.cacheName, WorldMapCacheName.field293.name)) {
if (!this.archive.tryLoadFileByNames(this.cacheName, WorldMapCacheName.field298.name)) {
return this.percentLoaded;
}
@@ -87,20 +87,20 @@ public class WorldMapArchiveLoader {
return this.percentLoaded;
}
@ObfuscatedName("i")
@ObfuscatedName("t")
@ObfuscatedSignature(
signature = "(B)Z",
garbageValue = "30"
signature = "(I)Z",
garbageValue = "-528257438"
)
@Export("isLoaded")
boolean isLoaded() {
return this.loaded;
}
@ObfuscatedName("k")
@ObfuscatedName("g")
@ObfuscatedSignature(
signature = "(B)I",
garbageValue = "-94"
garbageValue = "11"
)
@Export("getPercentLoaded")
int getPercentLoaded() {