This website requires JavaScript.
c412ab1764
Added worldToMiniMap() and hooked mapOffset (#20 )
Kronos
2017-04-15 10:16:30 +10:00
db7737906f
http service: fix test
Adam
2017-04-14 20:15:50 -04:00
b5798a99ac
runelite-client: add xtea plugin for submitting xtea keys
Adam
2017-04-14 19:41:56 -04:00
93588bda35
http service: add xtea service for storing xtea keys
Adam
2017-04-14 19:41:31 -04:00
188b3b6f41
runelite-client: some work on overlays on widget items
Adam
2017-04-13 19:30:01 -04:00
16aca0cec7
Merge pull request #19 from KronosDesign/swing-updates
Adam
2017-04-12 19:32:50 -04:00
354f8e4ec9
Fixed incorrect JFrame size
Kronos
2017-04-13 09:06:05 +10:00
3917307789
Update UI to use BorderLayout, fixes resizeable issues
Kronos
2017-04-12 17:42:58 -04:00
f324a8357d
Updated pom.xml to build jar-with-dependencies (#15 )
Kronos
2017-04-12 22:14:41 +10:00
cd7a5253e1
Some shiny rendering methods (#13 )
Kronos
2017-04-12 05:38:59 +10:00
df92264e8d
runelite-client: add debug/ground item plugins for labeling objects and tiles, and the apis for them
Adam
2017-04-10 18:49:37 -04:00
3f6212507d
runelite-api: replace magic number in sine/cosine calculations with pi/1024
Adam
2017-04-09 17:10:27 -04:00
4dc9a87650
Add worldToCanvas and getTileHeight methods
Adam
2017-04-09 16:32:19 -04:00
2248dfd15f
Rename track1 -> track, dump both track1/track2 indexes
Adam
2017-04-03 19:05:48 -04:00
cafa2b3189
cache: add track1 definition and loader
Adam
2017-04-03 12:26:30 -04:00
b71ada8ff8
cache: add djb2 manager with a couple hashes dumped from the client
Adam
2017-04-03 12:24:18 -04:00
198d61f78c
cache: sound effect parsing
Adam
2017-04-01 09:43:23 -04:00
776add59a3
cache: add interface definition, loader, and manager
Adam
2017-03-30 19:28:03 -04:00
3c0ed845f9
model viewer: don't render faces with type & 2
Adam
2017-03-28 18:26:45 -04:00
caf5015cdf
model viewer: support textured models
Adam
2017-03-27 18:38:22 -04:00
16f23c9e8f
cache: add textures to objexporter, from @UniquePassive
Adam
2017-03-26 19:49:09 -04:00
731fa488dd
cache: add texture manager
Adam
2017-03-26 19:48:28 -04:00
a3828fcedf
cache: split npc exporter from dumper
Adam
2017-03-26 13:08:36 -04:00
5e7ab6e34c
cache: split object exporter from dumper
Adam
2017-03-26 13:04:31 -04:00
e154d85788
cache: split item exporter from dumper
Adam
2017-03-26 12:57:26 -04:00
83735ceae0
cache: split sprite exporter from dumper
Adam
2017-03-26 12:51:25 -04:00
cdbbe9f5d4
cache: try-with-resources the rest of the Stores in tests
Adam
2017-03-26 12:35:27 -04:00
7146d4da93
cache:add sprite dumper
Adam
2017-03-26 12:31:06 -04:00
9444e8ce37
cache: fix cache server to buffer stream socket data, this works with vanilla client
Adam
2017-03-26 12:10:00 -04:00
609b0f1514
cache: don't return archive data in saveContents, its already compressed and encrypted which is confusing/everywhere already checks first
Adam
2017-03-25 22:31:44 -04:00
220175b80b
cache: add cache server
Adam
2017-03-25 18:31:15 -04:00
9980f00ea3
Merge pull request #9 from UniquePassive/master
Alexander
2017-03-24 22:45:10 +01:00
e4b1165601
Make ModelDefinition UV coordinate fields transient
UniquePassive
2017-03-24 22:43:50 +01:00
711e9424b2
Rename triangleSkinValues to faceSkins in ModelDefinition
UniquePassive
2017-03-24 22:43:24 +01:00
ea523a296a
Add boughtId & boughtTemplateId to ItemDefinition
UniquePassive
2017-03-24 20:48:01 +01:00
6d9d3fbb85
Format ModelDefinition code according to the project's standards
UniquePassive
2017-03-24 20:01:29 +01:00
2c44b43859
Add texture UV coordinate calculation to ModelDefinition
UniquePassive
2017-03-24 19:36:31 +01:00
28ff8e3366
Rename ModelDefinition fields for clarity
UniquePassive
2017-03-24 19:35:46 +01:00
72c82ae298
Pass in byte[] to all definition loaders, not InputStream
UniquePassive
2017-03-24 19:04:53 +01:00
aa02330722
cache: decompress and load archive data in client too, so saveTree() later works as expected
Adam
2017-03-23 19:22:53 -04:00
6028c14831
[maven-release-plugin] prepare for next development iteration
Runelite auto updater
2017-03-23 16:45:56 +00:00
31f6653a8a
[maven-release-plugin] prepare release runelite-parent-1.1.25
Runelite auto updater
2017-03-23 16:45:52 +00:00
8de4f24c19
Update 139
Runelite auto updater
2017-03-23 16:44:42 +00:00
a723d662dd
cache: add kitdefinition and loader
Adam
2017-03-21 09:16:57 -04:00
98096fd1e0
cache: also include normal indicies in faces
Adam
2017-03-20 21:13:47 -04:00
081bed8ab7
cache: fix material names colliding/the same one multiple times with different alphas
Adam
2017-03-20 19:23:20 -04:00
046ce8d8f6
cache: fix exporting alphas
Adam
2017-03-20 18:47:05 -04:00
da68089c18
cache: add .obj model exporter
Adam
2017-03-20 18:01:33 -04:00
592a2502cf
cache: consolidate dumper entrypoints, add pack/unpack commands
Adam
2017-03-16 12:36:11 -04:00
b2327d7e8e
cache: add saveTree/loadTree to save/load cache to/from a normal filesystem
Adam
2017-03-14 14:08:36 -04:00
963d82c903
cache: assume archive data we don't decompress contains no revision. The downloaded data does not.
Adam
2017-03-11 23:15:41 -05:00
9170c41856
Make cache client a little more friendly to use
Adam
2017-03-11 21:23:15 -05:00
693452a0a7
Try this again, with less special characters in the password..
Adam
2017-03-11 14:42:30 -05:00
20831b39eb
Use webdev for distribution repository
Adam
2017-03-11 14:34:22 -05:00
97d28abd0a
rsmv: renaming of some fields and classes
Adam
2017-03-11 13:07:25 -05:00
bf89db8b78
[maven-release-plugin] prepare for next development iteration
Runelite auto updater
2017-03-09 13:00:49 +00:00
49f58a2ded
[maven-release-plugin] prepare release runelite-parent-1.1.24
Runelite auto updater
2017-03-09 13:00:44 +00:00
498717ff40
Update 138
Runelite auto updater
2017-03-09 12:59:15 +00:00
937d27a1e6
cache: some work on the interpreter
Adam
2017-03-07 17:34:34 -05:00
76dcf79e1c
cache: also clear instruction list by name
Adam
2017-03-05 16:37:50 -05:00
633a184db9
cache: add assembler and split scriptdumper test into disassembler/disassemblertest
Adam
2017-03-05 16:28:39 -05:00
6d23945efa
cache: also label conditional jumps
Adam
2017-03-05 11:07:08 -05:00
e6cf15672e
cache: fix tests... static state being initialized twice
Adam
2017-03-03 13:35:00 -05:00
968494850d
cache: fix labels (earlier script dump was fine)
Adam
2017-03-03 13:33:36 -05:00
cc0b5e1aa7
cache: add names to instructions
Adam
2017-03-03 13:14:01 -05:00
d81630ff90
[maven-release-plugin] prepare for next development iteration
Runelite auto updater
2017-03-02 14:43:28 +00:00
4b646b4b92
[maven-release-plugin] prepare release runelite-parent-1.1.23
Runelite auto updater
2017-03-02 14:43:23 +00:00
a09b03d20e
Update 137
Runelite auto updater
2017-03-02 14:41:59 +00:00
3e07a41214
[maven-release-plugin] prepare for next development iteration
Runelite auto updater
2017-03-01 17:36:12 +00:00
fbe0ee60d5
[maven-release-plugin] prepare release runelite-parent-1.1.22
Runelite auto updater
2017-03-01 17:36:07 +00:00
c0e616cbb9
Update 136
Runelite auto updater
2017-03-01 17:34:55 +00:00
c90f8c2f53
scripts: pom version is required
Adam
2017-03-01 11:42:24 -05:00
ac0dda1f63
http service: add worlds api
Adam
2017-02-28 12:30:54 -05:00
56448b4e31
cache: various fixes to downloader and logging improvements
Adam
2017-02-27 21:28:31 -05:00
47541ffe05
cache: newer stuff for itemloader, from @UniquePassive
Adam
2017-02-27 21:03:40 -05:00
73b0beaea8
cache: fix itemdumper
Adam
2017-02-26 17:49:03 -05:00
ea612d1879
cache: fix 5309
Adam
2017-02-26 12:41:47 -05:00
09272b9f34
cache: rest of the opcodes
Adam
2017-02-26 10:07:29 -05:00
25edc0065f
cache: some work on script opcodes
Adam
2017-02-25 21:40:02 -05:00
24b3374064
Export Script and various fields
Adam
2017-02-24 19:55:31 -05:00
0c5ec311d9
[maven-release-plugin] prepare for next development iteration
Adam
2017-02-24 11:30:21 -05:00
5b1fac975b
[maven-release-plugin] prepare release runelite-parent-1.1.21
Adam
2017-02-24 11:30:15 -05:00
7b4d5748bd
Add deploy/release scripts
Adam
2017-02-24 11:27:29 -05:00
0c325c85be
Update 135, with some errors
Adam
2017-02-24 10:19:50 -05:00
b7205a013b
Add bosstimer plugin
Adam
2017-02-23 07:57:39 -05:00
ed0c34bb6a
client: move hiscore nav initialization to plugin
Adam
2017-02-13 19:43:18 -05:00
6c6d87cc11
client: add hiscore plugin
Adam
2017-02-13 19:31:11 -05:00
1cb085af13
http api: use a filtered properties file to get version instead, which seems to work more reliably
Adam
2017-02-13 19:30:17 -05:00
80b9f396cf
Update various dependencies to use project.version
Adam
2017-02-13 18:31:57 -05:00
ee799b15e5
Fix more pom versions..
Adam
2017-02-13 18:29:50 -05:00
7e873d02eb
Update README.md
Adam
2017-02-13 09:50:34 -05:00
f695e1f759
Bump versions of most things to 1.1.21-SNAPSHOT to be consistent with client/api
Adam
2017-02-12 15:11:37 -05:00
32f0736d1f
Initial work on web api, with a basic hiscore api
Adam
2017-02-12 15:01:09 -05:00
5e565e7bd6
[maven-release-plugin] prepare for next development iteration
Runelite auto updater
2017-02-09 14:08:15 +00:00
a3bb13724b
[maven-release-plugin] prepare release runelite-parent-1.1.19
Runelite auto updater
2017-02-09 14:08:10 +00:00
e23764df6a
Update 133
Runelite auto updater
2017-02-09 14:06:27 +00:00
eb6b71616b
updated oppInfo to have Opponent HP percent
noremac201
2017-02-05 13:37:48 -06:00
5d8396cf59
Update to include FPS, without changing formatting of anything. (#5 )
Cameron Moberg
2017-02-01 19:50:09 -06:00
971a99b241
injector: support hooking to methods
Adam
2017-01-30 20:12:26 -05:00
fbff8ab9e9
injector: pass array store index to field hook too
Adam
2017-01-30 14:36:21 -05:00