Commit Graph
6885 Commits
Author SHA1 Message Date
jcwhisman 2c2c013cba timers: Fix inferno timer starting time 2020-09-14 08:07:04 -05:00
jcwhisman 43c5e1f916 ElapsedTimer: Display time in mm:ss format 2020-09-09 17:38:03 -07:00
Adam 01447e52a7 timers: consolidate teleblock timers 2020-09-09 11:08:17 -04:00
Adam d2c72d6cbe core overlay: cleanup
Avoid checking config if there is no core npc
2020-09-09 11:07:04 -04:00
Matthew C e2f848fbbf slayer: Add black knights and pirates 2020-09-08 23:32:12 -07:00
Matthew C 6fd2eb5e63 slayer: Sort Task enum alphabetically 2020-09-08 23:31:50 -07:00
Matthew C 230bba0ea7 corp: Add toggle for dark energy core highlighting (#12462) 2020-09-09 03:30:41 +00:00
Matthew C 3c920ead9a timers: Add Mage Arena 2 teleblock timers 2020-09-08 17:19:17 -07:00
arthur798 00fc1314f7 skillcalculator: Add Carpenter's outfit set bonus (#12412) 2020-09-04 07:30:43 +00:00
Michael Archer e388f5a0f7 timers: Update stunned Abyssal Sire ID (#12410)
A recent game update changed the NPC IDs used for sire's stunned state,
causing the stun timer to become applied and removed at the wrong time.
2020-09-04 07:28:59 +00:00
David 0a4cb9bf5a menuentryswapper: Add Island of Stone quick travel (#12422) 2020-09-04 07:23:12 +00:00
Broooklyn 1db0f66a98 clues: Fix Watchtower master emote step coordinates (#12429) 2020-09-04 07:04:02 +00:00
Matt Davenport 9beec30b3f cluescrolls: add fairy ring codes to emote clues 2020-09-02 17:57:23 -04:00
Adam b9b505acc4 scripts: fix privateMessage message skipping
This was incorrectly looping if the message was to be skipped
2020-09-02 10:25:21 -04:00
Max Weber 081253273b Merge branch 'itemid-090220' into master 2020-09-02 05:56:08 -06:00
Runelite auto updater b83c97ed1c Bump for 1.6.27-SNAPSHOT 2020-09-02 11:36:42 +00:00
Runelite auto updater 581ca2fdd5 Release 1.6.26 2020-09-02 11:36:33 +00:00
Max Weber 47f3a965b7 runelite-client: remove removed items 2020-09-02 05:30:51 -06:00
RuneLite Cache-Code Autoupdater 1189682534 Update Scripts to 2020-09-02-rev191 2020-09-02 05:14:16 -06:00
RuneLite Cache-Code Autoupdater 6325285fb6 Update Item variations to 2020-09-02-rev191 2020-09-02 11:10:15 +00:00
Adam 2021b4c1ff grounditems: add test for notify on highlight 2020-08-31 13:19:06 -04:00
Adam d7cb489eaf grounditems: fix showing Lots! for stack size in notifications
The value cannot be more than MAX_VALUE so the previous condition was
never met. Additionally use MAX_QUANTITY constant instead of abusing
char max value which is completely unrelated.
2020-08-31 13:19:05 -04:00
Matthew C d8ddbe2cfa grounditems: fix notifications for highlighted drops
Fix notifications for highlighted drops occuring when a non highlighted drop is
assigned a value tier with the same color as highlighted drops. Check the
highlightedItems list directly instead of doing a color comparison.
2020-08-31 13:16:59 -04:00
Hexagon 46b297ce09 zalcano-plugin: Fix lingering graphicsobject highlighting 2020-08-30 20:57:56 -04:00
Adam 45bbf31fe9 gpu: error when shader creation fails 2020-08-30 18:50:19 -04:00
honeyhoney c79c8f55e0 color picker: resize color slider to fit knob at max rgba values 2020-08-30 15:21:29 -04:00
Adam 8bbd3b9365 itemstats: correct typo in Better (Some capped) description 2020-08-30 15:15:49 -04:00
emiljensen2 b8f6920ebb antidrag: add deposit box for bank drag 2020-08-30 15:14:49 -04:00
Jordan Atwood d1a765091a screenshot: Fix BA high gamble toggle
Because both level up dialogs and BA high gambles use the same widget
interface, commit 40f032bede caused BA
high gambles and some level up dialogs to trigger screenshots if either
config was enabled in the config, as that would set a flag to capture a
screenshot on the next game tick based on the widget text. This commit
adds config checks to the DIALOG_SPRITE_TEXT branch to ensure the
appropriate config flag must be set for a screenshot to be captured.
2020-08-30 13:14:06 -04:00
Arman Rafian 5316b49d16 grounditems: fix despawn timer for KBD/NMZ instances 2020-08-30 11:48:03 -04:00
Max Weber 431e09588b specify utf8 encoding
this should fix the following known bugs:
 - putting a U+2019 in the config causes it to become corrupted and
   ~double in size every launch
 - scripts become assembled incorrectly and the nbsp after your name in
   the chatbox becomes incorrect
 - the feed panel doesn't show emoji
2020-08-28 21:58:08 -04:00
Hydrox6 ca2416a838 timetracking: add configuration for displaying time in 12 hour format 2020-08-28 21:20:53 -04: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 auto updater 0fda0a6ef3 Bump for 1.6.26-SNAPSHOT 2020-08-26 11:32:41 +00:00
Runelite auto updater 766ffdb7ac Release 1.6.25 2020-08-26 11:32:32 +00: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