Commit Graph
5294 Commits
Author SHA1 Message Date
Adam 9894480b02 Merge pull request #10701 from abextm/loottracker-aggregate-opt
Optimize loottracker UI
2020-02-07 13:09:48 -05:00
Alex Germann 94b44b2485 Update General Bentnoze clue step solution 2020-02-07 12:59:54 -05:00
JBerben aa21ad0675 antidrag: support bank interface 2020-02-07 12:56:48 -05:00
Adam cda92a18dc inventory grid: don't drag grid square when dragging items 2020-02-07 10:41:40 -05:00
AdamandAlexsuperfly 553e568629 client: create combined cml/templeosrs xp updater plugin
This removes the old CML plugin which is now no longer needed

Co-authored-by: Alexsuperfly <alexcsumner@gmail.com>
2020-02-07 08:40:26 -05: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
Max Weber aa85eb6a6e loottracker: Handle rollover/select icons correctly 2020-01-31 16:33:07 -07:00
Max Weber a5f5fe6940 loottracker: Optimize panel rebuild
Removing components in swing can be incredibly slow under serveral
circumstances. This adds a special removeAll that can take less
time in some cases
2020-01-31 16:33:07 -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
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
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
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
Max Weber 3168a19fb9 poh: Add new portal nexus ids 2020-01-16 04:50:22 -07:00
Rami-J 2fb75b8b16 menu swapper: add shift click swap for npc contact 2020-01-15 09:05:34 -05:00
Adam 4845560cb8 menu swapper: add bank extra op swap 2020-01-14 20:07:32 -05:00
Adam 1257b327a3 api: rename menuaction cc ops 2020-01-14 18:25:15 -05:00
Adam 83a1a9e778 Merge pull request #10530 from Alexsuperfly/grounditems-my-dropped-loot
grounditems: show your dropped items with onlyShowLoot active
2020-01-13 20:00:56 -05:00
15987632 56f2829640 world hopper plugin: make world pings persist across world fetches 2020-01-11 14:28:08 -05:00