Commit Graph

5229 Commits

Author SHA1 Message Date
Hydrox6
d193eaae95 clue plugin: add widget scroll feature 2019-04-24 02:11:19 +01:00
Kyleeld
65f4b33f62 Add encryption to account data - thx ThatGamerBlue 2019-04-24 02:02:13 +01:00
James
f8363b9c23 Addeds arrow api, quest helper plugin, changed raids etc (#81)
* add a skull timer

* fix the feature and check edge cases

* Add config option and a check for deadman worlds

* add support for NPE

* Add reskulling on players and the BH shop skull option

* Add skull notifier plugin

* move to idle notification plugin

* remove old plugin

* fix plugin and change default config option to false

* fix to try and fix travis

* should fix travis

* indentation fix and adds a method for the logic

* fix config

* fix config #2

* Stop a NPE from happening on log in

* actually fix NPE

* fix notifications on first tick

* Remove raids timer infobox and add tooltip to points widget

* Add get widget overlay

* client: add custom arrow API

Currently supports:
Minimap
Arbitrary World Point
NPCs (by ID, and multiple per arrow)
Objects (by ID, and multiple per arrow)

TODO: Add world map point support

* Add quest helper

* Add Npc Talk Step to quest helper

* Add Cooks Assistant quest helper

* Add Imp Catcher to quest helper

* Add Dig Step to quest helper

* Add X Marks The Spot to quest helper

* Adds back skull timer
2019-04-24 01:36:42 +01:00
sdburns1998
90e5025acd Banked experience & skill calculator changes (#80)
* Add Activity data structures

* Implement Banked Xp Tab in UI

* Remove Banked Xp functionality from SkillCalculator

* Fix MaterialTabGroup removeAll

* Implement BankedCalculator into SkillCalculatorPlugin

* Add Banked Experience Functionality & Example UI

* Rename ItemPanel to CriticalItemPanel

* Minor porting bug fixes

* Add Xp bonuses to BankedXp

* Minor bug fixes

* Fix limit to secondaries toggle

* Remove spam

* SkillCalc optimization

No longer able to select multiple checkboxes (if there are multiple)
Made xp bonus' naming more consistant (changed some .json files)
Made UICombinedActionSlot text more accurate (double as xp and correct amount of actions)

* Clear search bar when switching between skill calculators

* Update skill calculator fields automatically

* Remove some spammy log lines

* Use ImmutablePair
2019-04-24 01:36:13 +01:00
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
Elliott
50518ebe72 fishing plugin: add trawler timer
Co-authored-by: Adam <Adam@sigterm.info>
2019-04-23 17:49:33 -04:00
Adam
02fa354b92 Merge pull request #8625 from Nightfirecat/fix-high-risk-worlds
Fix high risk world type name, remove from PVP world types
2019-04-23 17:18:39 -04:00
Adam
30d834075c Merge pull request #8603 from trimbe/fix-questlist
quest list plugin: use progress script to trigger hiding quests
2019-04-23 16:58:48 -04: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
Jordan Atwood
011791d823 Remove PVP references to HIGH_RISK world type
As described in 5bebd34bb, HIGH_RISK is not a PVP world type.

Note: this will not affect the world hopper plugin, as it both
explicitly references the high risk world type, and references the
http-api WorldType implementation, not the runelite-api WorldType which
is being modified in this commit.

Fixes runelite/runelite#8605
Fixes runelite/runelite#8624
2019-04-23 13:08:46 -07:00
sdburns1998
432cf40f7e Nicer vorkath plugin (#61) 2019-04-23 16:04:12 -04:00
Jordan Atwood
5bebd34bbf WorldType: Fix HIGH_RISK world type name
This world type is not specifically a PVP world type; at the time of
this commit, world 365 is a non-PVP high-risk world, where the world is
the same as a regular members' world, except that the Protect Item
prayer is disabled.
2019-04-23 13:03:41 -07: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
Tomas Slusny
38e122f5fb Merge pull request #8607 from xDemoN/hotcold-wildyclue
Cluescrolls: Add Level 32 Wilderness Hot Cold Clue Location
2019-04-23 10:00:50 +02:00
James
0c35d18711 Updated player indicators (#70) 2019-04-23 08:58:13 +01:00
Tomas Slusny
537aa901c5 Merge pull request #8591 from deathbeam/dont-count-local-player
Do not count local player in nearby clan member counter
2019-04-23 09:58:09 +02: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
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
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
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