Commit Graph

4893 Commits

Author SHA1 Message Date
sdburns1998
bb088dd57f Ping (#78)
* Add option to draw ping underneath the fps

* Move the ping package from the world hopper plugin to utils
2019-04-24 01:34:28 +01:00
sdburns1998
6062416090 Supplies tracker (#79)
* Catch IndexOutOfBoundsException in SuppliesTracker

* Cleanup supplies tracker
2019-04-24 01:33:45 +01:00
Ganom
1365e9c2cd Adding link to license, and runelites patreon
We aren't code thieves so im trying to make license more visible, and we love the runelite client! So no need to remove patreon link.
2019-04-23 16:16:49 -04:00
sdburns1998
432cf40f7e Nicer vorkath plugin (#61) 2019-04-23 16:04:12 -04:00
Ganom
27e5518d26 Merge pull request #74 from runelite-extended/remove
Remove
2019-04-23 14:42:48 -04:00
James Munson
14b54058be Remove 2019-04-23 11:36:46 -07:00
James
61d9d1fa48 Revert "1 way PVP Safespots" 2019-04-23 02:51:28 -07:00
gazivodag
31486f6b84 Merge pull request #71 from runelite-extended/Kyleeld-patch-1
1 way PVP Safespots
2019-04-23 05:37:21 -04:00
gazivodag
4462a0c585 Update SafeSpotPlugin.java 2019-04-23 05:31:04 -04:00
sdburns1998
729001291b Kept on death plugin (#59)
* Add Kept on Death Plugin

Modifies the Items Kept on Death widget to be more accurate

* Fix WidgetType import

* Account for stackable kept items

* Remove WidgetButtonRunnable

* Ignore DMM worlds

* Add open looting bag to always lost

* Update script to the new OpCodes

* Add plugin type
2019-04-23 09:53:25 +01:00
Kyleeld
3118be0896 1 way PVP Safespots
1 way PVP Safespots
2019-04-23 09:48:19 +01:00
James
0c35d18711 Updated player indicators (#70) 2019-04-23 08:58:13 +01:00
James
b97f3296a5 Revert "Change main window title to RuneLitePlus" (#69)
This would make it easier to ascertain a hijacked client, and I don't want that to be a problem. Thats why the icon hasn't changed and also why discord RPC isnt used.
2019-04-23 01:36:43 -04:00
gazivodag
805b997464 Merge pull request #65 from sdburns1998/Title
Change main window title to RuneLitePlus
2019-04-23 01:33:58 -04:00
James
36b8540a85 Merge pull request #66 from runelite-extended/supermxn-patch-1
Update EasyscapePlugin.java
2019-04-22 19:47:21 -07:00
Ganom
6b47a40dbe Merge pull request #68 from runelite-extended/pull-master
Pull master
2019-04-22 22:46:18 -04:00
James Munson
540f0ba67d Merge branch 'master' of https://github.com/runelite/runelite into pull-master
# Conflicts:
#	runelite-client/src/main/java/net/runelite/client/plugins/ammo/AmmoPlugin.java
2019-04-22 19:45:23 -07:00
Ganom
d293aeb4ea Merge pull request #63 from Raieverr/master
Plugin type Organization
2019-04-22 22:36:38 -04:00
supermxn
763fa8f8b0 Update EasyscapePlugin.java
removed exclamation mark from easyscape plugin
2019-04-22 20:16:15 -06:00
Scott Burns
fb71c20ded Change main window title to RuneLitePlus 2019-04-23 04:07:04 +02:00
Scott Burns
3936c1b58c Merge remote-tracking branch 'upstream/master' into InventorySetup 2019-04-23 04:00:47 +02:00
Scott Burns
b0cb024a1a Add back drawQuantity to InventorySetupBankOverlay 2019-04-23 04:00:39 +02:00
Scott Burns
313117806e Add PluginType to InventorySetupPlugin 2019-04-23 03:49:22 +02:00
Scott Burns
cd90f85a19 Change InventorySetupBankOverlay to the new WidgetItemOverlay 2019-04-23 03:48:42 +02:00
Scott Burns
22ab1c81a6 Inventory setup plugin 2019-04-23 03:47:52 +02:00
Jonathan
27488a7c90 Update WorldMapHiderPlugin.java 2019-04-22 19:43:39 -06:00
Jonathan
1daa26ba72 Update MaxHitPlugin.java 2019-04-22 19:40:31 -06:00
Adam
7d06fd36e6 interface styles: increase padding of overridden healthbar 2019-04-22 20:49:54 -04:00
Hydrox6
adb0efe90c ammo: fix weapon check 2019-04-22 20:40:14 -04:00
Kyleeld
e6429eec22 add specbar (#57)
* Create SpecBarPlugin.java

* Update SpecBarPlugin.java

* Update SpecBarPlugin.java

included imports

* Update WidgetInfo.java

COMBAT_SPECIAL_ATTACK(WidgetID.COMBAT_GROUP_ID, WidgetID.Combat.SPECIAL_ATTACK_BAR)

* Update WidgetID.java

static final int SPECIAL_ATTACK_BAR = 34

* easyscape

current release of easyscape is broken, this one is confirmed working correctly.
2019-04-23 00:17:20 +01:00
sdburns1998
c64b2762fc Remove log spam (#60) 2019-04-23 00:14:55 +01:00
James
eb9a2082b7 Rebrand to runeliteplus (#58)
* Rebrand to runeliteplus
2019-04-23 00:00:03 +01:00
gazivodag
cf61f0ef77 Merge pull request #56 from sdburns1998/FightCaves
Merged both fight cave plugins
2019-04-22 17:57:04 -04:00
zeruth
febc53eb76 Update ConfigPanel.java
Minor improvements to plugin panel.
-Moves RuneLite config to top, as it should have always been
-Fixes external plugins mis-sorting
-Fixes colors of the 2 core plugins (RuneLite and Chat Colors)
2019-04-22 17:53:37 -04:00
Scott Burns
f23ffd5c53 Merged both fight cave plugins 2019-04-22 23:48:32 +02:00
Giovanni Ruddy Gazivoda
2f0d69b8fa Fix equipment inspector plugin
otherwise injector throws array out of bounds
2019-04-22 17:14:10 -04:00
gazivodag
b6ae1683d0 Merge pull request #54 from sdburns1998/PluginType
Plugintype
2019-04-22 17:05:56 -04:00
Scott Burns
54aff52b0d Merge remote-tracking branch 'runelite-extended/master' into PluginType 2019-04-22 22:58:19 +02:00
gazivodag
69c5be4d7e Merge pull request #50 from runelite-extended/update3
Changes 3
2019-04-22 16:56:28 -04:00
gazivodag
ad0fdc7154 Merge pull request #52 from Raieverr/master
Plugin organization
2019-04-22 16:52:05 -04:00
Ganom
e5db8c71d3 Merge pull request #53 from runelite/master
Fixes RSFont
2019-04-22 16:48:08 -04:00
Scott Burns
b05432e2c5 Small refactor to Plugin sorter 2019-04-22 22:47:37 +02:00
Jonathan
da764fc7df Update BarbarianAssaultPlugin.java 2019-04-22 14:45:47 -06:00
Jonathan
88743b562d Update PyramidPlunderPlugin.java 2019-04-22 14:35:42 -06:00
Scott Burns
d63d125df2 Use the PluginType enum in ConfigPanel 2019-04-22 22:35:37 +02:00
Jonathan
0ed019ed1d Update RaidsPlugin.java 2019-04-22 14:34:33 -06:00
Jonathan
582966c6a6 Update ProfilesPlugin.java 2019-04-22 14:33:57 -06:00
Jonathan
31a792d7b9 Update EquipmentInspectorPlugin.java 2019-04-22 14:32:35 -06:00
Jonathan
09e608ee04 Update ZulrahPlugin.java 2019-04-22 14:31:40 -06:00
Jonathan
0d92e4a27e Update VorkathPlugin.java 2019-04-22 14:31:15 -06:00