Commit Graph

43 Commits

Author SHA1 Message Date
Adam
3cbf5e4428 Merge pull request #443 from Sethtroll/addtimers
Fix up timer plugin/add missing potions
2018-01-26 18:23:59 -05:00
Seth
f474643f45 Fix spelling inconsistencies/add rest of potions 2018-01-26 18:10:57 -05:00
Seth
e55cb5abae Add Wrath rune to Runepouch 2018-01-26 14:56:43 -06:00
Seth
25df4f9d47 timers plugin: add more timers 2018-01-25 19:55:20 -05:00
SomeoneWithAnInternetConnection
e9e01c18f4 Add bounding/clickbox buttons to the devtools plugin
The first button (yellow square) will toggle drawing of 2D bounding boxes

The second button (RGB cubeframe) will toggle 3D bounding box drawing

The third button (cursor over red square) will toggle clickbox geometry
  drawing

The fourth button (cursor over cubeframe) switches between "draw all 3D
bounding boxes" and "draw bounding box for object under cursor" modes of
the 3D bounding box drawing.

T
2018-01-22 18:46:51 -05:00
UniquePassive
d1cb80004d runelite-client: add screenshot plugin 2018-01-20 10:55:09 -05:00
Cameron Moberg
30d7c3d3af Add barbarian assault plugin 2018-01-17 16:06:19 -05:00
UniquePassive
e4a4be0069 Remove extra pixels on the right side of minimap_orb_background 2018-01-13 04:48:45 +01:00
Tomas Slusny
e75d798689 Add Antidote++ timer to TimerPlugin
Add missing Antidote++ timer to TimerPlugin

Closes #334

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-01-09 01:00:26 +01:00
Tomas Slusny
c431a18a37 Add support for super antifire potion
Add support for newly introduced super antifire potion to TimersPlugin.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-01-09 00:59:47 +01:00
Adam
7ed13a97e3 Update logo 2018-01-07 20:04:00 -05:00
Tomas Slusny
bb8f17d75e Change XP tracker button to use image
Change xp tracker button to use actual image instead of text because
text was not showing on both Windows and Linux.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2017-12-23 19:30:21 -05:00
Adam
7d078b8126 Merge pull request #271 from devinfrench/zulrah
Update zulrah plugin overlay
2017-12-22 16:32:14 -05:00
Devin
abf3b33338 Update zulrah plugin overlay 2017-12-20 16:14:32 -08:00
Tomas Slusny
7c989dc105 runelite-client: Add app name to RuneliteProperties 2017-12-19 20:37:40 -05:00
UniquePassive
044502da78 Make special attack orb look a little nicer 2017-12-17 02:25:36 +01:00
Tomas Slusny
454fd4cfc1 Add clan ranks to clan chat
- Extend API to include support for getting clan members and
informations about them
- Add API for manipulation with modIcons
- Display clan ranks in clan chat (add to ClanChat plugin)
- Add new hook for clan members changed

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2017-12-04 19:33:13 -05:00
Toocanzs
c0a45cac92 Add special attack minimap orb 2017-11-26 11:07:29 -05:00
Devin
8dfc8c70b3 Update Zulrah plugin 2017-11-03 10:37:14 -04:00
Tyler Hardy
3afa41bd36 Update FishingSpot to use sprites 2017-10-19 17:07:41 -04:00
Tyler Hardy
9e7e713d63 Add Font manager (#165)
Convert existing plugins which load fonts to use it
2017-10-12 13:10:00 -04:00
Devin
35f3020ae8 Change jewelry overlay font and position 2017-10-10 22:50:56 -07:00
Devin French
348d33802f Add fight cave plugin 2017-10-09 21:18:00 -04:00
Tyler Hardy
52d46c1272 Runepouch plugin 2017-09-24 11:24:41 -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
l2-
5ec840b29a Added discord button to the title bar 2017-08-20 16:52:50 -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
54f9a0cf70 runelite-client: add version to title 2017-07-23 12:20:09 -04:00
Adam
534690b452 runelite-client: update bosstimer plugin to use infobox timers 2017-07-22 15:16:53 -04:00
Adam
fe487f5795 runelite-client: add substance graphite look and feel 2017-07-22 14:15:16 -04:00
Seth
0eb197d7b2 runelite-client: add infobox and timers plugin 2017-07-18 18:48:46 -04:00
Seth
2aba47d1c3 Add fishing plugin (#108) 2017-07-09 11:03:12 -04:00
Cameron Moberg
fd6b5dbc63 Added xp/hr tracker 2017-07-08 19:15:48 -04:00
sethtroll
16bd5b97fc runelite-client: fix giant mole name in boss timers 2017-06-29 15:49:05 -04:00
Adam
0e6d408aee runelite-client: add config plugin 2017-05-19 12:20:28 -04:00
Adam
79a10cc2d2 runelite-client: add logout feature to account plugin 2017-05-16 20:30:08 -04:00
Adam
cf4e9fab1d Add account plugin, and support for acquiring a session with the account webservice 2017-05-14 19:23:44 -04:00
Adam
8e767f36c7 Add pest control plugin 2017-04-30 17:11:28 -04:00
Kronos
0d0a938499 Updated DevTools Plugin (#25)
Updated DevTools and consolidated developer plugins
2017-04-18 17:39:38 -04:00
Adam
4d0e6e8247 runelite-client: add icon image and tray icon 2017-04-16 12:01:44 -04:00
Adam
b7205a013b Add bosstimer plugin 2017-02-23 07:57:39 -05:00
Adam
6c6d87cc11 client: add hiscore plugin 2017-02-13 19:31:11 -05:00
noremac201
eb6b71616b updated oppInfo to have Opponent HP percent 2017-02-06 20:01:31 -05:00