Commit Graph

141 Commits

Author SHA1 Message Date
Adam
9e00655326 cache: use newer index data parser for cache client 2017-09-03 21:54:59 -04:00
Adam
bf4436178d cache: split index data reading off. It is shared with the cache client too. 2017-09-03 20:49:58 -04:00
Adam
bee7bcec37 cache: overwrite archive crc/revision with stored version on mismatch 2017-09-03 19:46:42 -04:00
Adam
69b85e41b2 cache: expand on revision/crc mismatch warnings 2017-09-03 19:25:09 -04:00
Adam
684bf70719 cache: rename File to FSFile 2017-09-03 16:46:34 -04:00
Adam
0bfdf1d39a cache: split index request from download, remove hardcoded client rev 2017-09-03 16:21:23 -04:00
Adam
1305c37951 cache: rename downloader -> client 2017-09-03 15:44:15 -04:00
Adam
01b792f9f8 cache: use hex for archive names 2017-09-03 15:26:42 -04:00
BenjaminFaal
07c8442f22 cache: add getter for npcs list 2017-08-19 11:20:30 -04:00
Adam
fd0c3a10f2 cache: add run command opcode 2017-08-15 22:02:42 -04:00
Adam
f802ae8b21 cache: correct inventory dumper log message [ci skip] 2017-08-06 21:36:28 -04:00
Adam
cc52cd7ce3 cache: add get_inventory_size instruction 3304 2017-08-06 17:09:59 -04:00
Adam
72e1df2a10 cache: add inventory loader and dumper 2017-08-06 17:08:57 -04:00
dey0
2297df08d4 Add music filenames to hash list 2017-07-28 14:09:03 -05:00
Adam
5a270cfc6d cache: don't complete haneshake future until after state is changed to connected 2017-07-18 20:48:05 -04:00
Adam
d1bbc52bb4 Remove unused imports 2017-07-16 10:11:08 -04:00
Adam
cba8c83ca6 cache: use id to uniquely name fields 2017-07-08 22:41:11 -04:00
Adam
3118e6a799 Add checkstyle config for brace style 2017-06-08 11:58:58 -04:00
Adam
bec5ff64db cache: fix trackdumpertest with negative archive names 2017-06-05 12:12:12 -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
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
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