Commit Graph
8648 Commits
Author SHA1 Message Date
Adam 9cf95ef324 http-service: increase ge history retention to 90 days 2020-02-11 17:30:21 -05:00
Adam 8137fd87c2 loot tracker: filter by type in details view 2020-02-10 18:27:01 -05:00
Adam 63e537e0e0 loot tracker: store and match events by type 2020-02-10 18:27:01 -05:00
AdamandDaniel Cimento 4d5857214e loot tracker: add pickpocket events
Co-authored-by: Daniel Cimento <daniel.cimento@mail.mcgill.ca>
2020-02-10 18:27:01 -05:00
Abex acfbf24e07 Merge pull request #10565 from Trevor159/script-events
Add script fired events and add script inspector devtool
2020-02-10 04:17:00 -07:00
Adam 04216368f5 Merge pull request #10707 from abextm/startplugin-edt
PluginManager: require start/stop to be invoked on the EDT
2020-02-09 19:56:20 -05:00
Adam 538f901d6e Merge pull request #10751 from mkowen1/feature/add_potions_item_id
item identification: Add hunter, fishing, agility, and guthix balance potions
2020-02-09 19:52:47 -05:00
AdamandHexagon e806e1bc41 loot manager: add support for nightmare
Co-authored-by: Hexagon <hexagon@fking.work>
2020-02-09 19:42:56 -05:00
ralphmtk e06fa3ba72 timers: correct dfs spec cooldown time 2020-02-09 18:24:07 -05:00
Adam d3740d302a clue plugin: add reset overlay option 2020-02-09 18:19:23 -05:00
Adam e4440e57a8 Merge pull request #10727 from Nightfirecat/searchable-fake-plugins
ConfigPlugin: Expand RuneLite plugin tags
2020-02-09 17:34:24 -05:00
Rob Mckennie 99e26aa174 npcunaggroarea: add notification for timer expiration 2020-02-09 10:41:15 -05:00
Noah Haig 30171938e9 clues: add description to Prif elite coord clue 2020-02-09 10:10:47 -05:00
Max Weber 089a793ba0 PluginManager: require start/stop to be invoked on the EDT
The current way of invoking it on the executor would let the client have
a start and a stop for a plugin sitting in the executor's queue, making
it toggle endlessly. This only was because we were using invokeAndWait
in startPlugin, which can't be invoked on the EDT because it would
deadlock with itself.
2020-02-09 05:20:47 -07:00
Abex 7c6de858c3 Merge pull request #10715 from abextm/multiline-pluginhub
PluginHubPanel: Limit height of description to 2 lines, enable word wrap
2020-02-09 05:20:30 -07:00
Max Weber b05fe5b68f PluginHubPanel: Limit height of description to 2 lines, enable word wrap 2020-02-09 05:11:26 -07:00
Max Weber 9a5337db3c runelite-client: typecheck configs extend Config 2020-02-09 04:14:57 -07:00
Abex ffb0c997e9 Merge pull request #10756 from Owain94/xpupdaterconfig
xpupdater: Fix config not showing
2020-02-09 04:01:44 -07:00
Owain van Brakel 8c009aeeac xpupdater: Fix config not showing 2020-02-09 11:42:40 +01:00
Jordan AtwoodandLucas 45c5df3379 timers plugin: Improve imbued heart detection
As is the case with other graphics-based timers, the imbued heart timer
will not fire if enough other graphics animations are triggered (such as
those created when fighting the Dagannoth Kings). To add this timer more
reliably, this commit will add the timer when a Magic stat boost occurs
which is large enough that it can only be triggered by the heart.

Because the heart's boost scales with the player's level, it gives an
equal boost to the Magic essence and Magic potion boosts, depending on
the base magic level. To account for this, it will only be applied if
the user's base magic level is high enough to assuredly identify that a
potion was not used to trigger the boost.

Fixes runelite/runelite#3516

