Commit Graph
10932 Commits
Author SHA1 Message Date
Adam e9c252e227 chat channel: fix join/leave world hop detection
The ChatPlayers do not implement equals or hashCode, making them
unsuitable as a hashmap key. Instead just use a linked list and compare
the members using the comparable interface.
2021-08-21 15:41:53 -04:00
Adam d0714b5016 api: add type parameter to Comparable 2021-08-21 15:26:12 -04:00
TheStonedTurtle 60d135c7dd CrypticClue: Fix hosidius fruit store crates highlighting (#14051) 2021-08-21 15:35:10 +00:00
Max Weber aab1ca31dc rl-api: expose actor pose anim source setters 2021-08-19 22:09:45 -06:00
Runelite auto updater d530400238 Bump for 1.7.21-SNAPSHOT 2021-08-19 18:05:56 +00:00
Runelite auto updater 196bdcd4e5 Release 1.7.20 2021-08-19 18:05:51 +00:00
Jordan 86cbf9b42b Merge pull request #14039 from Hydrox6/roofs-fixes 2021-08-19 07:37:28 +00:00
Jordan Atwood 5df5abd50d clues: Support combat achievement slayer helms 2021-08-18 19:58:04 -04:00
Jordan Atwood 42d27d6786 slayer: Support combat achievement slayer helms 2021-08-18 19:58:04 -04:00
Jordan Atwood 1d870b3308 ItemMapping: Add combat achievement rewards variations 2021-08-18 19:58:04 -04:00
Hydrox6 53e092967e roof removal: fix ardougne castle 1st floor 2021-08-18 23:59:47 +01:00
Max Weber 3422136e5b rl-client/ImageCapture: use RSProfileType for screenshot naming 2021-08-18 18:33:56 -04:00
Max Weber 9ea0f9f9e5 rl-client/RSProfileType: add DMM Reborn 2021-08-18 18:33:56 -04:00
Jordan 357597cd96 Merge pull request #14020 from TheStonedTurtle/gaunt 2021-08-18 22:33:17 +00:00
Jordan cf2d9dacfa Merge pull request #13907 from Hydrox6/clues-fakes
clues: remove non-existent clues
2021-08-18 22:26:54 +00:00
Jordan ae86a61e9e Merge pull request #14031 from Hydrox6/roofs-fixes 2021-08-18 18:59:00 +00:00
Hydrox6 7c2e360d96 roof removal: add overrides for waterbirth island dungeon 2021-08-18 11:54:39 -07:00
Hydrox6 aafd1ff2b7 roof removal: add overrides for fossil island underwater 2021-08-18 11:54:38 -07:00
Hydrox6 2709f6716e roof removal: add overrides for the temple of light
This place never really needed roof stuff to begin with, to be honest
2021-08-18 11:54:38 -07:00
Hydrox6 4ce20a6fc8 roof removal: add overrides for dorgesh-kaan
This is one of those places that will never properly work with roof
removal due to how the map was made
2021-08-18 11:54:38 -07:00
Hydrox6 cb7a0cb14f roof removal: add overrides for the boat next to morytania's farm 2021-08-18 11:54:37 -07:00
Hydrox6 bb5f412be2 roof removal: fix roof collisions at ranging guild 2021-08-18 11:54:37 -07:00
Hydrox6 5f7bf460c8 roof removal: add overrides for entrana's boat 2021-08-18 11:54:37 -07:00
Hydrox6 620c424cc4 roof removal: add overrides for port sarim's boats 2021-08-18 11:54:36 -07:00
Adam 541e20c592 clientui: fix restoring sidepanel when expanding sidebar
Closing and opening the sidebar when the side panel is collapsed
currently expands the side panel to the most recently opened panel,
even if it was collapsed at the time the sidebar was closed, and also
incorrectly doesn't set the nav button as selected.

This changes the behavior of expanding the sidebar to not open the side
panel if it was not opened at the time the sidebar was closed.
2021-08-17 16:02:55 -04:00
Adam b0b41a612a clientloader: fix loading classes in packages 2021-08-17 15:50:34 -04:00
Hydrox6 f8b74eacd5 roof removal: add overrides for redwoods 2021-08-17 10:09:46 +01:00
Jordan 4d77f6cdfb banktags: Fix bank scroll height with separators hidden (#13723)
Prior to this change, an extra row of empty space was added to tag tabs
with items reaching the end of a row (ie. multiples of 8) which led to
scroll behavior not matching vanilla for tabs with enough items to
require scrolling. This change fixes this behavior to add extra scroll
height only when a new row is started.

In addition to the 36 pixels of height allotted to each bank item row,
an additional 4 pixels of height exists at the bottom of the bank item
container. This change ensures that a bank tag scrolled to the bottom
will have its items displaying at the exact same y values as that of a
normal bank tab.
2021-08-16 11:04:20 -04:00
Cyborger1 bd762cc0da text: don't remove double spaces in toJagexName 2021-08-16 10:40:05 -04:00
Adam 06b6f845e8 config manager: fsync temp config file 2021-08-14 11:31:22 -04:00
Adam 8fa085f4f9 ping: add macos support for icmp ping 2021-08-13 18:01:12 -04:00
TheStonedTurtle c2f2fdc314 itemstats: Add Corrupted Paddlefish 2021-08-13 12:09:06 -07:00
Adam 36f97aa412 woodcutting: remove respawn timers from construction trees 2021-08-12 16:01:41 -04:00
Hydrox6 218d930813 clues: remove non-existent clues 2021-08-12 09:57:17 +01:00
Adam 33ff3a2749 npc indicators: add fill color config 2021-08-11 19:30:07 -04:00
Vetricci 152077b286 skillcalculator: Add new amethyst items (#13890) 2021-08-11 23:29:55 +00:00
Jordan 93b4faff81 Merge pull request #14003 from Vetricci/roof-removal-prif-overrides
roof removal: add overrides for Prifddinas
2021-08-11 23:19:39 +00:00
Vetricci 859b0f110e roof removal: add overrides for Prifddinas 2021-08-08 21:52:54 -05:00
Adam a595673974 widget overlay: lower priority of oxygen and hp interfaces
The client attempts to force these to always be below the xp tracker,
and having them at an equal priority can cause our overlay renderer to
fight it by laying out them above the xp tracker
2021-08-08 21:18:20 -04:00
Adam 795c0e4a07 widget overlay: rebuild overlay layers when xp tracker moves
The overlay layers are sorted by position and then by priority, so
changing the position without rebuilding them is incorrect.
2021-08-08 21:17:47 -04:00
Adam a8e745ac62 interact highlight: set overlay priority to high
This is to place it above npc indicators
2021-08-08 13:45:36 -04:00
Adam c68bf31f6b redis pool: don't reuse broken jedis instances 2021-08-08 11:39:53 -04:00
Adam c7b444d892 slayer plugin: use npchiglight for task highlights 2021-08-08 11:37:35 -04:00
BenMortensenTTS a3350a61c8 loot tracker: add rogues' chest 2021-08-07 13:44:12 -04:00
JoshS 24932cc9fc skill calc: add Magic Essence Potion 2021-08-07 11:39:22 -04:00
Max Weber b23a310832 itemstats: remove quest field
this has always been unused and isn't particularly useful to us anyway
2021-08-06 00:20:28 -06:00
Adam 0a86fe35af widgetoverlay: support detached overlays
This adds support for moving the wilderness icon layer, which is not in
an area near a snap corner. With no preferred location set the overlay
adjusts its bounds to the widget bounds and will not adjust the widget
position.
2021-08-05 11:39:40 -04:00
Adam 912a68effa http service: add pets list length check
0 length lists cause a redis exception from sadd, which I think is not being handled correctly by jedis and leaking the error into further commands
2021-08-04 17:19:49 -04:00
Steven L 92e85d5db0 clues: Add Wizards' Tower fairy ring code to cryptic clue (#13977) 2021-08-04 18:08:06 +00:00
Adamandjsuarez5341 87b8fe0c87 antidrag: enable in pvp
This feature is enabled in the steam client

Co-authored-by: jsuarez5341 <sealsuarez@gmail.com>
2021-08-04 11:37:52 -04:00