Commit Graph
7379 Commits
Author SHA1 Message Date
sdburns1998 432cf40f7e Nicer vorkath plugin (#61) 2019-04-23 16:04:12 -04:00
Lucwousin 73cb82eb64 API addons/cleanup (#75)
Hydra animations/projectiles

Cleanup on isle varbits n shit
2019-04-23 15:58:53 -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
gazivodag 0bc7acc82e Merge pull request #72 from runelite-extended/revert-71-Kyleeld-patch-1
Revert
2019-04-23 06:03:03 -04: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
James fe16c0f55e Merge pull request #64 from sdburns1998/InventorySetup
Inventory setup plugin
2019-04-22 19:08:19 -07: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
James 8c0daacebf Merge pull request #55 from gazivodag/master
Fix equipment inspector plugin
2019-04-22 14:17:42 -07:00
Giovanni Ruddy Gazivoda 2f0d69b8fa Fix equipment inspector plugin
otherwise injector throws array out of bounds
2019-04-22 17:14:10 -04:00
Giovanni Ruddy Gazivoda 5c2a759d83 Merge https://github.com/runelite-extended/runelite 2019-04-22 17:08:06 -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
Scott Burns d57e56c961 Merge branch 'master' into PluginType 2019-04-22 22:49:43 +02: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 79f650dd36 Merge pull request #1 from Raieverr/patch-1
Patch 1
2019-04-22 14:37:53 -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