Commit Graph

780 Commits

Author SHA1 Message Date
Adam
0ef72eb878 cache: fix setting enum size 2017-06-01 19:39:35 -04:00
Adam
6a552a81d6 cache: add area definition and loader 2017-06-01 19:14:47 -04:00
Runelite auto updater
cb07c315c9 [maven-release-plugin] prepare for next development iteration 2017-06-01 17:02:05 +00:00
Runelite auto updater
6e8ef356d5 [maven-release-plugin] prepare release runelite-parent-1.1.28 2017-06-01 17:02:01 +00:00
Adam
1bc843b648 cache: fix cache server test 2017-05-31 21:02:17 -04:00
Adam
f81592c320 cache client: batch requested archives instead of requesting individually 2017-05-31 20:51:36 -04:00
Adam
9adfb183d6 cache: add loaders for archive 0 of world map index 2017-05-29 21:03:50 -04:00
Adam
21f9f583f9 Update cache to 142 2017-05-29 18:30:32 -04:00
Adam
2e5e118df4 cache: extract cache to working directory based on cache version 2017-05-29 18:21:44 -04:00
Runelite auto updater
1624770d6f [maven-release-plugin] prepare for next development iteration 2017-05-26 22:00:00 +00:00
Runelite auto updater
6da1139263 [maven-release-plugin] prepare release runelite-parent-1.1.27 2017-05-26 21:59:56 +00:00
Adam
31f600e49f cache: add string append instruction 2017-05-21 21:00:12 -04:00
Adam
519e6d9f91 cache: add switch to interpreter 2017-05-21 18:29:28 -04:00
Adam
99d47b2053 cache: add invoke to instructions 2017-05-21 18:07:07 -04:00
Adam
21d7955071 cache: also write int operand for sload 2017-05-21 18:02:49 -04:00
Adam
27d154249e cache: add stack and lvt string/int counts to rs2asm 2017-05-21 17:37:03 -04:00
Adam
4f14eebd9d cache: document invoke/return some, add beginning of lvt to interpreter 2017-05-21 17:03:21 -04:00
Adam
82fcdb9506 cache: add iload/istore sload/sstore opcodes 2017-05-21 16:35:10 -04:00
Adam
3cd86bbbc4 cache: fix framemap dumper file names 2017-05-21 00:34:11 -04:00
Adam
48bbb11ac4 cache: add definition/loader for frame and framemap 2017-05-20 20:32:32 -04:00
Adam
ba4ff2edd2 cache: couple of newFile -> newFolder 2017-05-20 18:13:11 -04:00
Adam
c24f6b5eb9 model-viewer: fix some of the orientation issues 2017-05-11 17:09:48 -04:00
Kyle Fricilone
c532640569 cache: remove npc_def opcode 2017-05-08 16:11:10 -05:00
Kyle Fricilone
50857627e9 cache: update definitions 2017-05-08 11:52:26 -05:00
Adam
50b7ff2064 cache: add switch instruction 2017-05-07 17:24:00 -04:00
Adam
b96619e2d8 cache: add script attrs to assembler and disassembler 2017-05-07 15:34:27 -04:00
Adam
e210cf6f1e cache: load script key/value pairs too 2017-05-07 14:38:07 -04:00
Kronos
593051977c Renamed paddingX/Y in Cache 2017-05-04 06:10:05 +10:00
Adam
9e1ad9362f cache: update script loading for newer cache 2017-04-30 19:38:21 -04:00
Adam
d038cc1ef4 cache: also copy index255 2017-04-30 19:37:33 -04:00
Adam
791854ed23 cache: remove old cache from test resources, instead pull in as a dependnecy via maven
This also updates the cache the tests use to 140
2017-04-30 19:13:21 -04:00
Adam
31a781e5f2 cache: set handshake future prior to writing handshake 2017-04-30 10:41:28 -04:00
Adam
b9bd70d051 Rename widget textureId to spriteId 2017-04-29 19:58:33 -04:00
Runelite auto updater
0ba4dc0b13 [maven-release-plugin] prepare for next development iteration 2017-04-27 14:43:30 +00:00
Runelite auto updater
5ba4ad1503 [maven-release-plugin] prepare release runelite-parent-1.1.26 2017-04-27 14:43:25 +00:00
Kyle Stevenson
f7afd31502 cache: Add mapping for opcode 1301
This adds a mapping for opcode 1301 for setting the
dragParent on a Widget.
2017-04-26 17:08:01 -07:00
Kyle Stevenson
941d718b04 Update xteas 2017-04-23 08:47:20 -07:00
Adam
9024417b77 cache: document more handshake responses 2017-04-22 20:50:00 -04:00
Adam
512d0f5ff1 cache: add varbit definition and loader 2017-04-21 11:00:00 -04:00
Adam
2248dfd15f Rename track1 -> track, dump both track1/track2 indexes 2017-04-03 19:05:48 -04:00
Adam
cafa2b3189 cache: add track1 definition and loader
I am able to play the resulting midi file with javax.sound.midi.Sequencer
2017-04-03 12:26:30 -04:00
Adam
b71ada8ff8 cache: add djb2 manager with a couple hashes dumped from the client 2017-04-03 12:24:18 -04:00
Adam
198d61f78c cache: sound effect parsing 2017-04-01 09:43:23 -04:00
Adam
776add59a3 cache: add interface definition, loader, and manager 2017-03-30 19:28:03 -04:00
Adam
3c0ed845f9 model viewer: don't render faces with type & 2 2017-03-28 18:26:45 -04:00
Adam
16f23c9e8f cache: add textures to objexporter, from @UniquePassive 2017-03-27 17:47:29 -04:00
Adam
731fa488dd cache: add texture manager 2017-03-26 19:48:28 -04:00
Adam
a3828fcedf cache: split npc exporter from dumper 2017-03-26 13:09:44 -04:00
Adam
5e7ab6e34c cache: split object exporter from dumper 2017-03-26 13:09:43 -04:00
Adam
e154d85788 cache: split item exporter from dumper 2017-03-26 13:09:42 -04:00