mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-18 20:40:20 -07:00
Loads of refactoring, renamed Class3_Sub13 to EnumStringEntry too
This commit is contained in:
parent
e11ef7d372
commit
d2c6c19cb8
263 changed files with 2432 additions and 2436 deletions
|
|
@ -39,7 +39,7 @@ public final class Static63 {
|
|||
public static synchronized void method1485(@OriginalArg(0) int arg0, @OriginalArg(1) int arg1, @OriginalArg(2) int arg2) {
|
||||
if (arg2 == contextId) {
|
||||
@Pc(8) IntNode local8 = new IntNode(arg1);
|
||||
local8.uid = arg0;
|
||||
local8.key = arg0;
|
||||
aClass69_50.method2282(local8);
|
||||
}
|
||||
}
|
||||
|
|
@ -48,7 +48,7 @@ public final class Static63 {
|
|||
public static synchronized void deleteList(@OriginalArg(0) int arg0, @OriginalArg(1) int arg1) {
|
||||
if (arg1 == contextId) {
|
||||
@Pc(7) IntNode local7 = new IntNode();
|
||||
local7.uid = arg0;
|
||||
local7.key = arg0;
|
||||
aClass69_51.method2282(local7);
|
||||
}
|
||||
}
|
||||
|
|
@ -56,10 +56,10 @@ public final class Static63 {
|
|||
@OriginalMember(owner = "client!fa", name = "b", descriptor = "()V")
|
||||
public static synchronized void clear() {
|
||||
contextId++;
|
||||
aClass69_48.method2278();
|
||||
aClass69_49.method2278();
|
||||
aClass69_50.method2278();
|
||||
aClass69_51.method2278();
|
||||
aClass69_48.clear();
|
||||
aClass69_49.clear();
|
||||
aClass69_50.clear();
|
||||
aClass69_51.clear();
|
||||
anInt1945 = 0;
|
||||
onCard2d = 0;
|
||||
onCardTexture = 0;
|
||||
|
|
@ -69,7 +69,7 @@ public final class Static63 {
|
|||
public static synchronized void method1489(@OriginalArg(0) int arg0, @OriginalArg(1) int arg1, @OriginalArg(2) int arg2) {
|
||||
if (arg2 == contextId) {
|
||||
@Pc(8) IntNode local8 = new IntNode(arg1);
|
||||
local8.uid = arg0;
|
||||
local8.key = arg0;
|
||||
aClass69_48.method2282(local8);
|
||||
}
|
||||
}
|
||||
|
|
@ -103,28 +103,28 @@ public final class Static63 {
|
|||
}
|
||||
return;
|
||||
}
|
||||
@Pc(126) int local126 = (int) local8.uid;
|
||||
@Pc(126) int local126 = (int) local8.key;
|
||||
local1.glDeleteLists(local126, 1);
|
||||
}
|
||||
}
|
||||
anIntArray151[local3++] = (int) local8.uid;
|
||||
onCardTexture -= local8.anInt3141;
|
||||
anIntArray151[local3++] = (int) local8.key;
|
||||
onCardTexture -= local8.value;
|
||||
if (local3 == 1000) {
|
||||
local1.glDeleteTextures(local3, anIntArray151, 0);
|
||||
local3 = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
anIntArray151[local3++] = (int) local8.uid;
|
||||
onCard2d -= local8.anInt3141;
|
||||
anIntArray151[local3++] = (int) local8.key;
|
||||
onCard2d -= local8.value;
|
||||
if (local3 == 1000) {
|
||||
local1.glDeleteTextures(local3, anIntArray151, 0);
|
||||
local3 = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
anIntArray151[local3++] = (int) local8.uid;
|
||||
anInt1945 -= local8.anInt3141;
|
||||
anIntArray151[local3++] = (int) local8.key;
|
||||
anInt1945 -= local8.value;
|
||||
if (local3 == 1000) {
|
||||
local1.glDeleteBuffers(local3, anIntArray151, 0);
|
||||
local3 = 0;
|
||||
|
|
@ -136,7 +136,7 @@ public final class Static63 {
|
|||
public static synchronized void deleteTexture2d(@OriginalArg(0) int arg0, @OriginalArg(1) int arg1, @OriginalArg(2) int arg2) {
|
||||
if (arg2 == contextId) {
|
||||
@Pc(8) IntNode local8 = new IntNode(arg1);
|
||||
local8.uid = arg0;
|
||||
local8.key = arg0;
|
||||
aClass69_49.method2282(local8);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue