Commit Graph

9606 Commits

Author SHA1 Message Date
Adam
f6a5463a57 Merge pull request #12834 from abextm/rsprofile-external
Per RuneScape-Profile configuration
2020-11-27 00:00:54 -05:00
SirGirion
80b086a975 itemcharges: add cox potions to show item doses 2020-11-26 11:27:30 -05:00
Max Weber
e769ee0a7b http-api, http-service, rl-client: bulk upload configuration changes 2020-11-25 22:29:35 -07:00
Max Weber
4309dcd53e ConfigManager: immediately send config after importing local 2020-11-25 22:29:35 -07:00
Max Weber
f078717822 runelite-client: add rsprofile support 2020-11-25 22:29:35 -07:00
dekvall
2357fa27d7 plugin-panel: stick plugin hub button to bottom of plugin list 2020-11-25 15:22:59 -05:00
Owain van Brakel
bf310496ef externalpf4jpluginmanager: Add import 2020-11-23 16:47:00 +01:00
ImNoOSRS
d4530548cd PluginManager: Reverse the loading of plugins.
When loading plugins in the default order, lets say
Wintertodt-0.0.1.jar
Wintertodt-0.0.2.jar
Wintertodt-0.0.3.jar

It would load 0.0.1 then detect 0.0.2 and 0.0.3 as duplicates.

By reversing this it would load the newest one and detect the old ones as duplicate.
2020-11-23 16:36:35 +01:00
Adam
e5b5292267 objectindicators: fix not marking objects when loaded on other planes
fromLocalInstance() was returning a world point using the clients plane,
however the object may not be on that, causing the plane check in
checkObjectPoints() to fail.
2020-11-22 18:35:05 -05:00
Adam
1f3634d429 Fix incorrectly marking Al Kharid west shortcut window
The west window has the same id as the east window, causing both to be marked by the agility plugin. This adds a matches() method to AgilityShortcut to allow the plugin to test specifically which window matches the shortcut.
2020-11-22 15:45:39 -05:00
trimbe
87f5e98a08 bank plugin: add ctrl+f hotkey to initiate bank search
Co-authored-by: melkypie <5113962+melkypie@users.noreply.github.com>
Co-authored-by: Adam <Adam@sigterm.info>
2020-11-22 12:31:32 -05:00
Adam
514995d140 banktags: use script event for detecting bank search
The bank plugin is being changed to manually initiate bank searches,
by invoking the script, and the bank tabs plugin needs to be able to
detect this search too.
2020-11-22 12:31:32 -05:00
Adam
6552355fd7 Move BankSearch to bank plugin
It contains no bank tab specific code and is used by both the bank and banktags plugins
2020-11-22 12:31:32 -05:00
Plondrein
2778dc69b4 menu swapper: Add NPC Deposit-Items swap 2020-11-21 11:13:33 -05:00
Minhs2
fa79a51bca slayer: add various monsters as alternatives to tasks 2020-11-21 10:49:55 -05:00
Adam
6f60750c31 combat level: show next levels needed even past 99
In some cases, it is not possible to get a combat level solely from leveling
any one stat. If this happened previously the overlay would show an empty
tooltip due to the levels required all being >99. This just shows the levels
required even if it surpasses 99.
2020-11-21 10:40:18 -05:00
Owain van Brakel
50956469c9 Merge pull request #2820 from andreykaipov/feature/config-inheritance
configmanager: write all of our config items to our properties
2020-11-19 03:02:47 +01:00
Owain van Brakel
7e70885284 Merge remote-tracking branch 'runelite/master' 2020-11-17 04:46:44 +01:00
Jacob Buckheit
661aca8475 chat notifier: fix matching messages with included punctuation
The punctuation is not in \b or \s, so additionally include \z. Also
added \A for the beginning, which would have the same problem, which the
test also tests for.

