Commit Graph
11281 Commits
Author SHA1 Message Date
Jordan 1b49afa56b Merge pull request #14019 from superiorser9/notification-screenshot
ScreenshotPlugin: support collection log popup
2021-09-21 07:34:24 +00:00
superiorser9 8345f6c7bd screenshot: Capture collection log popup notifications 2021-09-21 00:28:13 -07:00
Christian Bullandchristianbull-maxx c5d4c757f1 agility shortcut: include grapple rocks in observatory shortcut
Co-authored-by: christianbull-maxx <christian.bull@maxxpotential.com>
2021-09-19 16:44:08 -04:00
Adam fc183c13af xp tracker overlay: treat counter=off progressbar=off as hidden
If the xptracker is shown, but both counter and progress bar set to off, the xp tracker layer is not actually hidden but only has hidden children. This causes the overlay renderer to layout things around the invisible xptracker. Avoid this by checking the vars for the xptracker to see if it is hidden or not.
2021-09-19 15:44:49 -04:00
Jordan Atwood 763db213a2 skybox: Show surface color while in Prifddinas 2021-09-19 15:10:12 -04:00
Jordan Atwood d27f5f9a76 api: Add getMirrorPoint to WorldPoint API 2021-09-19 15:10:12 -04:00
Jordan Atwood 847c44c44c status bars: Clean up rendering code 2021-09-16 15:35:49 -07:00
Jordan Atwood 3c009c8f54 status bars: Fix left bar Y offset
Due to an apparent typo, the wrong value was being referenced for the
left bar's Y offset specifically for the resizable viewport with bottom
line interfaces. This commit fixes this reference and the associated
value.
2021-09-16 15:35:49 -07:00
Adam df231d1ff9 xtea: skip unknown map regions
The client will include keys 0,0,0,0 for unknown map regions, which should just be skipped over instead of failing the entire request
2021-09-16 17:12:49 -04:00
Jordan b7e1496bff Merge pull request #14115 from Hydrox6/cannon-not-mine
cannon: update cannon location when interacting with the player's cannon
2021-09-15 05:27:44 +00:00
Jordan 3505106319 Merge pull request #12511 from Nightfirecat/support-treasure-chest-inventory-overlays 2021-09-15 04:40:38 +00:00
Jordan Atwood b1d5fa32a4 client: Support POH treasure chest inventory overlays 2021-09-14 21:34:35 -07:00
Jordan Atwood 006fd8c864 widgets: Add POH treasure chest widget IDs 2021-09-14 21:34:29 -07:00
Hydrox6 4f7d840754 cannon: update cannon location when interacting with the player's cannon
When interacting with another player's cannon, a completely different
message is returned. Using this, if we ever get a normal cannon message
after clicking on a cannon, we can be 100% certain that it is ours.
2021-09-15 01:06:37 +01:00
Jordan 59c3dcd291 Merge pull request #14125 from TalSk/jormungand-cannon-spot 2021-09-14 21:26:08 +00:00
Tal Skverer d8c451a55d cannon: Increase max distance for cannon overlays 2021-09-14 14:20:56 -07:00
Tal Skverer d056a02508 cannon: Add Dagganoth spots in Jormungand prison 2021-09-14 14:20:06 -07:00
Adam 4e0211b490 ground markers: add fill opacity config 2021-09-14 11:40:57 -04:00
Max Weber 639765d8e8 config: clarify plugin conflict list
people thought that `Conflicts with GPU` meant that their hardware was
unsupported, not that the plugins are mutually exclusive
2021-09-14 08:04:40 -06:00
Jordan 82ff2e6d12 Merge pull request #13798 from Hydrox6/hd-healthbars-why-are-there-so-many
interface styles: add HD healthbars for the rest of the healtbars
2021-09-14 07:13:30 +00:00
Arnaud Peralta 4bf15daaa1 inventory tags: Show on gravestone collection interface (#14113) 2021-09-14 06:59:07 +00:00
d58cecdb8d idle notifier: Support filling water vessels, Shades of Mort'ton
LOOKING_INTO is a generic animation used for numerous activities, and
was previously used as an intermediate animation in a test case. Now
that it is used to trigger idle notifications, a dummy animation has
been inserted to ensure the affected test case will not be broken in the
same way in the future.

Co-authored-by: Nick Wolff <nickwolff2@gmail.com>
Co-authored-by: Arnaud Peralta <arnaud.peralta@gmail.com>
2021-09-13 23:33:03 -07:00
Jordan 51f484da2e Merge pull request #14112 from Hablapatabla/barbarian-roof-fix
Remove roof in barbarian village tower on first floor
2021-09-14 06:23:32 +00:00
Hablapatabla 7d1eaa8ab4 roof removal: Add Barbarian village overrides 2021-09-13 23:16:22 -07:00
Arnaud Peralta b24ccaa86a roof removal: Add Juliet house overrides (#14108) 2021-09-14 06:12:37 +00:00
Jordan 3102e2e1fb Merge pull request #14118 from Hydrox6/diary-karamja-short-cut
achievementdiary: correct spelling of shortcut
2021-09-14 05:44:50 +00:00
Runelite auto updater 4b2afca434 Bump for 1.7.25-SNAPSHOT 2021-09-12 16:16:54 +00:00
Runelite auto updater 87c5873c02 Release 1.7.24 2021-09-12 16:16:51 +00:00
Adam e56562f54a api: add scene tile shapes, underlay, and overlay ids 2021-09-12 10:01:06 -04:00
Adam 37654452c3 api: add model vertex normals 2021-09-12 10:01:00 -04:00
Max Weber 24511aea4e rl-client: add plugin conflict support 2021-09-11 19:33:39 -06:00
Max Weber 62a9e4f79b Revert "rl-client: add plugin conflict support"
This reverts commit 72b2ac5705.
2021-09-11 19:33:34 -06:00
Max Weber 72b2ac5705 rl-client: add plugin conflict support 2021-09-11 21:06:50 -04:00
Adam a231192578 client: update jna to 5.9.0
This is required for macos aarch64 support
2021-09-11 11:05:36 -04:00
Adam 3c5f812331 npc overlay: clear highlighted npcs on logout
Despawn events don't fire for npcs on logout, copied from the npc highlight plugin
2021-09-11 10:53:05 -04:00
Adam 9cd1cbcea0 music: check game state before applying sliders on startup
This accesses vars, which typically cannot be accessed when not logged in, or in early startup
2021-09-11 00:03:21 -04:00
Adam 9cadc62eba widget overlay: correct raids points overlay position 2021-09-10 18:05:25 -04:00
Hydrox6 e036742d9e achievementdiary: correct spelling of shortcut
Jagex changed this with the update on 09/09
2021-09-10 17:21:23 +01:00
Hydrox6 67751b72a9 cannon: make onChatMessage use if/else 2021-09-10 02:33:06 +01:00
Adam c5586123c8 npc overlay: set lower priority on npc change and despawn handlers
Similar to spawn, these need to run after plugins for most of the highlight functions to work correctly
2021-09-09 20:38:03 -04:00
Adam 342e0169e3 npc minimap overlay: use unmodified highlight color
The darker() is originally from the npc indicators minimap overlay, but other plugins now using this such as impling plugin do not expect this.

If we require the minimap colors to be different later we should add a separate property specifically for it.
2021-09-09 12:44:43 -04:00
Runelite auto updater 49ecbab6b6 Bump for 1.7.24-SNAPSHOT 2021-09-09 10:53:19 +00:00
Runelite auto updater affceb5403 Release 1.7.23 2021-09-09 10:53:16 +00:00
RuneLite Cache-Code Autoupdater 9161b3852f Update NPC IDs to 2021-9-9 2021-09-09 00:46:15 -06:00
RuneLite Cache-Code Autoupdater 7751238847 Update Object IDs to 2021-9-9 2021-09-09 00:46:15 -06:00
RuneLite Cache-Code Autoupdater 45991cb789 Update Item variations to 2021-9-9 2021-09-09 00:46:14 -06:00
RuneLite Cache-Code Autoupdater 7352224a2b Update Item IDs to 2021-9-9 2021-09-09 00:46:14 -06:00
RuneLite Cache-Code Autoupdater 7087bb5466 Update Scripts to 2021-9-9 2021-09-09 00:46:14 -06:00
Vic Segers 1d2d1e445a itemstats: Add jangerberries prayer point restore (#14101) 2021-09-07 18:29:13 +00:00
Adam 178638b73b external plugins: require assertions when loading builtin plugins 2021-09-07 14:26:06 -04:00