Commit Graph
16906 Commits
Author SHA1 Message Date
OP 6890dddf39 add getModulus() to match setModulus used in the private server plugin. (#3043) 2021-09-27 17:15:41 +01:00
Owain van Brakel 4938b84123 feat: biem boem bam 2021-09-26 21:58:11 +02:00
Owain van Brakel 8ab73ae307 Merge remote-tracking branch 'runelite/master' 2021-09-25 03:01:56 +02:00
Owain van Brakel d6579901c6 api(mixins): More object methods exposed 2021-09-25 03:01:43 +02:00
Owain van Brakel 910ff6c082 Merge remote-tracking branch 'origin/master' into HEAD 2021-09-24 04:20:33 +02:00
Owain van Brakel f51d7aee6c Merge pull request #3041 from Sundar-Gandu/master 2021-09-24 01:23:59 +02:00
Owain van Brakel 62b58f5e5a Merge remote-tracking branch 'runelite/master' into HEAD 2021-09-24 01:22:12 +02:00
pwatts6060 c08c6d80e8 api: Add contains methods to WorldPoint and WorldArea 2021-09-24 01:18:31 +02:00
Patrick Watts 3a64e1063e screenshot: Add clan member death screenshotting (#14052) 2021-09-24 01:18:31 +02:00
superiorser9 0d0e75b825 screenshot: Capture collection log popup notifications 2021-09-24 01:18:30 +02:00
Owain van Brakel 6df0372290 project: Java 17 support, update deps, rework some stupid logic 2021-09-24 01:18:09 +02:00
Adam 8c2d7bd2f4 perspective: refactor localToCanvas
Use variable namings from modelToCanvas
2021-09-22 15:07:41 -04:00
Adam 3d79ab60a2 perspective: add gpu projection for modelToCanvas
GPU uses an alternative projection to avoid vertex snapping. Usually
this doesn't matter much, and in the worst case causes the discrepancy
to be only a few pixels, but with the model outline feature it causes
the outlines to be noticibly off when GPU is enabled.

This adds a second model-to-canvas method using the alternative
projection and uses it when GPU is enabled.
2021-09-22 15:01:41 -04:00
Adam 4cab29cf2f api: remove cachedModels2 and nodecache setters
This is being moved internally since it benefits areas like the farming guild even with gpu off
2021-09-21 11:09:51 -04:00
Adam 642677d6e2 http-service: assign name to scheduler thread 2021-09-21 11:02:15 -04:00
Adam 1505f34ace Update okhttp to 3.14.9 2021-09-21 10:58:56 -04:00
Jordan ba9af40a1e Merge pull request #13211 from pwatts6060/location-util3
Add new utility methods for checking if world points are inside world areas
2021-09-21 08:07:15 +00:00
pwatts6060 9c7fade732 api: Add contains methods to WorldPoint and WorldArea 2021-09-21 01:01:37 -07:00
Patrick Watts 86cda7de0b screenshot: Add clan member death screenshotting (#14052) 2021-09-21 07:41:54 +00:00
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
Owain van Brakel 7644d5e2d1 Merge remote-tracking branch 'runelite/master' 2021-09-21 04:41:13 +02: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
Sundar-Gandu 65dc16fb3a client: refactor ClientUI to be the same as runelite 2021-09-18 16:38:57 -04:00
Owain van Brakel 03a2041a35 Merge remote-tracking branch 'runelite/master' 2021-09-17 02:26:24 +02: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
Owain van Brakel b8db5fc00e Merge remote-tracking branch 'runelite/master' 2021-09-15 15:34:42 +02: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
Owain van Brakel 3243a8679e Merge pull request #3040 from Owain94/hd
project: Merge upstream
2021-09-13 19:55:01 +02:00