Commit Graph

1313 Commits

Author SHA1 Message Date
Adam
3e6be6d12b Merge pull request #159 from devinfrench/prayers
Add additional prayers
2017-10-07 10:29:54 -04:00
Runelite auto updater
917b0963b4 [maven-release-plugin] prepare for next development iteration 2017-10-07 14:23:08 +00:00
Runelite auto updater
0d1abe4b1b [maven-release-plugin] prepare release runelite-parent-1.2.4 2017-10-07 14:23:04 +00:00
Runelite auto updater
2f86fecf07 Update 155 2017-10-07 14:17:51 +00:00
Devin
57e345ed46 Add additional prayers 2017-10-01 21:51:11 -07:00
Adam
2cb8f0fe50 cache: fix assembler test 2017-09-29 12:33:15 -04:00
Adam
a82742d0f6 opcodes: forgot to name a few 2017-09-29 12:14:33 -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
a58dca9cd0 xteakeymanager: don't explode if key loading fails 2017-09-28 22:59:49 -04:00
Adam
3414e27bd6 account service: use common gson 2017-09-28 22:59:49 -04:00
Adam
a8ecde7913 xtea client: fix checkstyle violation 2017-09-28 22:40:05 -04:00
Adam
72ee72d38e xteakeymanager: load keys from api 2017-09-28 22:34:07 -04:00
Adam
a5f6da90d5 cache: remove runelite api dependency 2017-09-28 22:17:57 -04:00
Adam
8cf0e1cc8d cache: set protocol on downloaded indexes too 2017-09-28 21:28:25 -04:00
Adam
593e93b13d cache: fix writeBigSmart 2017-09-28 21:27:56 -04:00
Adam
ba4447d8b8 cache: update cache version to 154 2017-09-28 20:51:31 -04:00
Adam
58b34d0fc0 xtea: validate submitted keys and make them not unique per revision 2017-09-28 19:28:42 -04:00
Adam
f1bc016cf9 cache: use the most recent cache instead of the archive with the highest revision, which isn't always reliable 2017-09-28 19:22:56 -04:00
Adam
16aff43607 http-service: disable csrf protection which got enabled from the cache security manager 2017-09-28 19:22:08 -04:00
Adam
7ce893af7b cache: store index and archive crcs, and check them for updates too
Switch archive storage to CAS as sometimes archives change content without changing revision
2017-09-24 15:44:16 -04:00
Tyler Hardy
52d46c1272 Runepouch plugin 2017-09-24 11:24:41 -04:00
Tyler Hardy
0374a983da Added damaged pouches to RC plugin (#155) 2017-09-22 20:45:55 -04:00
Adam
714547e1bf cachedao: use prepared statement for finding files in archive 2017-09-21 18:00:21 -04:00
Adam
bb135f6eeb Merge pull request #154 from devinfrench/boosts
Add option to display relative boosts
2017-09-18 21:26:18 -04:00
Devin
ac4bdd8184 Add option to display relative boosts 2017-09-18 18:14:32 -07:00
Devin
e00c1c09bb Add bottom border to boosts overlay 2017-09-18 17:15:34 -07:00
Adam
76b2d36704 cache: netty-ize client and server 2017-09-17 13:34:54 -04:00
Julian Nowaczek
b12bd04764 Hiscore feature expansion (#152)
* Add remaining Hiscore parameters to HiscoreSkill

* Add remaining Hiscore parameters to HiscoreResult

* Add remaining Hiscore parameters to HiscoreResultBuilder

* Add new Hiscore panel icons (from offical Hiscore website, so they don't match very well) and subpanel for Clue Scrolls, Bounty Hunter - Hunter, Bounty Hunter - Rogue, and Last Man Standing

* Add logic to catch unranked hiscores and display them properly. Not currently checking for combat level calculations, but other cases should be covered.

* Make HiscoreService and HiscoreClient aware of different hiscore endpoints

* Add Spring Editor to convert path variable String to enum, add pretty versions of HiscoreEndpoint names, add new icons for endpoint selection

* Fix HiscoreEndpoint.valueof failing silently and preventing lookup, update HiscoreService tests, add Hiscore endpoint selection buttons to HiscorePanel

* Replace HiscorePanel skill icons with smaller versions from the official hiscore website

* Fix details listing rank instead of experience

* Fix details listing rank instead of experience, fix skill panels not being cleared when selecting a different hiscore category, make HiscoreService respond 404  when a Hiscore entry is not found instead of 500.

* Fix skill panels not being cleared when selecting a different hiscore category, make HiscoreService respond 404  when a Hiscore entry is not found instead of 500.

* Revert changing RuneliteAPI base URL, those changes should not have been committed (local testing only)

* Add ClueScrollAll and ClueScrollMaster to HiscoreService tests.

* Style cleanup and relocate NotFoundException to http-service package

* Use relative path for small skill icons

* Move Jagex Hiscore urls from HiscoreService to HiscoreEndpoint

* Create new util package in http-service for common exceptions and Spring converters, clean up HiscoreService by streamlining error handling and removing methods for old unit test

* Change HiscoreService unit test to use new HiscoreTestService subclass which handles setting the test URL

* Change HiscoreEndpoint hiscoreUrls to HttpUrl instead of String

* Cleanup formatting, remove unused http-service exception

* http-api: cleanup HiscoreEndpoint
2017-09-16 16:41:11 -04:00
Adam
10afba7017 Merge pull request #153 from tylerthardy/jewelryAdditions
Added various jewelry
2017-09-15 16:00:31 -04:00
Tyler Hardy
3eba518492 Added digsite pendant, neck of passage, burning amulet, ring of returning, teleport crystal 2017-09-15 06:59:30 -05:00
Adam
744f912d1a http-service: update cache storage 2017-09-11 17:08:43 -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
cbfa298ac2 cache: add generated equals/hashCode to ArchiveFiles 2017-09-11 16:38:50 -04:00
Adam
94530bda30 http-service: add cache service 2017-09-11 16:25:25 -04:00
Adam
a005ad0924 http-service: use gson for serialization, pretty print 2017-09-11 16:25:25 -04:00
Adam
ea7a9257b3 http-api: add cache pojos 2017-09-11 16:25:25 -04:00
Adam
ed05ab93a5 cache client: download indexes even if revision is up to date
Also add DownloadWatcher to watch download progress
2017-09-11 16:25:25 -04:00
Adam
218333e97c cache: split archive file processing out from archive 2017-09-11 16:25:25 -04:00
Adam
2cc0eb4766 http-service: use spring externalized configuration for oauth id/secret 2017-09-10 13:20:54 -04:00
Adam
78f5ddcd3a cache: split storage apart from Store 2017-09-05 20:05:41 -04:00
Adam
1b5cd87351 cache: fix not creating files in cache client 2017-09-05 19:55:17 -04:00
Adam
dcdcfc7420 cache: make slf4j implementation optional for others which pull it in 2017-09-05 19:54:51 -04:00
Adam
c4833cd435 Downgrade surefire plugin to one which more reliably shows stacktraces in Netbeans 2017-09-05 19:54:12 -04:00
Adam
ce250f789e cache: throw less out of download() 2017-09-03 22:02:23 -04:00
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