Commit Graph
9734 Commits
Author SHA1 Message Date
Jesse Serrao 869b1ba1d9 npc indicators: add option to not highlight dead npcs 2020-05-30 11:52:59 -04:00
Adam 27173d90b5 hooks: remove remaining static callbacks 2020-05-30 10:25:52 -04:00
RuneLite Cache-Code Autoupdater bb31babba2 Update NPC IDs to 2020-05-28-rev182 2020-05-30 09:57:40 -04:00
RuneLite Cache-Code Autoupdater 5d39c499ef Update Object IDs to 2020-05-28-rev182 2020-05-30 09:57:40 -04:00
RuneLite Cache-Code Autoupdater c8d187500d Update Item variations to 2020-05-28-rev182 2020-05-30 09:57:40 -04:00
RuneLite Cache-Code Autoupdater eefee493b7 Update Item IDs to 2020-05-28-rev182 2020-05-30 09:57:40 -04:00
branisk 8d4d974dc5 worldmap: Fix Kebos Lowlands mining site tooltip (#11748) 2020-05-30 00:44:05 +02:00
oneilljos 6d3f7ebee0 grounditems: Remove duplicate item count in notifications (#10526) 2020-05-29 21:40:39 +02:00
while-loop d2286f18b0 chat-history: fix plugin not clearing history 2020-05-29 17:11:03 +02:00
SomeZer0 ed64fcadd7 boosts: Improve "Boost amount threshold" config description (#11744) 2020-05-29 06:09:00 +00:00
Crow 3a435921a7 skillcalculator: Add divine potions to herblore calculator (#11676) 2020-05-29 06:03:40 +00:00
Rangvaldr 2f64651f31 AgilityShortcut: Add Witchaven Dungeon agility shortcut (#11690) 2020-05-29 06:00:14 +00:00
Broooklyn 08b0a10c84 grounditems: Fix grammar in config descriptions (#11743) 2020-05-29 05:19:04 +00:00
Adam 7de65bbcf4 plugin manager: don't search child injector bindings for configs
This fixes plugins which have dependencies and no configuration from
erronously having their deps config picked up, and also fixes defaults
being applied multiple times to the same config on startup due to the
configs being in the bindings of multiple injectors
2020-05-28 14:45:22 -04:00
Adam f5e99d5cb1 plugin manager: chain child injectors for plugin dependencies
Instead of combining the modules of the plugin and all of it
dependencies, create a new child injector for the plugin from a child
injector comprised of the parent module(s)
2020-05-28 14:42:01 -04:00
Runelite auto updater 1e7299bcc6 Bump for 1.6.18-SNAPSHOT 2020-05-28 13:13:26 +00:00
Runelite auto updater 590c11edb4 Release 1.6.17 2020-05-28 13:13:17 +00:00
melkypie 5cac2abac3 api: fix raids points infobox widget id 2020-05-28 08:43:34 -04:00
Max Weber 5b27cb2885 BankSearchLayout: don't truncate search string
This is a regression from 592ca5c112 which
I mistakingly didn't fix last week
2020-05-28 04:05:26 -06:00
Adam 406c2bc7db infobox manager: fix adding multiple infoboxes of same priority
The sort only checks infobox priority and plugin name, and is not a
uniqeness check, so we still need to insert the infobox regardless of if
it is "found" or not.
2020-05-28 00:13:32 -04:00
Adam 1bcb25f10b api: finish some thoughts in callbacks javadoc 2020-05-27 21:09:27 -04:00
Hydrox6 7cc36acd9a login screen: add custom login screen support 2020-05-27 21:05:07 -04:00
Hydrox6 f6d0c93c5b api: add support for setting login screen and fire rendering 2020-05-27 21:05:07 -04:00
melkypie ed9621e18a chatcommands: add tob personal best tracking
Adds the ability to use theatre of blood !pb command, which will include the best wave/challenge time
2020-05-27 19:18:06 -04:00
Lotto 6518a6a51d player-indicators: don't decorate non-player custom menu options
Splits the RUNELITE menu action into two actions:

RUNELITE -  general menu items.

RUNELITE_PLAYER - menu items which target a player and have its identifier set to a player index.

Then the player indicators plugin is changed to only decorate RUNELITE_PLAYER menu items.
2020-05-27 18:42:46 -04:00
melkypie 654966c5b3 chatcommands: fix chambers of xeric pb tracking
Fixes the !pb command to account for the new OSRS update. This does not include team size based pb's, just your best overall pb
Also adds the ability to look at adventure log to check your cox pb's.
2020-05-27 18:15:47 -04:00
Trevor 2eb12e6bb3 raid plugin: fix plugin not reseting when prescouting raids
If you left a raid while a raid was currently being
scouted/held in the same world then there was a chance the
plugin would not reset and the scout overlay and timer
would break. This was due to the plugin thinking that the
player was in a raid party when he left and did not reset.
This was fixed by reseting whenever the raid party varp
changed while the player is outside of the raid.

steps to reproduce:
start a raid on account 1
scout another raid in the same world on account 2
leave the raid on account 1 and it will not reset correctly
2020-05-27 17:23:45 -04:00
Broooklyn a8de2b6d24 cluescrolls: Fix "jewellery" clue hint spelling (#11673) 2020-05-26 03:54:33 +00:00
Jordan a36d38229f Merge pull request #11687 from abextm/overcannonicalize-item 2020-05-25 18:31:18 -07:00
Jordan 13b5104d5a Merge pull request #11516 from melkypie/report-24hclock 2020-05-25 17:03:23 -07:00
Jordan 7b964aea63 Merge pull request #11645 from abextm/npcaggro-colorconfig 2020-05-25 16:54:07 -07:00
Adam 667a0e9297 cache: diable some long-running tests
These tests just bulk-dump data and don't really test anything, and use
up a lot of CI time when tests are run
2020-05-25 14:32:56 -04:00
Jan-Willem de Bruyn 5f84e28a14 skillcalculator: Add clay crafting items (#11518) 2020-05-25 06:31:59 +00:00
Jordan 2d351768fb Merge pull request #11509 from RobertCurll/master 2020-05-24 23:13:09 -07:00
Daniel fc7e697aa7 item prices: always show tooltip when alching if option is enabled 2020-05-25 06:09:53 +00:00
Broooklyn 4faf36edc2 loottracker: Improve ignored events config name and description (#11545) 2020-05-25 04:45:45 +00:00
Jordan 2e90212a24 Merge pull request #11161 from TheFlemoid/Issue11158 2020-05-24 21:31:46 -07:00
Trey 0b62acbcaf cluescrolls: Add Dragontooth Island travel info to clue
This commit adds information on reaching Dragontooth Island for the clue
step located there.
2020-05-24 18:06:11 -07:00
Trey db592bcad0 cluescrolls: Add jungle traversing info to dragon's eye clue
This commit adds information on traversing the Kharazi jungle prior to
reaching the Viyeldi caves.
2020-05-24 18:03:17 -07:00
Adam 8e06e398ee chathistory: small cleanups of clear history 2020-05-24 17:12:31 -04:00
Tinus Flagstad 8d62ba9416 keyremapping: add option to remap space in dialog 2020-05-24 16:44:33 -04:00
Max Weber a54374e931 HotkeyButton: allow binding the space key 2020-05-24 16:25:31 -04:00
Adam ba9ffb1d60 infobox manager: make threadsafe
Currently this gets called from multiple threads, mostly client and EDT,
causing unsafe acces to infoBoxes.
2020-05-24 15:52:28 -04:00
Adam cb1fc598ba plugins: add Plugin::getName
This avoids the infobox manager from having to access plugin descriptor
annotations, making it easier to write tests for
2020-05-24 15:52:28 -04:00
Max Weber 98395b94b1 ItemManager: only canonicalize notes
f9d3647db1 made ItemManager return a price
for placeholders, which is wrong.
2020-05-24 09:51:51 -06:00
Vidyogamasta 0168bf0422 loot tracker: float group to top of list when obtaining drop 2020-05-24 11:41:26 -04:00
Adam e9aac02a43 keyremapping: use modified key map for mapping key release
This cleans up the code some and is more-correct since it will eg. no
longer remap fkeys on keyrelease even when it was not remapped on
keypress.
2020-05-24 10:32:52 -04:00
Jordan Atwood c2a9ac443b client: Simplify ItemContainer usage
Because itemManager#getItemPrice() canonicalizes the passed item ID, it
is no longer necessary to get noted items' base IDs or otherwise
canonicalize item IDs before interacting with the method.
2020-05-23 16:22:29 -04:00
Jordan Atwood f9d3647db1 itemmanager: Canonicalize price lookup item IDs 2020-05-23 16:22:29 -04:00
Jordan Atwood 39a2407b71 examine: Move price lookups off executor
Historically price lookup was done by sending a web request on price
lookups, which required calls to be done on an executor. As of
a1ae397e11, client prices are loaded periodically and cached, thus no
longer imposing any thread requirement on price lookup.
2020-05-23 16:22:29 -04:00