Commit Graph

371 Commits

Author SHA1 Message Date
Devin
46e7a243bf Add cannonball smithing animation 2017-11-07 17:05:59 -08:00
Adam
c003c64c78 runelite-client: fix checkstyle violation 2017-11-05 15:49:46 -05:00
Adam
dbbdd31e2e runelite-client: make item image cache non static 2017-11-05 15:30:16 -05:00
Tyler Hardy
000d3ffdb2 Add slayer plugin 2017-11-03 19:02:05 -04:00
Adam
4b6a4e42bb runelite-client: change chat message event constructor to take chat message type 2017-11-03 19:01:38 -04:00
Adam
7846a543b1 runelite-client: add setRunelite for tests 2017-11-03 19:01:13 -04:00
Adam
424a387ce3 Merge pull request #197 from devinfrench/zulrah
Update Zulrah plugin
2017-11-03 10:48:31 -04:00
Devin
8dfc8c70b3 Update Zulrah plugin 2017-11-03 10:37:14 -04:00
UniquePassive
e977a82882 Make hidden items case insensitive in GroundItems plugin 2017-11-03 15:09:52 +01:00
Snorflake
408cc96133 Add option to swap sides of mouse highlighting (#168)
* Add option to swap sides of mouse highlighting

* Fix not drawing off of the top of the screen not fully working
2017-10-31 02:14:28 +01:00
Devin
7c6b9989fc Add decimal formatting for precise combat level 2017-10-27 15:21:34 -07:00
Devin
6fc3b492c1 Add precise combat level plugin 2017-10-25 17:13:13 -07:00
Tyler Hardy
42570da973 runelite-client: update fishing plugin to use new item image sprites 2017-10-24 20:04:24 -04:00
Tyler Hardy
446430324c runelite-client: add getItemImage to ItemManager to get item sprites 2017-10-24 20:03:13 -04:00
Tyler Hardy
258febb037 InfoBox tooltip fixes 2017-10-22 19:16:29 -04:00
UniquePassive
741bc66907 Adjust client frame panel size
Removes the black line below the game applet
2017-10-22 20:09:42 +02:00
Adam
32eeef4a3f Update guava to 23.2-jre, place under dependencyManagement
This is to fix guava #2152 which causes ClassPath to return an empty list when the path of the classloader contains special characters
2017-10-22 10:15:26 -04:00
Adam
a13ae2f749 injector: invoke method hooks with correct object type 2017-10-21 19:47:41 -04:00
Adam
e0e07a4fb8 runelite-client: dynamically find plugins from classpath scanning 2017-10-20 17:20:58 -04:00
Tyler Hardy
3afa41bd36 Update FishingSpot to use sprites 2017-10-19 17:07:41 -04:00
Tyler Hardy
97f7bd0c48 Add sprite drawing on actors 2017-10-19 17:07:41 -04:00
Adam
ed10a9daf5 Merge pull request #185 from tylerthardy/grndItemHiliteFix
Make groundItem highlighted items case-insensitive
2017-10-19 11:57:09 -04:00
Runelite auto updater
4ad762293a [maven-release-plugin] prepare for next development iteration 2017-10-19 12:13:38 +00:00
Runelite auto updater
2d6ad1da84 [maven-release-plugin] prepare release runelite-parent-1.2.5 2017-10-19 12:13:32 +00:00
Tyler Hardy
5f7da0c4c9 Make groundItem highlighted items case-insensitive 2017-10-19 02:43:43 -05:00
Adam
6792f2570a Use player indices to iterate local players 2017-10-17 17:16:01 -04:00
Adam
10a494a2b7 Use npc indices to iterate local npcs 2017-10-17 17:15:58 -04:00
Adam
532fb1c5f9 Merge pull request #180 from tylerthardy/infoboxTooltips
Add tooltips for InfoBoxes
2017-10-16 21:12:55 -04:00
Tyler Hardy
9fe360d614 Add tooltips for InfoBoxes 2017-10-16 20:55:05 -04:00
Tyler Hardy
2d5b2b78fd Store overlay bounds for overlays at LEFT and RIGHT OverlayPositions 2017-10-15 23:40:53 -05:00
Tyler Hardy
9dcc0e0bf4 Add tooltips for navButtons on PluginToolbar 2017-10-15 20:21:43 -05:00
Unknown
1d6edb279b runelite-client: fix settings loading when running on Java 9 2017-10-14 19:08:59 +02:00
Adam
7c79a3b845 runelite-client: update substance to 7.1.00-rc
Fixes color slider being inverted
2017-10-14 09:16:31 -04:00
Adam
b595563bad combat notifier: reset on game state change 2017-10-14 09:08:10 -04:00
Devin
1a4be15c75 Update existing plugins to use item queries 2017-10-14 08:37:52 -04:00
Tyler Hardy
6e968e4836 Add configs for runepouch (color, icons, enabling) 2017-10-13 08:11:45 -04:00
Adam
9807ed8ccf runelite-client: show runepouch runecount in thousands
It is too hard to read with >3 characters
2017-10-13 08:09:24 -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
Adam
3584f4cfce Merge pull request #164 from devinfrench/jewelry
Change jewelry overlay font and position
2017-10-11 11:30:47 -04:00
Tyler Hardy
c7e7c29a5d Fix bug in decoding RS colors 2017-10-11 03:33:17 -05:00
Devin
35f3020ae8 Change jewelry overlay font and position 2017-10-10 22:50:56 -07:00
Adam
8a03cca83d runelite-client: fix loading hiscore plugin resources on case sensitive filesystems 2017-10-10 15:52:23 -04:00
Devin French
348d33802f Add fight cave plugin 2017-10-09 21:18:00 -04:00
Tyler Hardy
b05fc2e83e Fix mouse highlight and add custom border color (#162)
* Fix hover to show item being used on objects

* Add custom color for border

* Replace hex2rgb with Color.decode
2017-10-09 21:17:16 -04:00
Devin French
0b3da3bfea Hide ground items when interface is open (#160)
* Add viewport WidgetInfo

* Add side panels varbit

* Change ground items plugin to only display within viewport

* Change viewport ids to main interface viewport

* Hide ground items when viewport interfaces are open

* Change fixed viewport widget id
2017-10-07 16:57:34 -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
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
Devin
ac4bdd8184 Add option to display relative boosts 2017-09-18 18:14:32 -07:00