Commit Graph
9717 Commits
Author SHA1 Message Date
OpenOSRS a91b739aaa Client: Update NPC stats 2020-08-28 05:02:48 +00:00
Owain van Brakel 6d342d7abc Merge remote-tracking branch 'runelite/master' into master 2020-08-28 03:17:10 +02:00
Meeran 29e0b92590 ItemMapping: Fix Ring of Endurance mapping (#12408)
`RING_OF_ENDURANCE_24844` is the ingame item which can actually be
obtained. `RING_OF_ENDURANCE` is the original ring ID for [the ring
which could not be traded on the Grand Exchange on Darkmeyer's day of
release][1]. This commit corrects the mapping to map to the tradeable
ring.

[1]: https://secure.runescape.com/m=news/darkmeyer-day-one-feedback-changes?oldschool=1
2020-08-27 19:04:27 +00:00
mnasra 64bcd9aa34 itemstats: Fix super antiposion potion duration (#12403) 2020-08-26 22:31:28 +00:00
Martin H 22ec9e52b5 blastfurnace: Use border color for clickbox overlay fills (#12379)
Previously, all clickbox overlays had a red tint, even if the border was
green symbolizing a "good" state.
2020-08-26 22:25:49 +00:00
Adam a918c5955f menu swapper: add amy to npc contact swap 2020-08-26 10:07:17 -04:00
RuneLite Cache-Code Autoupdater 14083b1d4a Update Scripts to 2020-08-26-rev191 2020-08-26 05:08:26 -06:00
RuneLite Cache-Code Autoupdater 614c33fdfd Update Item variations to 2020-08-26-rev191 2020-08-26 10:32:39 +00:00
RansomTime 9588076059 task: add Iorweth Warriors to list of targets for elves 2020-08-25 11:03:27 -04:00
Adam 30516b0bc3 Add Leagues hiscores and update icons for Trailblazer League 2020-08-25 10:44:53 -04:00
honeyhoney 76d38333d2 WorldMapOverlay: Adjust tooltip text position to match vanilla tooltips (#12380) 2020-08-25 02:58:02 +00:00
honeyhoney 7efd8d18d1 bank: Fix NPE in PostScriptFired subscriber (#12342)
The bank widget can become null before the bank build script finishes by
holding the bank close key as the bank is opened. This commit adds a
null check to avoid this possible NPE.
2020-08-24 21:05:56 +00:00
Jordan e1ef747ed9 Merge pull request #12348 from Broooklyn/nightmare-chatcommand
chat commands: add Nightmare abbreviations
2020-08-24 13:54:34 -07:00
honeyhoney a450df01b6 menuentryswapper: Add Rellekka quick travel NPCs (#12333) 2020-08-24 20:43:03 +00:00
trimbe 7c01e44628 bank tags: invoke only the scrollbar update after removing separators
Invoking the tab separator removal allowed tab separators to be visible
and interactable for a frame. On slower computers, users could click and
navigate to a tab during that period. The removal no longer needs to be
invoked after e4b43d9 so we can just invoke the script run.
2020-08-24 20:35:15 +00:00
Jordan Atwood fb47850686 ItemIdentification: Fix target teleport definition 2020-08-24 13:11:57 -07:00
Broooklyn d57f990183 Item identification: add tablets 2020-08-24 15:20:29 -04:00
Adam 2f85f57487 hiscore panel: add names to skill label tooltips
Also change boss tooltips to not show KC: 0 if unranked
2020-08-24 12:53:45 -04:00
Adam c9859f36b6 hiscore panel: fix lookup to run on edt
It modifies various fields in the ui and should be running on edt.
Additionally add a clear listener to reset the search state when the
input is cleared.

This requires changing the hiscore client to be async so that the
response can be properly applied on the edt
2020-08-23 11:54:36 -04:00
Adam a89202e230 party service: prioritize user join handler over plugins
The Discord invites requires the party size to be >0 for invites to work.
Previously this was not updating the presence with the 1 (local) member
after joining due to the plugin event handler running prior to the
service adding the member to the party.

This also changes the party id to always be null when not in a party instead of
set to the special local party id. This simplifies the checks in the
plugins trying to differentiate being in your own party vs not being in
a party.
2020-08-23 11:43:08 -04:00
Adam 9dc757b089 discord: add logging to Discord rpc callbacks 2020-08-22 20:24:05 -04:00
Adam 8608cde1e2 discord: remove DiscordReplyType
It is unused currently and the Discord library provides constants for the values already.
2020-08-22 20:22:44 -04:00
Adam 2f2da2c1dc xp globes: remove double globeCache index 2020-08-21 21:04:07 -04:00
be1e1bbdbb timers plugin: add fight cave and inferno timers
Co-authored-by: winterdaze <35933468+winterdaze-rs@users.noreply.github.com>
Co-authored-by: Jordan Atwood <jordan.atwood423@gmail.com>
2020-08-21 20:28:28 -04:00
Adam ad940f51ee xp globes: fix timing out xp globes after no xp is gained
The overlay was clobbering the plugins sorted xpglobe list when it
re-sorted it by skill instead, preventing the expire routine from
correctly expiring xpglobes. Instead keep the list in render order (by
skill) and just check the full list for expired orbs, since there are
not usually many to check.
2020-08-21 20:19:34 -04:00
LazyScaper 408df21f2e skill calc: add Vyres to thieving calc 2020-08-21 16:32:27 -04:00
Jordan Atwood c9ef18b55e menuentryswapper: Prefer last-destination on Zanaris fairy ring 2020-08-21 16:10:47 -04:00
Jussi Kauppinen 1ec38b8906 inventory-tags: add underline as display option
Added item underline as an alternative display option for inventory
tags. Item borders remain as the default display option.

Close #12165
2020-08-21 12:14:41 -04:00
Landy Chan 1a88b8e214 prayer plugin: fix time remaining text when greater than 1 hour 2020-08-19 16:40:26 -04:00
TheStonedTurtle a4025e9270 Dev Tools - Add Inventory Inspector 2020-08-19 16:11:01 -04:00
Derek Lopes ef86486a82 Notifier: Disable flash notification when off is selected to prevent
stuck flash state
2020-08-19 13:51:14 -04:00
Toocanzs 24cfac14fa gpu: add anisotropic filtering 2020-08-18 13:54:02 -04:00
Broooklyn 1ea9f10fb9 chat commands: add Nightmare abbreviations 2020-08-16 00:01:11 -04:00
Jordan Atwood 105046b2f5 HotColdLocation: Fix Mos Le'Harmless southern bar spot
Ref: #9601
2020-08-15 18:31:33 -07:00
Adam ceab3ef4b5 gpu plugin: initialize aa fbo handles
This fixes erroneously deleting texture/framebuffer/renderbuffer 0 in shutdownAAFbo
2020-08-15 18:48:57 -04:00
Broooklyn 882fe29bd5 clue: Fix K'ril's chamber master clue step plane 2020-08-15 01:49:32 -04:00
Adamandjzomerlei 276746eea6 mining plugin: add session stats
Co-authored-by: jzomerlei <jzomerlei@gmail.com>
2020-08-15 00:30:37 -04:00
Adamandjzomerlei 10773f6a5e mining plugin: rename MiningOverlay to MiningRocksOverlay
Co-authored-by: jzomerlei <jzomerlei@gmail.com>
2020-08-15 00:30:37 -04:00
Ganom 64da9b0ed1 configpanel: various fixes (#2774)
* configpanel: ensure enums are properly displayed

* configpanel: properly categorize buttons.

* configpanel: remove unnecessary button array.
2020-08-13 23:06:20 -04:00
Adam 7c19a6c73b slayer plugin: support new Turael task completion message 2020-08-12 11:04:37 -04:00
HexagonandAdam d104c9a3e7 client: add zalcano plugin
Co-authored-by: Adam <Adam@sigterm.info>
2020-08-11 18:20:29 -04:00
AdamandMMagicala 1d62a00596 item stats: add duration tooltips to potions
Co-authored-by: MMagicala <MMagicala@users.noreply.github.com>
2020-08-11 15:43:31 -04:00
Jordan 745f930056 Merge pull request #12321 from Hydrox6/tooltips-drop
mousehighlight: make "drop" not show when interface tooltips are off
2020-08-11 00:12:09 -07:00
Owain van Brakel f7a055fa5a Merge remote-tracking branch 'runelite/master' 2020-08-11 01:16:03 +02:00
melkypie c2026f5516 chatcommands: make cox pb account for 11-15 and 16-23 team sizes 2020-08-10 18:30:20 -04:00
Adam 6998931f84 menu swapper: update jewellery box clan wars swap to ferox enclave 2020-08-10 11:12:04 -04:00
Hydrox6 89061a5a42 mousehighlight: make "drop" not show when interface tooltips are off 2020-08-10 12:23:02 +01:00
leejtandAdam 18087ca9cc loot tracker: add metadata field to loot record
This is for tracking miscellaneous data with the loot records, such as
npc id and skill levels, for the wiki drop log project.

Co-authored-by: Adam <Adam@sigterm.info>
2020-08-07 18:50:18 -04:00
leejt 7affadcf50 loot tracker: track grubby, stone, Dorgesh-Kaan and HAM chests
The Dorgesh-Kaan tracking could be done better (there are actually 4 distinct drop tables) but it's hard to do this without significantly complicating the code.
2020-08-07 13:03:41 -04:00
Jordan Atwood b16b3a8017 slayer: Fix slaughter bracelet proc text
After the 2020-08-06 game update[1] the Bracelet of slaughter gives a
slightly different text than before. This commit updates the slayer
plugin to identify that new text.

[1]: https://secure.runescape.com/m=news/pvp-changes?oldschool=1
2020-08-07 12:35:51 -04:00