Merge remote-tracking branch 'upstream/master' into master

Nice insider info btw, be nice if you shared it, so-called "open source" client.
This commit is contained in:
ThatGamerBlue
2021-05-28 21:39:25 +01:00
481 changed files with 53410 additions and 51723 deletions

View File

@@ -1,186 +1,42 @@
import java.util.Date;
import net.runelite.mapping.Export;
import net.runelite.mapping.ObfuscatedName;
import net.runelite.mapping.ObfuscatedSignature;
import net.runelite.rs.ScriptOpcodes;
@ObfuscatedName("ew")
@ObfuscatedName("eb")
public class class142 {
@ObfuscatedName("aw")
@ObfuscatedName("v")
@ObfuscatedSignature(
descriptor = "(ILci;ZI)I",
garbageValue = "305078363"
descriptor = "Ljv;"
)
static int method2715(int var0, Script var1, boolean var2) {
String var3;
int var9;
if (var0 == ScriptOpcodes.APPEND_NUM) { // L: 2959
var3 = Interpreter.Interpreter_stringStack[--class13.Interpreter_stringStackSize]; // L: 2960
var9 = Interpreter.Interpreter_intStack[--WorldMapCacheName.Interpreter_intStackSize]; // L: 2961
Interpreter.Interpreter_stringStack[++class13.Interpreter_stringStackSize - 1] = var3 + var9; // L: 2962
return 1; // L: 2963
} else {
String var4;
if (var0 == ScriptOpcodes.APPEND) { // L: 2965
class13.Interpreter_stringStackSize -= 2; // L: 2966
var3 = Interpreter.Interpreter_stringStack[class13.Interpreter_stringStackSize]; // L: 2967
var4 = Interpreter.Interpreter_stringStack[class13.Interpreter_stringStackSize + 1]; // L: 2968
Interpreter.Interpreter_stringStack[++class13.Interpreter_stringStackSize - 1] = var3 + var4; // L: 2969
return 1; // L: 2970
} else if (var0 == ScriptOpcodes.APPEND_SIGNNUM) { // L: 2972
var3 = Interpreter.Interpreter_stringStack[--class13.Interpreter_stringStackSize]; // L: 2973
var9 = Interpreter.Interpreter_intStack[--WorldMapCacheName.Interpreter_intStackSize]; // L: 2974
Interpreter.Interpreter_stringStack[++class13.Interpreter_stringStackSize - 1] = var3 + PendingSpawn.intToString(var9, true); // L: 2975
return 1; // L: 2976
} else if (var0 == ScriptOpcodes.LOWERCASE) { // L: 2978
var3 = Interpreter.Interpreter_stringStack[--class13.Interpreter_stringStackSize]; // L: 2979
Interpreter.Interpreter_stringStack[++class13.Interpreter_stringStackSize - 1] = var3.toLowerCase(); // L: 2980
return 1; // L: 2981
} else {
int var6;
int var10;
if (var0 == ScriptOpcodes.FROMDATE) { // L: 2983
var10 = Interpreter.Interpreter_intStack[--WorldMapCacheName.Interpreter_intStackSize]; // L: 2984
long var13 = ((long)var10 + 11745L) * 86400000L; // L: 2985
Interpreter.Interpreter_calendar.setTime(new Date(var13)); // L: 2986
var6 = Interpreter.Interpreter_calendar.get(5); // L: 2987
int var17 = Interpreter.Interpreter_calendar.get(2); // L: 2988
int var8 = Interpreter.Interpreter_calendar.get(1); // L: 2989
Interpreter.Interpreter_stringStack[++class13.Interpreter_stringStackSize - 1] = var6 + "-" + Interpreter.Interpreter_MONTHS[var17] + "-" + var8; // L: 2990
return 1; // L: 2991
} else if (var0 != ScriptOpcodes.TEXT_GENDER) { // L: 2993
if (var0 == ScriptOpcodes.TOSTRING) { // L: 3001
var10 = Interpreter.Interpreter_intStack[--WorldMapCacheName.Interpreter_intStackSize]; // L: 3002
Interpreter.Interpreter_stringStack[++class13.Interpreter_stringStackSize - 1] = Integer.toString(var10); // L: 3003
return 1; // L: 3004
} else if (var0 == ScriptOpcodes.COMPARE) { // L: 3006
class13.Interpreter_stringStackSize -= 2; // L: 3007
Interpreter.Interpreter_intStack[++WorldMapCacheName.Interpreter_intStackSize - 1] = Messages.method2381(UserComparator10.compareStrings(Interpreter.Interpreter_stringStack[class13.Interpreter_stringStackSize], Interpreter.Interpreter_stringStack[class13.Interpreter_stringStackSize + 1], class7.clientLanguage)); // L: 3008
return 1; // L: 3009
} else {
int var5;
byte[] var11;
Font var12;
if (var0 == ScriptOpcodes.PARAHEIGHT) { // L: 3011
var3 = Interpreter.Interpreter_stringStack[--class13.Interpreter_stringStackSize]; // L: 3012
WorldMapCacheName.Interpreter_intStackSize -= 2; // L: 3013
var9 = Interpreter.Interpreter_intStack[WorldMapCacheName.Interpreter_intStackSize]; // L: 3014
var5 = Interpreter.Interpreter_intStack[WorldMapCacheName.Interpreter_intStackSize + 1]; // L: 3015
var11 = class18.archive13.takeFile(var5, 0); // L: 3016
var12 = new Font(var11); // L: 3017
Interpreter.Interpreter_intStack[++WorldMapCacheName.Interpreter_intStackSize - 1] = var12.lineCount(var3, var9); // L: 3018
return 1; // L: 3019
} else if (var0 == ScriptOpcodes.PARAWIDTH) { // L: 3021
var3 = Interpreter.Interpreter_stringStack[--class13.Interpreter_stringStackSize]; // L: 3022
WorldMapCacheName.Interpreter_intStackSize -= 2; // L: 3023
var9 = Interpreter.Interpreter_intStack[WorldMapCacheName.Interpreter_intStackSize]; // L: 3024
var5 = Interpreter.Interpreter_intStack[WorldMapCacheName.Interpreter_intStackSize + 1]; // L: 3025
var11 = class18.archive13.takeFile(var5, 0); // L: 3026
var12 = new Font(var11); // L: 3027
Interpreter.Interpreter_intStack[++WorldMapCacheName.Interpreter_intStackSize - 1] = var12.lineWidth(var3, var9); // L: 3028
return 1; // L: 3029
} else if (var0 == ScriptOpcodes.TEXT_SWITCH) { // L: 3031
class13.Interpreter_stringStackSize -= 2; // L: 3032
var3 = Interpreter.Interpreter_stringStack[class13.Interpreter_stringStackSize]; // L: 3033
var4 = Interpreter.Interpreter_stringStack[class13.Interpreter_stringStackSize + 1]; // L: 3034
if (Interpreter.Interpreter_intStack[--WorldMapCacheName.Interpreter_intStackSize] == 1) { // L: 3035
Interpreter.Interpreter_stringStack[++class13.Interpreter_stringStackSize - 1] = var3;
} else {
Interpreter.Interpreter_stringStack[++class13.Interpreter_stringStackSize - 1] = var4; // L: 3036
}
@Export("FloorOverlayDefinition_archive")
public static AbstractArchive FloorOverlayDefinition_archive;
return 1; // L: 3037
} else if (var0 == ScriptOpcodes.ESCAPE) { // L: 3039
var3 = Interpreter.Interpreter_stringStack[--class13.Interpreter_stringStackSize]; // L: 3040
Interpreter.Interpreter_stringStack[++class13.Interpreter_stringStackSize - 1] = AbstractFont.escapeBrackets(var3); // L: 3041
return 1; // L: 3042
} else if (var0 == ScriptOpcodes.APPEND_CHAR) { // L: 3044
var3 = Interpreter.Interpreter_stringStack[--class13.Interpreter_stringStackSize]; // L: 3045
var9 = Interpreter.Interpreter_intStack[--WorldMapCacheName.Interpreter_intStackSize]; // L: 3046
Interpreter.Interpreter_stringStack[++class13.Interpreter_stringStackSize - 1] = var3 + (char)var9; // L: 3047
return 1; // L: 3048
} else if (var0 == ScriptOpcodes.CHAR_ISPRINTABLE) { // L: 3050
var10 = Interpreter.Interpreter_intStack[--WorldMapCacheName.Interpreter_intStackSize]; // L: 3051
Interpreter.Interpreter_intStack[++WorldMapCacheName.Interpreter_intStackSize - 1] = TextureProvider.isCharPrintable((char)var10) ? 1 : 0; // L: 3052
return 1; // L: 3053
} else if (var0 == ScriptOpcodes.CHAR_ISALPHANUMERIC) { // L: 3055
var10 = Interpreter.Interpreter_intStack[--WorldMapCacheName.Interpreter_intStackSize]; // L: 3056
Interpreter.Interpreter_intStack[++WorldMapCacheName.Interpreter_intStackSize - 1] = class214.isAlphaNumeric((char)var10) ? 1 : 0; // L: 3057
return 1; // L: 3058
} else if (var0 == ScriptOpcodes.CHAR_ISALPHA) { // L: 3060
var10 = Interpreter.Interpreter_intStack[--WorldMapCacheName.Interpreter_intStackSize]; // L: 3061
Interpreter.Interpreter_intStack[++WorldMapCacheName.Interpreter_intStackSize - 1] = GameObject.isCharAlphabetic((char)var10) ? 1 : 0; // L: 3062
return 1; // L: 3063
} else if (var0 == ScriptOpcodes.CHAR_ISNUMERIC) { // L: 3065
var10 = Interpreter.Interpreter_intStack[--WorldMapCacheName.Interpreter_intStackSize]; // L: 3066
Interpreter.Interpreter_intStack[++WorldMapCacheName.Interpreter_intStackSize - 1] = GrandExchangeOfferWorldComparator.isDigit((char)var10) ? 1 : 0; // L: 3067
return 1; // L: 3068
} else if (var0 == ScriptOpcodes.STRING_LENGTH) { // L: 3070
var3 = Interpreter.Interpreter_stringStack[--class13.Interpreter_stringStackSize]; // L: 3071
if (var3 != null) { // L: 3072
Interpreter.Interpreter_intStack[++WorldMapCacheName.Interpreter_intStackSize - 1] = var3.length();
} else {
Interpreter.Interpreter_intStack[++WorldMapCacheName.Interpreter_intStackSize - 1] = 0; // L: 3073
}
@ObfuscatedName("u")
@ObfuscatedSignature(
descriptor = "(B)[Loh;",
garbageValue = "61"
)
static SpritePixels[] method2739() {
SpritePixels[] var0 = new SpritePixels[class396.SpriteBuffer_spriteCount]; // L: 163
return 1; // L: 3074
} else if (var0 == ScriptOpcodes.SUBSTRING) { // L: 3076
var3 = Interpreter.Interpreter_stringStack[--class13.Interpreter_stringStackSize]; // L: 3077
WorldMapCacheName.Interpreter_intStackSize -= 2; // L: 3078
var9 = Interpreter.Interpreter_intStack[WorldMapCacheName.Interpreter_intStackSize]; // L: 3079
var5 = Interpreter.Interpreter_intStack[WorldMapCacheName.Interpreter_intStackSize + 1]; // L: 3080
Interpreter.Interpreter_stringStack[++class13.Interpreter_stringStackSize - 1] = var3.substring(var9, var5); // L: 3081
return 1; // L: 3082
} else if (var0 == ScriptOpcodes.REMOVETAGS) { // L: 3084
var3 = Interpreter.Interpreter_stringStack[--class13.Interpreter_stringStackSize]; // L: 3085
StringBuilder var15 = new StringBuilder(var3.length()); // L: 3086
boolean var16 = false; // L: 3087
for (int var1 = 0; var1 < class396.SpriteBuffer_spriteCount; ++var1) { // L: 164
SpritePixels var2 = var0[var1] = new SpritePixels(); // L: 165
var2.width = class396.SpriteBuffer_spriteWidth; // L: 166
var2.height = UserComparator2.SpriteBuffer_spriteHeight; // L: 167
var2.xOffset = WorldMapDecoration.SpriteBuffer_xOffsets[var1]; // L: 168
var2.yOffset = Calendar.SpriteBuffer_yOffsets[var1]; // L: 169
var2.subWidth = class396.SpriteBuffer_spriteWidths[var1]; // L: 170
var2.subHeight = class302.SpriteBuffer_spriteHeights[var1]; // L: 171
int var3 = var2.subWidth * var2.subHeight; // L: 172
byte[] var4 = class396.SpriteBuffer_pixels[var1]; // L: 173
var2.pixels = new int[var3]; // L: 174
for (var6 = 0; var6 < var3.length(); ++var6) { // L: 3088
char var7 = var3.charAt(var6); // L: 3089
if (var7 == '<') { // L: 3090
var16 = true;
} else if (var7 == '>') { // L: 3091
var16 = false;
} else if (!var16) { // L: 3092
var15.append(var7);
}
}
Interpreter.Interpreter_stringStack[++class13.Interpreter_stringStackSize - 1] = var15.toString(); // L: 3094
return 1; // L: 3095
} else if (var0 == ScriptOpcodes.STRING_INDEXOF_CHAR) { // L: 3097
var3 = Interpreter.Interpreter_stringStack[--class13.Interpreter_stringStackSize]; // L: 3098
var9 = Interpreter.Interpreter_intStack[--WorldMapCacheName.Interpreter_intStackSize]; // L: 3099
Interpreter.Interpreter_intStack[++WorldMapCacheName.Interpreter_intStackSize - 1] = var3.indexOf(var9); // L: 3100
return 1; // L: 3101
} else if (var0 == ScriptOpcodes.STRING_INDEXOF_STRING) { // L: 3103
class13.Interpreter_stringStackSize -= 2; // L: 3104
var3 = Interpreter.Interpreter_stringStack[class13.Interpreter_stringStackSize]; // L: 3105
var4 = Interpreter.Interpreter_stringStack[class13.Interpreter_stringStackSize + 1]; // L: 3106
var5 = Interpreter.Interpreter_intStack[--WorldMapCacheName.Interpreter_intStackSize]; // L: 3107
Interpreter.Interpreter_intStack[++WorldMapCacheName.Interpreter_intStackSize - 1] = var3.indexOf(var4, var5); // L: 3108
return 1; // L: 3109
} else if (var0 == ScriptOpcodes.UPPERCASE) { // L: 3111
var3 = Interpreter.Interpreter_stringStack[--class13.Interpreter_stringStackSize]; // L: 3112
Interpreter.Interpreter_stringStack[++class13.Interpreter_stringStackSize - 1] = var3.toUpperCase(); // L: 3113
return 1; // L: 3114
} else {
return 2; // L: 3116
}
}
} else {
class13.Interpreter_stringStackSize -= 2; // L: 2994
var3 = Interpreter.Interpreter_stringStack[class13.Interpreter_stringStackSize]; // L: 2995
var4 = Interpreter.Interpreter_stringStack[class13.Interpreter_stringStackSize + 1]; // L: 2996
if (class35.localPlayer.appearance != null && class35.localPlayer.appearance.isFemale) { // L: 2997
Interpreter.Interpreter_stringStack[++class13.Interpreter_stringStackSize - 1] = var4;
} else {
Interpreter.Interpreter_stringStack[++class13.Interpreter_stringStackSize - 1] = var3; // L: 2998
}
return 1; // L: 2999
}
for (int var5 = 0; var5 < var3; ++var5) { // L: 175
var2.pixels[var5] = MilliClock.SpriteBuffer_spritePalette[var4[var5] & 255];
}
}
MilliClock.method2587(); // L: 177
return var0; // L: 178
}
}