Commit Graph

7211 Commits

Author SHA1 Message Date
Hydrox6
d193eaae95 clue plugin: add widget scroll feature 2019-04-24 02:11:19 +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
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
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
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
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
Tomas Slusny
8d1523a1e0 Merge pull request #8620 from JacobThompson/patch-1
Update lap counter overlay strings for clarity.
2019-04-23 09:57:53 +02: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
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
Ron Young
917921dd47 interface styles: add 2010 menu 2019-04-22 11:24:28 -04:00
Ron Young
a70ba37cd0 api: add before menu render event 2019-04-22 11:24:27 -04:00
xDemoN
0413c06c30 reword lv27 wildy hot cold clue location
to match the description on osrs.wiki
2019-04-21 19:45:57 -04:00
xDemoN
9e8a6baa52 add lv32 wildy hot cold clue location 2019-04-21 19:44:25 -04:00
trimbe
caa4569d45 quest list plugin: use progress script to trigger hiding quests 2019-04-20 22:49:46 -04:00
trimbe
529fe18123 scripts: add quest list progress script 2019-04-20 22:49:19 -04:00
Jamy C
e7cdf50cfb Add missing Neitiznot bridges agility shortcuts 2019-04-20 14:05:29 +02:00
Sergz39
3d98e215a2 Fix Pirate's tresure quest start location (#8564)
Closes #8560
2019-04-20 14:05:08 +02:00
Hydrox6
5bd8aaa148 Add Ammo plugin (#8113)
Shows the current ammo the player has equipped. If the player is using a stackable weapon (chinchompas, darts, etc) those will show, otherwise it'll show the ammo slot (unless the item is a blessing or empty)

If the value is over 1,000,000 the number will have an M. If it's over 10,000 the number will have a K.

Closes #864
2019-04-20 13:48:41 +02:00
Tomas Slusny
3488f72ae2 Do not count local player in nearby clan member counter
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2019-04-20 13:45:27 +02:00
Abex
2f7584ee38 Merge pull request #8566 from raiyni/fix-brightness
skybox: calculate brightness increase in HSB format
2019-04-19 16:55:42 -06:00
Adam
3f13d4c620 widgetitem overlay: allow configuring which interfaces to overlay
Update overlays to behave consistent with how they behaved before
removal of query api, with the exception of adding the rune pouch
overlay to the bank.
2019-04-19 14:40:27 -04:00
Adam
8bfc0f2b21 widgetitem: associate Widget with WidgetItem 2019-04-19 14:40:27 -04:00
xDemoN
a45ab3c887 World Map: Identify Both Shield of Arrav Quest Start Points (#8442)
Closes #8437
2019-04-19 18:19:36 +02:00
Hydrox6
d7e0e11e73 mixins: renderWidgetLayer: skip hidden widgets 2019-04-19 08:51:40 -04:00
Nate Brown
1cdb48406c slayer plugin: use addy and rune masks for metal dragon tasks 2019-04-18 18:28:39 -04:00
Sergz39
a810dcc47b agility shortcuts: fix Yanille wall and grapple shortcut object ids 2019-04-18 18:25:49 -04:00
SebastiaanVanspauwen
c06f8c891e barrows plugin: add puzzle solver 2019-04-18 18:20:09 -04:00
Adam
8bf22ef401 Merge pull request #8462 from Adam-/master+widgetitemoverlay
Add WidgetItemOverlay
2019-04-18 17:48:07 -04:00
Runelite auto updater
cf425ff105 [maven-release-plugin] prepare for next development iteration 2019-04-18 11:36:15 +00:00
Runelite auto updater
6ef9203bfb [maven-release-plugin] prepare release runelite-parent-1.5.20 2019-04-18 11:36:10 +00:00
Adam
8b5ff85123 clue plugin: add test to check for duplicate coordinate clues 2019-04-17 20:35:50 -04:00
Ron Young
e3138db499 skybox: calculate brightness increase in HSB format 2019-04-17 09:09:14 -05:00
Tomas Slusny
d1030af5d3 Merge pull request #8561 from bjornenalfa/patch-2
Remove duplicate coordinate clue
2019-04-17 10:31:04 +02:00
bjornenalfa
d11db8ef16 Remove duplicate coordinate clue
The duplicate entry causes the client to crash when trying to build the ImmutableMap.
2019-04-17 10:16:52 +02:00
Adam
093400cb6c devtools: add setstat command 2019-04-16 21:32:17 -04:00
Adam
20e405224b Merge pull request #8548 from Nightfirecat/add-new-coordinate-clues
clue plugin: Add new coordinate clue descriptions
2019-04-16 21:25:04 -04:00
Adam
99b513a8c5 api: remove Query api 2019-04-16 20:57:53 -04:00
Adam
f661cc6869 client: modify plugins to use WidgetItemOverlay 2019-04-16 20:57:53 -04:00
Adam
9b9aee3e2b Add WidgetItemOverlay
This simplifies the logic required for plugins to draw an overlay over an item.
2019-04-16 20:57:52 -04:00
Jordan Atwood
f7040d134b clue plugin: Add new coordinate clue descriptions
Ref: runelite/runelite#8504
2019-04-16 17:17:48 -07:00
Adam
6f117a16c1 Merge pull request #8547 from Nightfirecat/add-new-cipher-clues
clue plugin: Add new cipher clues
2019-04-16 19:37:40 -04:00
Adam
291e436e87 Merge pull request #8549 from Nightfirecat/add-new-cryptic-clues
clue plugin: Add new cryptic clues
2019-04-16 19:36:32 -04:00
Tomas Slusny
57c6e7d5ef Merge pull request #8480 from Twinkiel0ver/transportation
Add tooltips to all Transportation icons
2019-04-16 17:54:20 +02:00
ksergio39
b81c68a34a world map plugin: add tooltips for transportation icon 2019-04-16 09:31:36 -04:00
Tomas Slusny
f00e34cf89 Merge pull request #8403 from TheStonedTurtle/ltborder
Fix empty Loot Tracker text alignment
2019-04-16 13:32:49 +02:00
Jordan Atwood
ee402d5779 clue plugin: Add new cryptic clues
Ref: runelite/runelite#8504
2019-04-15 22:29:37 -07:00
Jordan Atwood
56e2e3ceab clue plugin: Add new cipher clues
Ref: runelite/runelite#8504
2019-04-15 20:05:35 -07:00