Commit Graph
5911 Commits
Author SHA1 Message Date
RuneLite Cache-Code Autoupdater 7fc0c4763c Update Item variations to 2020-02-06-rev182 2020-02-06 11:33:17 +00:00
Adam 1dfad03c43 Merge pull request #9973 from raiyni/additional-reset
Add additional reset configuration for plugins
2020-02-04 20:58:19 -05:00
Adam 5216b03090 screenmarkers: prevent null marker creation
This is happening and I can't see why. Avoid creating and loading null
markers.
2020-02-03 21:26:50 -05:00
Adam 9a103f8ccd widget item: clip overlay to parent bounds 2020-02-02 20:39:55 -05:00
Alexsuperfly ecbfd9caa9 Raids: Enable screenshotting of scouting overlay 2020-02-02 17:06:38 -05:00
Alexsuperfly bbdf76a0b6 Raids: Add clan chat and world to scouting overlay 2020-02-02 17:06:38 -05:00
Alexsuperfly 437a1a2286 move capturing of screenshots to ImageCapture utility
Extracts the logic for caturing/saving/uploading
images from the screenshot plugin to a separate
utility named ImageCapture.
The Imgur class were made inner classes of ImageCapture
since the only location they see use is there.
ImageUploadStyle and TransferableBufferedImage were
also moved to ulities to allow ImageCapture and other
plugins to use them.
2020-02-02 17:06:38 -05:00
Adam bbdb812a4b Merge pull request #10662 from Hydrox6/config-units
Add Unit support to Config
2020-02-02 15:00:39 -05:00
Adam d1ac14a7a2 wintertodt: fix interrupt notification firing when already idle 2020-02-02 14:52:19 -05:00
Alexsuperfly 3f1120d23a idle notifier: prevent double notifications for anim and interact 2020-02-02 13:19:47 -05:00
Alexsuperfly 61074935ad idle notifier: add fishing animations 2020-02-02 13:19:47 -05:00
Crypthead d8d6ed34c9 client: add configuration for tooltip position 2020-02-02 13:09:14 -05:00
Henry Darnell 273ebdeebf Add ability and config to swap Lookup and Search in wiki plugin (#10690) 2020-01-31 19:00:11 -07:00
Runelite auto updater 38c6478c40 Bump for 1.6.6-SNAPSHOT 2020-01-29 12:38:05 +00:00
Runelite auto updater 615027b6d2 Release 1.6.5 2020-01-29 12:37:57 +00:00
RuneLite Cache-Code Autoupdater 240261cbb5 Update Scripts to 2020-01-29-rev182
Updated script does not assemble CommandScript.rs2asm
2020-01-29 05:12:14 -07:00
RuneLite Cache-Code Autoupdater 318406384f Update Item variations to 2020-01-29-rev182 2020-01-29 05:12:14 -07:00
Hydrox6 bed56b9a49 plugins: add units to configs 2020-01-28 21:00:22 +00:00
Hydrox6 00fb20e750 config: add support for integer config items to have units 2020-01-28 20:59:59 +00:00
Henry Darnell 6cda7e8858 Capitalize "discord" in info panel (#10667) 2020-01-28 14:52:22 +01:00
Zach WallerandAdam 8708788004 menu swapper: add bank deposit/withdraw shift click
Co-authored-by: Adam <Adam@sigterm.info>
2020-01-27 19:51:54 -05:00
Vuk ee2b2012e4 clue plugin: rename Elf Camp to Iorwerth Camp 2020-01-27 14:11:19 -05:00
Ron Young 04ec36a120 banktags: reset tagtabs and banktags when reset button is clicked 2020-01-27 09:33:03 -06:00
Ron Young b34d59a8f5 plugins: add reset configuration method on plugin 2020-01-27 09:33:03 -06:00
Adam 6797132442 Merge pull request #10641 from dekvall/strip-leading-slash
clanchat plugin: strip leading / from clan tab chat messages
2020-01-26 20:38:48 -05:00
Adam 58d5a9faea Merge pull request #10639 from melkypie/patch-chatcommands
Fixes cox personal best time tracking
2020-01-25 18:42:46 -05:00
Adam f37c981197 task: use lambdas for scheduled method invokes 2020-01-25 09:35:09 -05:00
Daniel Bolink 517f60bc05 widgetoverlay: make LMS info box movable 2020-01-25 00:19:53 -05:00
dekvall 81dec7c136 clanchat plugin: strip leading / from clan tab chat messages
Users might accidentally prepend their message with / by force of habit.
2020-01-24 12:14:10 +01:00
Adam 853897ef41 Revert "clientui: forcibly bring client to front on Windows on request focus"
This reverts commit 8f5b45ddbe.

The minimize/maximize is noticible when playing with the client visible,
but not in focus.
2020-01-23 17:51:46 -05:00
melkypie 7c20e05bf9 chatcommands: fix cox pb tracking 2020-01-23 22:53:36 +02:00
Adam 1779d83302 clientloader: throw classnotfoundexception when trying to load classes from the closed jar
This allows showing the classname when an exception is thrown due to the
jar being closed
2020-01-23 11:16:29 -05:00
Runelite auto updater 8f116f4164 Bump for 1.6.5-SNAPSHOT 2020-01-23 12:48:15 +00:00
Runelite auto updater ad394a5ef1 Release 1.6.4 2020-01-23 12:48:05 +00:00
Max Weber 32c8c497bd wiki: Use jagex's sprite, but hide their wiki banner
Ours has more functionality (lookuping items in interfaces, and a
predictive search interface)
2020-01-23 05:02:04 -07:00
Max Weber 2b077f4364 wiki: Remove quest and diary links
These are added to the vanilla client
2020-01-23 04:50:42 -07:00
RuneLite Cache-Code Autoupdater 05f2117b8f Update Scripts to 2020-01-23-rev182
Updated script does not assemble CommandScript.rs2asm
2020-01-23 04:37:15 -07:00
RuneLite Cache-Code Autoupdater 342d36d014 Update Item variations to 2020-01-23-rev182 2020-01-23 11:33:08 +00:00
Twiglet1022 8f5b45ddbe clientui: forcibly bring client to front on Windows on request focus 2020-01-22 20:54:42 -05:00
Adam f6640844b5 Use wiki scraped npcs for npc healths 2020-01-22 09:18:29 -05:00
melkypieandAdam 1549e38fa7 clanchat: add ability to recolor ignored players
Adds the ability to configure whether or not to mark ignored players inside clanchat with a chosen color

Co-Authored-By: Adam <adam@sigterm.info>
2020-01-20 21:29:25 -05:00
Alex Germann ed86df8539 menu swapper: add Brimhaven cart to Travel option 2020-01-20 16:21:42 -05:00
Adam eb9012623c Merge pull request #10609 from Bram91/master
Fix typo in 'Swap Bank Op' description
2020-01-20 15:56:08 -05:00
Matt Capone 10e5a1f181 chatcommands: add CoX pb tracking 2020-01-20 15:42:36 -05:00
Wessel Radstok 9a9df86e85 Add reanimated monsters to npc_health.json 2020-01-20 11:50:19 -05:00
Runelite auto updater d49388b5b7 Bump for 1.6.4-SNAPSHOT 2020-01-20 01:27:14 +00:00
Runelite auto updater 7328db2470 Release 1.6.3 2020-01-20 01:27:04 +00:00
Adam 97b4f0d56f loot tracker: store aggregated drops
This modifies both the service and the client plugin to no longer store
loot per-kill, with the exception of the current sessions kill log. The
amount of loot data returned now from the service defaults to the last
1024 unique events
2020-01-18 21:56:56 -05:00
Gamma91 9e7705e617 Fix typo in 'Swap Bank Op' description 2020-01-17 09:03:33 +01:00
Runelite auto updater bb6ac3a2be Bump for 1.6.3-SNAPSHOT 2020-01-16 12:21:04 +00:00