Commit Graph

4775 Commits

Author SHA1 Message Date
Adam
3720fe68d0 Merge pull request #9627 from abextm/runscript-args-external
Ensure runScript is invoked with the correct number of arguments
2019-08-10 17:32:05 -04:00
Adam
ac0abbf0ba Merge pull request #9528 from trimbe/saved-tag-tabs
bank tags: properly open saved tab
2019-08-09 20:41:38 -04:00
Max Weber
56f7d09c92 runelite-client: Call scripts with the correct number of arguments 2019-08-09 09:34:18 -06:00
Hydrox6
724437480f clues: remove mis-categorised skill challenge 2019-08-09 14:58:52 +01:00
Hydrox6
09b4517d31 Add support for Challenge Clues
Supports both Sherlock tiers and Charlie
2019-08-09 14:58:49 +01:00
Hydrox6
51c73798e4 Add support for named AllRequirementsCollections 2019-08-09 14:50:19 +01:00
Hydrox6
02311b996e Move Item Requirement code from EmoteClue to its own sub-package 2019-08-09 14:50:19 +01:00
dekvall
e0dcb668da attack styles: fix hide styles on weapon change
Hiding attack styles primarily relies on a subscription to
onWidgetHiddenChanged but when swapping between bludgeon and bow this event
fires before onVarbitChanged which means that when swapping quickly between
the two, the longrange option will not be hidden. Since the plugin uses info about
the weapon to determine in which skill xp will be gained and ultimately, which widgets
should be hidden, we need an extra call to ProcessWidgets after a weapon switch to ensure
expected behavior.
2019-08-09 09:40:48 -04:00
dekvall
688ab50647 attack styles: fix NPE in overlay 2019-08-09 09:40:48 -04:00
Adam
05ca96c3db cml plugin: fix request throttling
Also update xp threshold to 10k xp
2019-08-08 18:33:32 -04:00
Adam
2ef1f29c13 xptracker: support xp gains when offline
When xp is gained when offline, the tracker calculates it into the
xp/hr, which can lead to very skewed stats due to the tracker being
generally paused when the player is offline.

This offsets the start xp by the gains when offline to correct for it.
2019-08-08 18:33:32 -04:00
Adam
3b40f945a7 xptracker: move initialization until after login
This fixes the xptracker not being properly initialized if it starts up
after the player is already logged in.
2019-08-08 18:33:31 -04:00
Adam
f300c541dc xptracker: update lastXp after submitting xp gains
This prevents continious updates on logout after the threshold has been
reached.

