Commit Graph

1288 Commits

Author SHA1 Message Date
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
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
Adam
fd402fca7e Add plugin repositories too for injector plugin 2017-08-28 08:24:19 -04:00
Runelite auto updater
e38ac2c52a [maven-release-plugin] prepare for next development iteration 2017-08-24 17:26:25 +00:00
Runelite auto updater
a93ffa730d [maven-release-plugin] prepare release runelite-parent-1.2.3 2017-08-24 17:26:21 +00:00
Runelite auto updater
0f904ade65 Update 154 2017-08-24 17:14:22 +00:00
Adam
712e5774da Merge pull request #146 from kfricilone/deob/castnull
Use method reference for null cast removing
2017-08-20 18:43:55 -04:00
Adam
4d97f0140e Merge pull request #145 from kfricilone/deob/exec/native
Check for native access during execution
2017-08-20 18:43:27 -04:00
Adam
15cf007c0c Merge pull request #143 from l2-/titleBarButton
Discord button
2017-08-20 17:13:15 -04:00
Adam
809298347b Merge pull request #144 from l2-/lvlCommandsUpdate
Lvl commands update
2017-08-20 17:07:04 -04:00
l2-
5ec840b29a Added discord button to the title bar 2017-08-20 16:52:50 -04:00
l2-
8c742a6a5c chat commands: added total command for compatibility with other clients 2017-08-20 16:44:27 -04:00
l2-
a131541d8a chat commands: added positions to config items 2017-08-20 16:44:05 -04:00
Adam
59552896ed Remove object wrappers and use mixins to inject functionality
This causes hierarchy to be runelite-client -> runelite-api and
injected-client -> runescape-api -> runelite-api. The mixin injector
fufills the runelite-api interface with access to the runescape-api
interfaces. The mixins live in runelite-mixins and are not loaded within
the client.

Note the obfuscated client classes do not pass JVM verification on 7+,
so the mixins are currently set to target Java 6.
2017-08-19 13:58:06 -04:00
BenjaminFaal
07c8442f22 cache: add getter for npcs list 2017-08-19 11:20:30 -04:00
Runelite auto updater
9895bcbba5 [maven-release-plugin] prepare for next development iteration 2017-08-17 12:31:56 +00:00
Runelite auto updater
560830180d [maven-release-plugin] prepare release runelite-parent-1.2.2 2017-08-17 12:31:53 +00:00
Runelite auto updater
2848c6af33 Update 153 2017-08-17 12:28:05 +00:00
Adam
fd0c3a10f2 cache: add run command opcode 2017-08-15 22:02:42 -04:00
Adam
981767b399 Draw hull on decorative objects too 2017-08-15 20:34:30 -04:00
Adam
c8b12cbc13 runelite-client: don't use full class name for Skil, remove unused import 2017-08-15 18:33:51 -04:00
Adam
1caf515377 runelite-client: improve hiscore plugin
Shows total level and combat level, as well as letting you view
experience/rank etc. Mostly from @jnowaczek in #139
2017-08-15 18:17:40 -04:00
Adam
20b10998d3 runelite-api: add combat level formula to Experience 2017-08-15 17:51:30 -04:00
Adam
68c9172af2 http-service: fix /account/callback 2017-08-14 07:55:59 -04:00