Commit Graph
14580 Commits
Author SHA1 Message Date
Owain van Brakel f7a055fa5a Merge remote-tracking branch 'runelite/master' 2020-08-11 01:16:03 +02:00
melkypie c2026f5516 chatcommands: make cox pb account for 11-15 and 16-23 team sizes 2020-08-10 18:30:20 -04:00
Adam 6998931f84 menu swapper: update jewellery box clan wars swap to ferox enclave 2020-08-10 11:12:04 -04:00
leejtandAdam 18087ca9cc loot tracker: add metadata field to loot record
This is for tracking miscellaneous data with the loot records, such as
npc id and skill levels, for the wiki drop log project.

Co-authored-by: Adam <Adam@sigterm.info>
2020-08-07 18:50:18 -04:00
leejt 7affadcf50 loot tracker: track grubby, stone, Dorgesh-Kaan and HAM chests
The Dorgesh-Kaan tracking could be done better (there are actually 4 distinct drop tables) but it's hard to do this without significantly complicating the code.
2020-08-07 13:03:41 -04:00
Jordan Atwood b16b3a8017 slayer: Fix slaughter bracelet proc text
After the 2020-08-06 game update[1] the Bracelet of slaughter gives a
slightly different text than before. This commit updates the slayer
plugin to identify that new text.

