Commit Graph

9939 Commits

Author SHA1 Message Date
JacobThompson
1d8d210421 Update lap counter overlay strings for clarity.
Removed slang "till'" from the lap counter overlay string and added colons to the end for cleanliness and aesthetic.
2019-04-22 20:42:13 -05: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
Jonathan
582966c6a6 Update ProfilesPlugin.java 2019-04-22 14:33:57 -06:00
Giovanni Ruddy Gazivoda
a57acf9925 Merge https://github.com/runelite/runelite 2019-04-22 16:33:52 -04: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
Jonathan
59c82c4b78 Update VetionPlugin.java 2019-04-22 14:30:44 -06:00
Jonathan
4c91e97ead Update SuppliesTrackerPlugin.java 2019-04-22 14:30:22 -06:00
Jonathan
39e612ceb3 Update HydraPlugin.java 2019-04-22 14:29:23 -06:00
Jonathan
eb1ebe180d Update PlayerIndicatorsPlugin.java 2019-04-22 14:28:20 -06:00
Jonathan
9d03fc4401 Update LootingBagViewerPlugin.java 2019-04-22 14:27:45 -06:00
Jonathan
e9595f9911 Type Update 2019-04-22 14:26:35 -06:00
Jonathan
1f1e80cce6 Update BarbarianAssaultPlugin.java 2019-04-22 14:25:50 -06:00
James Munson
19167e7a03 Added PKer Notifier 2019-04-22 13:25:39 -07:00
Jonathan
545251819d Type Change 2019-04-22 14:23:45 -06:00
Giovanni Ruddy Gazivoda
1cbd7a9e5c PluginType 2019-04-22 16:10:35 -04:00
gazivodag
c6e60d27a9 Merge pull request #48 from runelite-extended/Varbit
Adding overload varbit
2019-04-22 15:50:18 -04:00
Ganom
56edd6169f Adding overload varbit 2019-04-22 15:44:44 -04:00
James Munson
caa80de05c Merge branch 'master' of https://github.com/runelite/runelite into update3 2019-04-22 12:34:44 -07:00
Giovanni Ruddy Gazivoda
629217bdbb Merge branch 'master' of https://github.com/gazivodag/runelite into origin/master 2019-04-22 15:34:16 -04:00
gazivodag
b5cb052dfc Merge pull request #1 from gazivodag/runelite-extended-master
update
2019-04-22 15:28:59 -04:00
Giovanni Ruddy Gazivoda
ccbff9504d Merge branch 'master' of https://github.com/runelite-extended/runelite into runelite-extended-master
# Conflicts:
#	runelite-client/src/main/java/net/runelite/client/plugins/config/ConfigPanel.java
#	runelite-client/src/main/java/net/runelite/client/plugins/config/PluginListItem.java
2019-04-22 15:26:46 -04:00
James Munson
7b27fe652d Merge branch 'master' of https://github.com/runelite-extended/runelite into update3 2019-04-22 12:22:16 -07:00
Giovanni Ruddy Gazivoda
b16caca0f4 update 2019-04-22 15:15:40 -04:00
James
67d2f1390f npc aggro timer: Add option to hide hint overlay (#46) 2019-04-22 15:02:56 -04:00
sdburns1998
b3a43ac9d7 Check Matcher#find (#45)
Fixes #44
2019-04-22 15:02:33 -04:00