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 |
|
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
|
609b0f1514
|
cache: don't return archive data in saveContents, its already compressed and encrypted which is confusing/everywhere already checks first
|
2017-03-25 22:31:44 -04:00 |
|
Adam
|
220175b80b
|
cache: add cache server
|
2017-03-25 18:31:15 -04:00 |
|
UniquePassive
|
e4b1165601
|
Make ModelDefinition UV coordinate fields transient
|
2017-03-24 22:43:50 +01:00 |
|
UniquePassive
|
711e9424b2
|
Rename triangleSkinValues to faceSkins in ModelDefinition
|
2017-03-24 22:43:24 +01:00 |
|
UniquePassive
|
ea523a296a
|
Add boughtId & boughtTemplateId to ItemDefinition
|
2017-03-24 20:48:01 +01:00 |
|
UniquePassive
|
6d9d3fbb85
|
Format ModelDefinition code according to the project's standards
|
2017-03-24 20:01:29 +01:00 |
|
UniquePassive
|
2c44b43859
|
Add texture UV coordinate calculation to ModelDefinition
|
2017-03-24 19:36:31 +01:00 |
|
UniquePassive
|
28ff8e3366
|
Rename ModelDefinition fields for clarity
|
2017-03-24 19:35:46 +01:00 |
|
UniquePassive
|
72c82ae298
|
Pass in byte[] to all definition loaders, not InputStream
|
2017-03-24 19:04:53 +01:00 |
|
Adam
|
aa02330722
|
cache: decompress and load archive data in client too, so saveTree() later works as expected
|
2017-03-23 19:22:53 -04:00 |
|
Runelite auto updater
|
6028c14831
|
[maven-release-plugin] prepare for next development iteration
|
2017-03-23 16:45:56 +00:00 |
|
Runelite auto updater
|
31f6653a8a
|
[maven-release-plugin] prepare release runelite-parent-1.1.25
|
2017-03-23 16:45:52 +00:00 |
|
Adam
|
a723d662dd
|
cache: add kitdefinition and loader
|
2017-03-21 09:16:57 -04:00 |
|
Adam
|
98096fd1e0
|
cache: also include normal indicies in faces
|
2017-03-20 21:13:47 -04:00 |
|
Adam
|
081bed8ab7
|
cache: fix material names colliding/the same one multiple times with different alphas
|
2017-03-20 19:23:20 -04:00 |
|
Adam
|
046ce8d8f6
|
cache: fix exporting alphas
|
2017-03-20 18:47:05 -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 |
|
Adam
|
9170c41856
|
Make cache client a little more friendly to use
|
2017-03-11 21:27:38 -05:00 |
|
Adam
|
97d28abd0a
|
rsmv: renaming of some fields and classes
|
2017-03-11 13:07:25 -05:00 |
|
Runelite auto updater
|
bf89db8b78
|
[maven-release-plugin] prepare for next development iteration
|
2017-03-09 13:00:49 +00:00 |
|
Runelite auto updater
|
49f58a2ded
|
[maven-release-plugin] prepare release runelite-parent-1.1.24
|
2017-03-09 13:00:44 +00:00 |
|
Adam
|
937d27a1e6
|
cache: some work on the interpreter
|
2017-03-07 17:34:34 -05:00 |
|
Adam
|
76dcf79e1c
|
cache: also clear instruction list by name
|
2017-03-05 16:37:50 -05:00 |
|
Adam
|
633a184db9
|
cache: add assembler and split scriptdumper test into disassembler/disassemblertest
|
2017-03-05 16:28:39 -05:00 |
|
Adam
|
6d23945efa
|
cache: also label conditional jumps
|
2017-03-05 11:07:08 -05:00 |
|
Adam
|
e6cf15672e
|
cache: fix tests... static state being initialized twice
|
2017-03-03 13:35:00 -05:00 |
|
Adam
|
968494850d
|
cache: fix labels (earlier script dump was fine)
|
2017-03-03 13:33:36 -05:00 |
|
Adam
|
cc0b5e1aa7
|
cache: add names to instructions
update script dumper to use names if available, and show labels/jumps
|
2017-03-03 13:14:01 -05:00 |
|
Runelite auto updater
|
d81630ff90
|
[maven-release-plugin] prepare for next development iteration
|
2017-03-02 14:43:28 +00:00 |
|
Runelite auto updater
|
4b646b4b92
|
[maven-release-plugin] prepare release runelite-parent-1.1.23
|
2017-03-02 14:43:23 +00:00 |
|
Runelite auto updater
|
3e07a41214
|
[maven-release-plugin] prepare for next development iteration
|
2017-03-01 17:36:12 +00:00 |
|
Runelite auto updater
|
fbe0ee60d5
|
[maven-release-plugin] prepare release runelite-parent-1.1.22
|
2017-03-01 17:36:07 +00:00 |
|
Adam
|
56448b4e31
|
cache: various fixes to downloader and logging improvements
|
2017-02-27 21:28:31 -05:00 |
|
Adam
|
47541ffe05
|
cache: newer stuff for itemloader, from @UniquePassive
|
2017-02-27 21:03:40 -05:00 |
|