Commit Graph

889 Commits

Author SHA1 Message Date
Runelite auto updater
82dadaa48e [maven-release-plugin] prepare for next development iteration 2017-06-15 18:15:06 +00:00
Runelite auto updater
1610e86ef7 [maven-release-plugin] prepare release runelite-parent-1.1.30 2017-06-15 18:14:59 +00:00
Adam
3118e6a799 Add checkstyle config for brace style 2017-06-08 11:58:58 -04:00
Runelite auto updater
b638318349 [maven-release-plugin] prepare for next development iteration 2017-06-08 14:05:45 +00:00
Runelite auto updater
127e77c1f4 [maven-release-plugin] prepare release runelite-parent-1.1.29 2017-06-08 14:05:41 +00:00
Adam
bec5ff64db cache: fix trackdumpertest with negative archive names 2017-06-05 12:12:12 -04:00
Adam
c0a25b5626 cache: update to 143 2017-06-04 21:19:10 -04:00
Adam
ca93ce2a8b cache: remove unnecessary loop from TrackLoader 2017-06-04 19:46:58 -04:00
Adam
7e0a1c37d3 cache: fix trackloader sometmies producing corrupt midis
OutputStream is free to internally resize its bytebuffer. Remove byte[] constructor to prevent misuse again.
2017-06-04 19:42:26 -04:00
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