project: Rev update

This commit is contained in:
Owain van Brakel
2019-11-28 16:31:53 +01:00
parent 34f8560da9
commit 74726ae17a
343 changed files with 41411 additions and 41094 deletions

View File

@@ -3,21 +3,21 @@ import net.runelite.mapping.Implements;
import net.runelite.mapping.ObfuscatedName;
import net.runelite.mapping.ObfuscatedSignature;
@ObfuscatedName("gb")
@ObfuscatedName("gt")
@Implements("MusicTrack")
public class MusicTrack extends Node {
@ObfuscatedName("a")
@ObfuscatedName("u")
@ObfuscatedSignature(
signature = "Llh;"
signature = "Lle;"
)
@Export("table")
NodeHashTable table;
@ObfuscatedName("t")
@ObfuscatedName("f")
@Export("midi")
byte[] midi;
@ObfuscatedSignature(
signature = "(Lkc;)V"
signature = "(Lkg;)V"
)
MusicTrack(Buffer var1) {
var1.offset = var1.array.length - 3;
@@ -196,7 +196,7 @@ public class MusicTrack extends Node {
int[] var59 = new int[128];
var28 = 0;
label220:
label227:
for (int var60 = 0; var60 < var2; ++var60) {
var51.writeInt(1297379947);
var51.offset += 4;
@@ -218,7 +218,7 @@ public class MusicTrack extends Node {
var51.writeByte(47);
var51.writeByte(0);
var51.writeLengthInt(var51.offset - var61);
continue label220;
continue label227;
}
if (var64 == 23) {
@@ -335,8 +335,8 @@ public class MusicTrack extends Node {
}
@ObfuscatedName("t")
void method4072() {
@ObfuscatedName("f")
void method3987() {
if (this.table == null) {
this.table = new NodeHashTable(16);
int[] var1 = new int[16];
@@ -416,15 +416,15 @@ public class MusicTrack extends Node {
}
}
@ObfuscatedName("n")
@ObfuscatedName("b")
@Export("clear")
void clear() {
this.table = null;
}
@ObfuscatedName("a")
@ObfuscatedName("u")
@ObfuscatedSignature(
signature = "(Lhq;II)Lgb;"
signature = "(Lhf;II)Lgt;"
)
@Export("readTrack")
public static MusicTrack readTrack(AbstractArchive var0, int var1, int var2) {