Co-authored-by: Adam <Adam@sigterm.info>
2020-11-16 16:28:45 -05:00
Trevor
d6d43b6096 raids plugin: fix array out of bounds error when scouting for a raid 2020-11-16 15:59:21 -05:00
Kyle
b80fa8535d Update WeaponMap.java (#2860) 2020-11-14 22:48:46 +00:00
Ganom
ac8f5a4bdc menumanager: partially restore left click functions. (#2858) 2020-11-14 04:12:48 -05:00
Jordan Atwood
cb31e1ddd4 timers: Fix leagues area teleport bug
Teleporting using a trailblazer leagues area teleport previously caused
a home or minigame teleport timer to be created, depending on which of
the two was most recently stored as `lastTeleportClicked`. To avoid
this, a new TeleportWidget has been registered which does not follow any
code paths in the plugin.
2020-11-13 14:31:22 -05:00
ThatGamerBlue
ec772080ab session: handle uuid parsing failure 2020-11-12 03:28:13 +00:00
Owain van Brakel
1835da5f6b externalmanager: Comparator 2020-11-10 05:05:17 +01:00
OpenOSRS
8a696b9a25 gradle: Update gradle dependencies 2020-11-10 02:57:25 +01:00
Adam
811842ef2f wildcard matcher: quote replacement to prevent the matcher from replacing group references 2020-11-09 19:15:28 -05:00
Adam
51d105a30b chat commands: format lp score 2020-11-09 19:15:16 -05:00
Adam
4f3d57d739 Fix offline worlds showing population of 65535
The service has been updated to return -1 when worlds are offline, and then the UI updated to display OFF when the count is less than 0
2020-11-09 12:41:50 -05:00
Ben Poulson
b031d4c60f gpu: add colorblind mode
Co-authored-by: Adam <Adam@sigterm.info>
2020-11-07 21:03:49 -05:00
Usman Akhtar
7f49b88b42 opponent info: fix npcindicator color not working with show opponents in menu 2020-11-07 13:52:28 -05:00
ThePharros
1cc422605d menu entry swapper: add recite-prayer swap 2020-11-06 17:48:54 -05:00
Cryslacks
26edf447c8 Add trade and duel inventory to widget item inventory overlay 2020-11-05 15:53:02 -05:00
Kyle
5ba9d207cd weaponmap: add missing weapons (#2850)
weaponmap: add missing weapons
2020-11-05 19:59:41 +00:00
dekvall
d8e72c6551 xptracker: add league relic modifiers 2020-11-05 14:05:45 -05:00
dekvall
16c9a9cb3a regenmeter: add support for fluid strikes 2020-11-05 14:05:45 -05:00
RansomTime
6044c9ce90 slayer plugin: add Cyclops to hill giants task list
Slayer info from https://oldschool.runescape.wiki/w/Cyclops - notable synergy with Unnatural Selection in Trailblazer league
2020-11-04 19:27:15 -05:00
Hydrox6
d3573edbfe add support for trailblazer tools 2020-11-04 19:22:44 -05:00
dekvall
9b3beffbfc timers: add league home tele 2020-11-04 19:21:43 -05:00
Kyle
6c64c6ae1c Update WeaponMap.java (#2849) 2020-11-05 00:17:47 +00:00
ThatGamerBlue
d2c2b577bd externalpluginmanager: print full exception when plugin can't be loaded (#2847) 2020-11-05 00:10:46 +00:00
Adam
f8d8aa762c antidrag: set bank drag delay when bankside inv is opened too 2020-11-04 17:25:18 -05:00
Unmoon
f17a08ff9d item charges: add Chronicle 2020-11-04 15:35:29 -05:00
Matthew Zegar
43bf4d60eb key remapping: add control remap
Co-authored-by: Adam <Adam@sigterm.info>
2020-11-03 16:06:28 -05:00
Adam
7ceb3c9e02 client: add PMD source code analyzer
This catches common bugs, dead code, etc., and also performs some more advanced
code style checks compared to checkstyle.

Co-authored-by: pilino1234 <pilino@posteo.de>
2020-11-01 11:54:54 -05:00
Max Weber
bbd06b84b9 wiki: Always include item names in widget optarget lookups
Normally the client includes Widget::name in the target param, but for
widgets that don't normally have menu entries this is often empty so the
lookup string would just be `Lookup `
2020-10-31 15:24:38 -04:00
Max Weber
de8afadac9 wiki: don't throw when trying to optarget skills 2020-10-31 15:24:38 -04:00
Max Weber
f52eeaf4d3 wiki: remove remainder of quest/diary lookup code
2b077f4364
2020-10-31 15:24:38 -04:00
Dasgust
7f902f30c5 xp tracker: add goal time formatting option 2020-10-30 17:24:59 -04:00
SirGirion
fc9f9faff0 chatcommands: handle league accounts properly 2020-10-30 15:57:27 -04:00