rsc: please read the commit message for my neverending descent into madness

how do i stop making castles
every time i go to the beach i make a castle
every time i open blender i model castles
every time i play chess i castle
i just cant stop making castles dude
This commit is contained in:
ThatGamerBlue
2021-02-26 00:33:45 +00:00
parent 62df7e0ff1
commit 563587e6b0
346 changed files with 84175 additions and 82557 deletions

View File

@@ -7,89 +7,94 @@ import net.runelite.mapping.ObfuscatedSignature;
@ObfuscatedName("lk")
@Implements("ByteArrayPool")
public class ByteArrayPool {
@ObfuscatedName("n")
@ObfuscatedGetter(
intValue = 1247159051
)
@Export("ByteArrayPool_smallCount")
static int ByteArrayPool_smallCount = 0;
@ObfuscatedName("v")
@ObfuscatedGetter(
intValue = -1859253651
)
@Export("ByteArrayPool_mediumCount")
static int ByteArrayPool_mediumCount = 0;
@ObfuscatedName("d")
@ObfuscatedGetter(
intValue = 282212251
)
@Export("ByteArrayPool_largeCount")
static int ByteArrayPool_largeCount = 0;
@ObfuscatedName("c")
@Export("ByteArrayPool_small")
static byte[][] ByteArrayPool_small = new byte[1000][];
@ObfuscatedName("y")
@Export("ByteArrayPool_medium")
static byte[][] ByteArrayPool_medium = new byte[250][];
@ObfuscatedName("h")
@Export("ByteArrayPool_large")
static byte[][] ByteArrayPool_large = new byte[50][];
@ObfuscatedName("q")
@Export("ByteArrayPool_arrays")
static byte[][][] ByteArrayPool_arrays;
@ObfuscatedName("n")
@ObfuscatedGetter(
intValue = 1247159051
)
@Export("ByteArrayPool_smallCount")
static int ByteArrayPool_smallCount;
@ObfuscatedName("v")
@ObfuscatedGetter(
intValue = -1859253651
)
@Export("ByteArrayPool_mediumCount")
static int ByteArrayPool_mediumCount;
@ObfuscatedName("d")
@ObfuscatedGetter(
intValue = 282212251
)
@Export("ByteArrayPool_largeCount")
static int ByteArrayPool_largeCount;
@ObfuscatedName("c")
@Export("ByteArrayPool_small")
static byte[][] ByteArrayPool_small;
@ObfuscatedName("y")
@Export("ByteArrayPool_medium")
static byte[][] ByteArrayPool_medium;
@ObfuscatedName("h")
@Export("ByteArrayPool_large")
static byte[][] ByteArrayPool_large;
@ObfuscatedName("q")
@Export("ByteArrayPool_arrays")
static byte[][][] ByteArrayPool_arrays;
@ObfuscatedName("v")
@ObfuscatedSignature(
descriptor = "(IZI)[B",
garbageValue = "-1630315856"
)
@Export("ByteArrayPool_getArrayBool")
static synchronized byte[] ByteArrayPool_getArrayBool(int var0, boolean var1) {
byte[] var4;
if (var0 != 100) {
if (var0 < 100) {
;
}
} else if (ByteArrayPool_smallCount > 0) {
var4 = ByteArrayPool_small[--ByteArrayPool_smallCount];
ByteArrayPool_small[ByteArrayPool_smallCount] = null;
return var4;
}
static {
ByteArrayPool_smallCount = 0; // L: 4
ByteArrayPool_mediumCount = 0; // L: 5
ByteArrayPool_largeCount = 0; // L: 6
ByteArrayPool_small = new byte[1000][]; // L: 7
ByteArrayPool_medium = new byte[250][]; // L: 8
ByteArrayPool_large = new byte[50][]; // L: 9
}
if (var0 != 5000) {
if (var0 < 5000) {
;
}
} else if (ByteArrayPool_mediumCount > 0) {
var4 = ByteArrayPool_medium[--ByteArrayPool_mediumCount];
ByteArrayPool_medium[ByteArrayPool_mediumCount] = null;
return var4;
}
@ObfuscatedName("v")
@ObfuscatedSignature(
descriptor = "(IZI)[B",
garbageValue = "-1630315856"
)
@Export("ByteArrayPool_getArrayBool")
static synchronized byte[] ByteArrayPool_getArrayBool(int var0, boolean var1) {
byte[] var4;
if (var0 != 100) { // L: 35
if (var0 < 100) {
}
} else if (ByteArrayPool_smallCount > 0) {
var4 = ByteArrayPool_small[--ByteArrayPool_smallCount]; // L: 36
ByteArrayPool_small[ByteArrayPool_smallCount] = null; // L: 37
return var4; // L: 38
}
if (var0 != 30000) {
if (var0 < 30000) {
;
}
} else if (ByteArrayPool_largeCount > 0) {
var4 = ByteArrayPool_large[--ByteArrayPool_largeCount];
ByteArrayPool_large[ByteArrayPool_largeCount] = null;
return var4;
}
if (var0 != 5000) { // L: 40
if (var0 < 5000) {
}
} else if (ByteArrayPool_mediumCount > 0) {
var4 = ByteArrayPool_medium[--ByteArrayPool_mediumCount]; // L: 41
ByteArrayPool_medium[ByteArrayPool_mediumCount] = null; // L: 42
return var4; // L: 43
}
if (ByteArrayPool_arrays != null) {
for(int var2 = 0; var2 < TriBool.ByteArrayPool_alternativeSizes.length; ++var2) {
if (TriBool.ByteArrayPool_alternativeSizes[var2] != var0) {
if (var0 < TriBool.ByteArrayPool_alternativeSizes[var2]) {
;
}
} else if (class225.ByteArrayPool_altSizeArrayCounts[var2] > 0) {
byte[] var3 = ByteArrayPool_arrays[var2][--class225.ByteArrayPool_altSizeArrayCounts[var2]];
ByteArrayPool_arrays[var2][class225.ByteArrayPool_altSizeArrayCounts[var2]] = null;
return var3;
}
}
}
if (var0 != 30000) { // L: 45
if (var0 < 30000) {
}
} else if (ByteArrayPool_largeCount > 0) {
var4 = ByteArrayPool_large[--ByteArrayPool_largeCount]; // L: 46
ByteArrayPool_large[ByteArrayPool_largeCount] = null; // L: 47
return var4; // L: 48
}
return new byte[var0];
}
if (ByteArrayPool_arrays != null) { // L: 50
for (int var2 = 0; var2 < TriBool.ByteArrayPool_alternativeSizes.length; ++var2) { // L: 51
if (TriBool.ByteArrayPool_alternativeSizes[var2] != var0) { // L: 52
if (var0 < TriBool.ByteArrayPool_alternativeSizes[var2]) {
}
} else if (class225.ByteArrayPool_altSizeArrayCounts[var2] > 0) {
byte[] var3 = ByteArrayPool_arrays[var2][--class225.ByteArrayPool_altSizeArrayCounts[var2]]; // L: 53
ByteArrayPool_arrays[var2][class225.ByteArrayPool_altSizeArrayCounts[var2]] = null; // L: 54
return var3; // L: 55
}
}
}
return new byte[var0]; // L: 68
}
}