Also initialize lastXp when the plugin starts in the event the player is
already logged in.
2019-08-08 18:33:31 -04:00
Maxwell Chow
26855079fe discord: Fix spelling errors in Discord status locations (#9615) 2019-08-08 12:47:00 +02:00
tortuga69
21a188730b Add support for Trollweiss Mountain Cave agility shortcut (#9543) 2019-08-08 11:20:56 +02:00
Daniel Bolink
345f07d20f loot tracker: add Kingdom of Miscellania 2019-08-07 20:11:12 -04:00
Adam
e41e4d32ca Merge pull request #9557 from deathbeam/snapshot-everything
Snapshot all grahics2d properties in safeRender
2019-08-07 19:54:53 -04:00
Adam
d90e4126c7 Merge pull request #9576 from xdesr/divine-pots-item-stats
item stats: add divine potions
2019-08-07 19:52:52 -04:00
dekvall
2f15420a84 Disable inventory grid if the dragged item is removed 2019-08-08 01:40:49 +02:00
trimbe
a0aac87971 bank tags: properly open saved tab
Jagex appears to be syncing the current tab varbit more aggressively now, so if the active tab was not the first tab before switching to a tag tab, bank layout would misbehave when the bank was reopened.
2019-08-06 21:48:18 -04:00
trimbe
4be0fc0e38 bank tags: use setVarbit instead of setVarbitValue 2019-08-06 21:47:29 -04:00
Adam
74bb3c6acf Merge pull request #9536 from trimbe/camera-effects-gpu
gpu plugin: fix camera effects used for drunkeness and fishing trawler
2019-08-06 09:25:17 -04:00
Adam
0e8d377adf keyremapping: fix race with sending messages and clearing chat input
It is not necessary to clear the chat input when locking chat when a message would be sent.
Currently this races with the key handlers where it can sometimes clear the chatbox input
prior to enter being processed, resulting in dropped messages

This was introduced in b5acb61771
2019-08-06 08:44:31 -04:00
Daniel
1082b1b863 Loot Tracker: Allow loot boxes to be collapsed (#9439) 2019-08-06 14:42:14 +02:00
xdesr
502c7b6379 item stats: add divine potions 2019-08-05 12:46:41 +01:00
Gustavo Rodrigues
e0442fc03a hunter: Add support for ferrets (#9524) 2019-08-04 02:57:52 +02:00
Adam
715c7a26b9 slayer plugin: validate !task name and location 2019-08-03 10:23:28 -04:00
Tomas Slusny
480b4ad773 Snapshot all grahics2d properties in safeRender
This prevents overlay graphics configurations leaking to other overlays.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2019-08-03 02:25:42 +02:00
Daniel Bolink
139b97920e achievmentdiary: Update Ardougne Hard diary text (#9551) 2019-08-02 12:01:15 +02:00
Adam
c342f7391a client: cache config values 2019-08-01 20:58:40 -04:00
Adam
3d326a6ee8 client: cache and reuse Graphics 2019-08-01 20:26:13 -04:00
Tomas Slusny
2ef930fda4 Merge pull request #9532 from TheStonedTurtle/volcanic-mine
menuentryswapper - Add volcanic mine entrance
2019-08-01 23:17:49 +02:00
trimbe
f3319df4a1 gpu plugin: fix camera effects used for drunkeness and fishing trawler
Yaw and pitch for these effects is only altered during scene drawing, so we need to cache those values at that point.
2019-08-01 10:55:20 -04:00
Hydrox6
905240b50e idle notifier: notify when adding feathers or heads to shafts 2019-08-01 12:25:28 +01:00
Abex
48e0e8a7e3 Merge pull request #9531 from Hydrox6/worldmap-prif-typo
worldmap: fix typo in Prifddinas
2019-08-01 04:17:08 -06:00
TheStonedTurtle
f2cdc8a1d8 menuentryswapper - Add volcanic mine entrance to swapQuick 2019-08-01 03:11:52 -07:00
Hydrox6
8dbd9d336c worldmap: fix typo in Prifddinas 2019-08-01 11:02:36 +01:00
Hydrox6
48e994d1a5 boss: adjust Chaos Elemental respawn time 2019-08-01 10:59:55 +01:00
Adam
e27459f1f0 chat commands: add guantlet pb 2019-07-31 08:36:37 -04:00
Adam
1b2219374f chat commands: add gg pb 2019-07-31 08:36:37 -04:00
Adam
1ce2e5aa93 chat commands: fix tracking zuk pb 2019-07-31 08:36:37 -04:00
Tomas Slusny
c86d2b65c4 Merge pull request #9511 from Alexsuperfly/sote-new-tool-animations
Sote new tool animations
2019-07-31 11:50:58 +02:00
Alexsuperfly
734e8aca58 wintertodt: add crystal axe to animation list 2019-07-31 05:25:10 -04:00
Tomas Slusny
d0e0f6d4c1 Merge pull request #9516 from Alexsuperfly/sote-discord-updates
discord: add Prifddinas locations
2019-07-31 10:32:03 +02:00
David
6b16d2d467 worldmap: Fix quest marker for Depths of Despair (#9506) 2019-07-31 10:31:41 +02:00
Tomas Slusny
59c72589d3 Merge pull request #9515 from abextm/prif-ii-sapling
itemidentification: Add crystal sapling
2019-07-31 00:09:38 +02:00
Adam
77371feaf0 Merge pull request #9388 from adwitkow/nmz-points-overlay
nmz: Add total and per hour points to NMZ overlay
2019-07-30 17:20:20 -04:00
Adam
c4ee95d6c7 world hopper: add option to show current world ping
If enabled, the current world is pinged every second and the ping is
drawn in an overlay

Co-authored-by: gregg1494 <gregg1494@gmail.com>
2019-07-30 14:55:47 -04:00
Adam
8282742c1a world hopper: change ping task to ping one world
This will allow other tasks that are scheduled on the hopper executor to
not be blocked for long periods of time due to the world pinger.

This pings, at fixed delay, each world every 3 seconds, which for 200
worlds is at most as often as the previous mass-ping every 10 minutes.
2019-07-30 14:55:47 -04:00
Adam
b1ff529e02 fps plugin: move fps off logout button on bottom line mode 2019-07-30 14:55:47 -04:00