Co-authored-by: Lucas <lws.ned1260@gmail.com>
2020-02-08 18:57:22 -05:00
Ryan HandAdam 1a9efe885e customcursor: support providing custom cursor images
Co-authored-by: Adam <Adam@sigterm.info>
2020-02-08 18:56:32 -05:00
Adam 5bbd3fa30c Merge pull request #10717 from Nightfirecat/fix-hot-cold-same-temperature-narrowing
HotColdSolver: Add same-temperature solution narrowing
2020-02-08 18:11:03 -05:00
leopluerodon 8556a86333 Add twisted slayer helmet to item mappings and slayer plugin 2020-02-08 17:24:40 -05:00
Adam ef53f52ecd Merge pull request #10004 from raiyni/stack-stones
Add ability to always stack resizable stones
2020-02-08 17:17:58 -05:00
Adam 008607da32 Merge pull request #10679 from Nightfirecat/center-more-hot-cold-clue-locations
HotColdLocation: Center some location spots
2020-02-08 15:15:47 -05:00
mkowen1 5c88c96594 item id: reformat extraneous spaces 2020-02-08 13:50:44 -06:00
mkowen1 901c9723de item id: add hunter, agility, fishing, and guthix balance potions 2020-02-08 13:47:04 -06:00
Adam 34f94e973c opponentinfo: add opponent's opponent for npcs
Upon closer inspection it was realized this is allowed for NPCs
2020-02-08 14:23:24 -05:00
c00559ee5c clue plugin: add light requirements to clues
This commit adds a warning message to the clue scroll overlay when a
player has a clue requiring a light source and does not have a light
source equipped or in their inventory. It adds logic to check for the
status of fire pits in areas which would remain permanently lit that
way.

Closes runelite/runelite#9626

Co-authored-by: David <Davidlomath@hotmail.co.uk>
Co-authored-by: Jordan Atwood <jordan.atwood423@gmail.com>
Co-authored-by: Adam <Adam@sigterm.info>
2020-02-07 13:54:15 -05:00
Adam 7e0c935e04 clue plugin: add clue dev command 2020-02-07 13:54:15 -05:00
15987632 31aa207bb1 devtools: add script inspector 2020-02-07 13:35:16 -05:00
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
Adam 77694d65bc api: add both normal and dragging bounds to widgetitem 2020-02-07 10:41:39 -05:00
Paveldin eed403988c skill calc: add Spice Rack 2020-02-07 09:27:41 -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
RuneLite Cache-Code Autoupdater d0ed335eb8 Update NPC IDs to 2020-02-06-rev182 2020-02-06 11:33:17 +00:00
RuneLite Cache-Code Autoupdater 93c0b715a0 Update Object IDs to 2020-02-06-rev182 2020-02-06 11:33:17 +00:00
RuneLite Cache-Code Autoupdater 7fc0c4763c Update Item variations to 2020-02-06-rev182 2020-02-06 11:33:17 +00:00
RuneLite Cache-Code Autoupdater 091346183b Update Item IDs to 2020-02-06-rev182 2020-02-06 11:33:16 +00:00
Adam 9552b542be Merge pull request #10687 from raiyni/lms-info
widgetid: fix LMS INFO
2020-02-05 19:54: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
Jordan Atwood 13e69f8317 ConfigPlugin: Expand RuneLite plugin tags
This commit adds a number of related tags to the RuneLite configuration
in order to make it more easily discoverable as many users are not able
to find the settings it contains via search.

Closes runelite/runelite#8491
2020-02-03 22:39:24 -08: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
Ron Young 88c2736e8b interfacestyles: add ability to always stack resizable stones 2020-02-03 09:51:32 -06:00
Adam 9a103f8ccd widget item: clip overlay to parent bounds 2020-02-02 20:39:55 -05:00
Jordan Atwood 73d37c061b HotColdSolver: Add same-temperature solution narrowing
The hot-cold solver previously was unable to perform narrowing if given
a temperature change of "SAME", leading to less-than-optimal results
when a number of otherwise-possible solutions could be removed from the
possible results by inferring that since they would have yielded a
"COLDER" or "WARMER" temperature change. This commit removes possible
solutions which are absolutely closer or farther from the previous
tested location.

One pre-exisitng test needed to be updated to pass with this change, as
it expected results to be narrowed more slowly than they now are. In
addition, a minimal test case with only two starting locations has been
added to demonstrate this change is working correctly.
2020-02-02 15:46:50 -08:00
Adam 8c5197c6fe cache: update sequence definition 2020-02-02 17:48:17 -05:00