Commit Graph
6586 Commits
Author SHA1 Message Date
Runelite auto updater 0b3abecbc8 Bump for 1.6.20-SNAPSHOT 2020-06-12 15:50:43 +00:00
Runelite auto updater 74b0e7b27d Release 1.6.19 2020-06-12 15:50:33 +00:00
Hydrox6 d0a9857aa9 clues: update location for Castle Drakan emote clue and STASH 2020-06-12 10:57:29 -04:00
RuneLite Cache-Code Autoupdater 0ed237b7fe Update Item variations to 2020-06-12-rev182 2020-06-12 09:32:33 +00:00
Abex bb2c5102a2 Merge pull request #11882 from Broooklyn/runecraftConfig
RunecraftConfig: Add config section for `Show Blood Rift`
2020-06-12 00:47:55 -06:00
Broooklyn bca85099c5 RunecraftConfig: Add config section for Show Blood Rift 2020-06-12 02:40:45 -04:00
Adam 233d3d0375 attack styles: fix npe when config values are unset 2020-06-11 22:22:41 -04:00
MarbleTurtle a37da4bc7a CrypticClue: Improve various clue hints (#11852) 2020-06-11 07:08:12 +00:00
Blackberry0Pie 9a7881377c raids: Add "cox" to plugin tags (#11873) 2020-06-10 19:48:34 +00:00
Su-Shing Chen 15d06d8406 xptracker: Add drag and drop reordering for tracker panel bars (#4118)
This commit implements a custom component which extends JLayeredPane,
allowing reordering child components via drag and drop. This requires
its children components to forward the necessary MouseEvents.
2020-06-10 19:06:03 +00:00
Jordan Atwood b6204d0a44 ConfigPanel: Fix checkstyle violation 2020-06-10 10:53:03 -07:00
Adam 7b5c483c3c config panel: add option to reset individual config options 2020-06-10 12:52:47 -04:00
Adam c196cdb430 loottrackerpanel: use setComponentZOrder instead of remove+add 2020-06-10 12:49:46 -04:00
Broooklyn 243c48bdbf agility plugin: highlight platforms and stairs in Sepulchre 2020-06-10 12:41:25 -04:00
Adam 3050bd7ca9 agility plugin: highlight Sepulchre arrows and swords 2020-06-10 12:28:56 -04:00
Hydrox 248179a82c gpu: fix major visual glitches on linux (#11389)
Putting this if statement behind `localId < size` causes major visual
glitches with the Mesa graphics driver on AMD cards. We think this is a compiler bug as this change shouldn't be affecting anything.
2020-06-09 23:36:00 -04:00
Max Weber 5ac99a54a1 rl-api/Widget: export animation and sprite tiling 2020-06-09 19:33:25 -06:00
Nathan Leba 2492857fba worldhopper: Fix unfavorite removing all favorited worlds (#11739) 2020-06-09 19:49:03 +00:00
emerald000 db46662b1d worldmap: Fix Asgarnian Ice Dungeon spelling (#11864) 2020-06-09 19:39:49 +00:00
Jordan Atwood 4b4720751c infoboxmanager: Test infoboxes with same plugin and priority
See: 406c2bc7db
2020-06-09 12:51:01 -04:00
Jordan 50ca13f031 Merge pull request #11612 from TheStonedTurtle/sanfew 2020-06-09 00:45:44 -07:00
Broooklyn bd116e99e6 chatnotifications: Add notification for broadcast messages 2020-06-08 18:22:53 -04:00
Broooklyn 3379494a67 util: Add removeFormattingTags text function 2020-06-08 18:22:53 -04:00
Broooklyn 48e62c66ae agility plugin: add reset option to overlay 2020-06-08 18:08:47 -04:00
Broooklyn 221c89c7b2 poh: Add portal icons for Arceuus teleports 2020-06-08 18:07:42 -04:00
melkypieandKoekkruimels db3b32c093 timetracking: add farming contract functionality
Co-authored-by: Koekkruimels <lifeinvader-dev@outlook.com>
2020-06-08 18:02:04 -04:00
Adam d7f55bbef6 slayer plugin: fix points and streak being forgotten when restarted with no task 2020-06-08 17:57:41 -04:00
TheStonedTurtle 6c2d823b70 item stats overlay: limit bank widgets to item container 2020-06-08 16:24:27 -04:00
Damen c40db2f812 loot tracker: fix cox loot being double-counted after region load
It is possible to hit region loads in cox after checking the chest once, so additionally check we are no longer in an instance.
2020-06-08 16:23:20 -04:00
Hydrox6 5048058422 menu entry swapper: split hardwood grove into 2 options
The option was the only one that could fit into more than one section
2020-06-08 14:14:41 -04:00
Hydrox6 40f17648b4 add sections to various configs 2020-06-08 14:14:41 -04:00
Hydrox6 30681d8935 config: add support for sections 2020-06-08 14:14:41 -04:00
Adam Blaida 37e8928a1d Update lumbridge guide's position for anagram clue 2020-06-08 13:45:25 +02:00
Jordan 7270f47e13 Merge pull request #11831 from Hydrox6/clues-sherlock-ranging-mix
clues: update ranging mix sherlock master challenge
2020-06-06 10:00:14 -07:00
Max Weber b63466694f IconTextField: fire clear listener after text has been cleared
This would put the ge search panel into an invalid state where it could
no longer be interacted with
2020-06-06 12:42:52 -04:00
Adam a1122ba141 ge: fix computing bought/sold amount
Use the total spent price instead of the delta spent price, as it is
being divided by the total quantity
2020-06-06 10:35:20 -04:00
Hydrox6 04263990cc clues: update ranging mix sherlock master challenge 2020-06-06 12:59:02 +01:00
cyantheum dfce3bd7fc motherlode: Fix vein overlay not displaying on upper level (#11796)
When standing on the tile south of Mercy, the player's height is -498,
just barely under the previous defined height of the upper floor.
2020-06-06 07:02:45 +00:00
Jacob LindelofandJordan cc2ed2311b antidrag: Add option to use CTRL to disable delay
This allows users who enable the plugin to temporarily allow item
dragging to reorganize their inventory without fully toggling the plugin
off and on again.

Co-authored-by: Jordan <nightfirecat@protonmail.com>
2020-06-05 19:53:05 -07:00
Adam bda66e8da4 npc indicators: add option to highlight dead npc menu entries 2020-06-04 23:15:49 -04:00
Adam af7c833695 npc indicators: rename highlight dead npcs to ignore dead npcs 2020-06-04 22:39:21 -04:00
Adam e8b464f217 Revert "clanchat: Add player name to kick message (#11555)"
This reverts commit 41a041972a.

This evidently is intentionally left out of vanilla due to concerns over
triggering auto mutes due to kicking players with bad names.
https://twitter.com/JagexAsh/status/1268620095569289226
2020-06-04 19:32:15 -04:00
Adam 473ab8eae2 client: remove unnecessary annotation-providing dependencies from runtime classpath 2020-06-04 14:56:47 -04:00
Adam a45d208eb6 ge plugin: ignore offers being cleared on logout 2020-06-04 14:56:07 -04:00
Runelite auto updater b9e660a939 Bump for 1.6.19-SNAPSHOT 2020-06-04 14:44:46 +00:00
Runelite auto updater 9de4189632 Release 1.6.18 2020-06-04 14:44:35 +00:00
Abex 7c00340870 Merge pull request #11807 from melkypie/darkmeyer-update
Include multiple things from darkmeyer update
2020-06-04 08:22:20 -06:00
melkypie 4a875fd9de worldmap: add hallowed sepulchre to minigames 2020-06-04 17:20:07 +03:00
Adam 2dd6fa41e9 ge: include both delta qty and qty 2020-06-04 10:14:01 -04:00
melkypie 656db84e07 itemmappings: map blood fury to amulet of fury 2020-06-04 17:12:30 +03:00