Commit Graph

81 Commits

Author SHA1 Message Date
Adam
2cb8f0fe50 cache: fix assembler test 2017-09-29 12:33:15 -04:00
Adam
901ff8e5cc cache: update opcodes 2017-09-29 12:06:03 -04:00
Adam
9936fe352a cache: update world map dumper for Areas 2017-09-29 10:10:11 -04:00
Adam
72ee72d38e xteakeymanager: load keys from api 2017-09-28 22:34:07 -04:00
Adam
593e93b13d cache: fix writeBigSmart 2017-09-28 21:27:56 -04:00
Adam
76b2d36704 cache: netty-ize client and server 2017-09-17 13:34:54 -04:00
Adam
7ccd74458c cache: fix tree storage test by sorting files prior to adding
Change archive.addFile(int) -> addFile(FSFile)
2017-09-11 16:59:48 -04:00
Adam
78f5ddcd3a cache: split storage apart from Store 2017-09-05 20:05:41 -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
f802ae8b21 cache: correct inventory dumper log message [ci skip] 2017-08-06 21:36:28 -04:00
Adam
72e1df2a10 cache: add inventory loader and dumper 2017-08-06 17:08:57 -04:00
Adam
bec5ff64db cache: fix trackdumpertest with negative archive names 2017-06-05 12:12:12 -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
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
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
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
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
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
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
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
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
Adam
83735ceae0 cache: split sprite exporter from dumper 2017-03-26 13:09:15 -04:00
Adam
cdbbe9f5d4 cache: try-with-resources the rest of the Stores in tests 2017-03-26 12:35:27 -04:00
Adam
7146d4da93 cache:add sprite dumper 2017-03-26 12:31:06 -04:00
Adam
9444e8ce37 cache: fix cache server to buffer stream socket data, this works with vanilla client 2017-03-26 12:10:00 -04:00
Adam
220175b80b cache: add cache server 2017-03-25 18:31:15 -04:00
UniquePassive
72c82ae298 Pass in byte[] to all definition loaders, not InputStream 2017-03-24 19:04:53 +01:00
Adam
a723d662dd cache: add kitdefinition and loader 2017-03-21 09:16:57 -04:00
Adam
da68089c18 cache: add .obj model exporter 2017-03-20 18:01:33 -04:00
Adam
592a2502cf cache: consolidate dumper entrypoints, add pack/unpack commands 2017-03-16 12:36:11 -04:00
Adam
b2327d7e8e cache: add saveTree/loadTree to save/load cache to/from a normal filesystem 2017-03-14 14:08:36 -04:00
Adam
963d82c903 cache: assume archive data we don't decompress contains no revision. The downloaded data does not. 2017-03-11 23:15:41 -05:00