[1]: https://secure.runescape.com/m=news/pvp-changes?oldschool=1
2020-08-07 12:35:51 -04:00
Meeran a57721b41a ItemMapping: Add Ring of endurance 2020-08-07 00:43:18 -07:00
Meeran 4fbe77096c ItemMapping: Add Bryophyta's staff (#12286) 2020-08-07 07:41:34 +00:00
Erik Humphrey ae509dc42e clues: Fix 'Headbang at the exam centre' clue text (#12297) 2020-08-06 21:50:34 +00:00
Runelite auto updater 7d94e5b839 Bump for 1.6.25-SNAPSHOT 2020-08-06 11:26:05 +00:00
Runelite auto updater abf6600241 Release 1.6.24 2020-08-06 11:25:56 +00:00
RuneLite Cache-Code Autoupdater ba065ac529 Update Widget IDs to 2020-08-06-rev190 2020-08-06 05:04:04 -06:00
RuneLite Cache-Code Autoupdater 22af685f84 Update Object IDs to 2020-08-06-rev190 2020-08-06 10:32:41 +00:00
RuneLite Cache-Code Autoupdater e4a29e7d69 Update Item IDs to 2020-08-06-rev190 2020-08-06 10:32:40 +00:00
LazyScaper 1e0800cea7 worldmap: Fix Misthalin mystery quest icon position (#12273) 2020-08-06 07:39:48 +00:00
SirGirion 301156678e loottracker: Add bird nest loot tracking (#12237) 2020-08-06 07:38:21 +00:00
Chris JanusiewiczandAdam 0e4ef402e1 nmz plugin: add option to send overload notification prior to expire
Co-authored-by: Adam <Adam@sigterm.info>
2020-08-05 22:38:02 -04:00
Jordan Atwood 73b73a84c5 HotColdLocation: Center some location spots
Center some hot-cold locations as reported and verified from the mega
issue.

Ref: runelite/runelite#9601
2020-08-04 21:07:34 -07:00
Jonathan Charles e129230416 menu swapper: add Advisor Ghrim collect swap 2020-08-04 12:55:17 -04:00
Kyle 68a72419c2 Merge pull request #2766 from Dyldozer/master
LootManager: Nightmare Fix
2020-08-04 10:47:20 +01:00
Dylan white 6e146b2f41 removed unused import 2020-08-04 00:53:19 -05:00
Dylan white 399562d110 Fixes nightmare loot tracking 2020-08-04 00:48:32 -05:00
Dylan white fae4183c2e Fixes nightmare loot tracking 2020-08-04 00:47:35 -05:00
JZomerlei 53cba270b1 achivement dairy plugin: Add satisfiesRequirement to Requirement (#12265)
Add satisfiesRequirement to Requirement interface that all other requirements implement Instead of using instanceOf to see if each requirement is satisfied.
2020-08-03 22:07:21 +02:00
Adam e53e33d6fb mouse highlight: fix interface tooltips option
Use the menu type instead of assuming if the param1 is a valid widget
then the menu is for a widget. The params are free form data which is
specific to the menu type, so it is possible for it to unintentionally be
a valid widget id even when it is something else.
2020-08-03 15:29:50 -04:00
Broooklyn e885cef942 agility: Fix prif portal highlighting
Previously they would be highlighted with graphics.setColor(configColor) when config.highlightPortals was set to false.
2020-08-03 11:42:30 +02:00
Adamandwhile-loop 9fef3ad47d inventory-grid: show grid when viewing bank
Co-authored-by: while-loop <cvballa3g0@gmail.com>
2020-08-02 13:22:23 -04:00
Tyler Bochard 2dab73417f Merge pull request #2764 from open-osrs/remaining-widget-shifts
rl-api: fix the rest of the incorrect equip-your-char widgets
2020-08-01 19:24:13 -04:00
Tyler Bochard c460b046dc Merge pull request #2745 from Lucwousin/deob-annot
Deob/asm: Improve cfg deob, reproducible jars, smart annotations
2020-08-01 19:23:04 -04:00
TheRealNull 95ee9e70cf rl-api: fix the rest of the incorrect equip-your-char widgets 2020-08-01 18:03:28 -04:00
Tyler Bochard 5a017ccc89 Merge pull request #2763 from open-osrs/its-not-really-an-option
rl-config: adjust warning dialogs
2020-08-01 17:46:22 -04:00
TheRealNull c662ddde41 rl-config: adjust warning dialogs to be acknowledged rather than wait for input 2020-08-01 17:36:40 -04:00
Tyler Bochard 0cf26cc5fb Merge pull request #2762 from open-osrs/api-equipment-stats
rl-api: fix stat bonus widgets
2020-08-01 17:07:52 -04:00
TheRealNull 9431fb9b76 rl-api: fix stat bonus widgets 2020-08-01 17:01:50 -04:00
Kyle 2002feee27 Merge pull request #2761 from open-osrs/GRADLE-DEPS-UPDATE-6083ed9
project: Update gradle dependencies
2020-08-01 03:04:21 +01:00
OpenOSRS 0d84967b88 project: Update gradle dependencies 2020-08-01 00:03:56 +00:00
Kyle 6083ed9179 Merge pull request #2758 from tomcylke/keycodes
api: add missing keycodes
2020-07-31 09:54:27 +01:00
Thomas Cylke b75ac53ce5 api: add missing keycodes 2020-07-31 04:16:07 -04:00
ThatGamerBlue 88dd087d47 Merge pull request #2757 from ThatGamerBlue/lol_i_am_a_shit_programmer
mixins: i have a room temperature iq
2020-07-31 01:23:42 +01:00
ThatGamerBlue 5e1f29c50c ... 2020-07-31 01:18:36 +01:00
Lucwousin 792a8f12d4 Merge pull request #2756 from open-osrs/GRADLE-DEPS-UPDATE-6fdf5d5
project: Update gradle dependencies
2020-07-30 21:11:31 +02:00
Broooklyn df21c1f6f9 discord: Add castle wars underground region ID (#12075) 2020-07-30 06:45:51 +00:00
XrioBtw 5a400059f6 PrayerType: Fix BURST_OF_STRENGTH description typo (#12138) 2020-07-30 06:44:36 +00:00
Jordan ce9ff67154 Merge pull request #12072 from Broooklyn/gwd-obstacles 2020-07-29 23:12:22 -07:00
OneProGoober 407ec54d70 emoji: Add XD and pleading emojis (#12203) 2020-07-30 06:08:33 +00:00
Broooklyn d8b4337393 cannon: Add Meiyerditch Laboratory Bloodveld cannon spot (#12078) 2020-07-30 06:03:59 +00:00
Jordan b3f98757be Merge pull request #12213 from MarbleTurtle/EmoteClues
EmoteClue: Update location of clues from Digsite to Exam Centre
2020-07-29 22:56:57 -07:00
LA 40f032bede screenshot: Capture Barbarian Assault high gamble screenshots (#12071) 2020-07-30 05:39:22 +00:00
Arman Rafian 04648664ad agility: Improve laps per hour calculation accuracy (#12246)
The agility plugin previously calculated the average laps/hr rate based
on the speed of the last 10 completed laps. Since this number was too
low, it regularly resulted in an inaccurate estimate. Increasing this
cache of previous lap speed to 30 yields a good trade-off between
accuracy over a long period of time and responsiveness to laps with
outlier completion times.
2020-07-30 03:54:02 +00:00
OpenOSRS 7844a8761e project: Update gradle dependencies 2020-07-30 00:03:57 +00:00