Commit Graph
1608 Commits
Author SHA1 Message Date
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
pwatts6060 9c7fade732 api: Add contains methods to WorldPoint and WorldArea 2021-09-21 01:01:37 -07: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
Jordan Atwood d27f5f9a76 api: Add getMirrorPoint to WorldPoint API 2021-09-19 15:10:12 -04:00
Jordan Atwood 006fd8c864 widgets: Add POH treasure chest widget IDs 2021-09-14 21:34:29 -07: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
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
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 7352224a2b Update Item IDs to 2021-9-9 2021-09-09 00:46:14 -06:00
Adam cdbb0a3aa7 api: make getCanvasTilePoly work on multi-tile npcs 2021-09-05 11:49:43 -04:00
Adam adf0d75be8 wiki: move icon to match vanilla position 2021-09-04 12:32:21 -04:00
Adam ef3622c05a api: flatten model uvs
This drastically reduces the number of allocated float arrays on the heap just by flattening the uvs into a single array per model
2021-09-03 15:04:08 -04:00
Adam 719022c044 Update world types for seasonal deadman 2021-08-25 08:06:40 -04:00
Adam d0714b5016 api: add type parameter to Comparable 2021-08-21 15:26:12 -04:00
Max Weber aab1ca31dc rl-api: expose actor pose anim source setters 2021-08-19 22:09:45 -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
RuneLite Cache-Code Autoupdater b1e0d713f0 Update Widget IDs to 2021-8-4 2021-08-03 23:00:59 -06:00
Adam 4d845e5862 api: add menu location and size accessors 2021-08-01 16:09:12 -04:00
Adam 45b85bff6a api: fix naming of menuoptionclicked params 2021-07-28 11:30:25 -04:00
RuneLite Cache-Code Autoupdater 7a60a11ee3 Update NPC IDs to 2021-07-28-rev198 2021-07-28 04:37:26 -06:00
RuneLite Cache-Code Autoupdater 7d8eb58aef Update Object IDs to 2021-07-28-rev198 2021-07-28 04:37:26 -06:00
RuneLite Cache-Code Autoupdater e39ca5a862 Update Item IDs to 2021-07-28-rev198 2021-07-28 04:37:26 -06:00
Adam b9e772be54 api: remove many unused projectile ids 2021-07-25 19:52:47 -04:00
Adam 671ef69db6 chat commands: use script event for loading col log pets 2021-07-21 14:33:42 -04:00
RuneLite Cache-Code Autoupdater 1febac3994 Update Widget IDs to 2021-7-21 2021-07-21 04:38:24 -06:00
RuneLite Cache-Code Autoupdater fc769e6c52 Update NPC IDs to 2021-7-21 2021-07-21 04:38:24 -06:00
RuneLite Cache-Code Autoupdater 11905f3bb3 Update Object IDs to 2021-7-21 2021-07-21 04:38:24 -06:00
RuneLite Cache-Code Autoupdater 1288fcfe14 Update Item IDs to 2021-7-21 2021-07-21 04:38:23 -06:00
emerald000 4d1eeec30c api: Fix Mos Le'Harmless firepit varbit (#13906)
As can be verified on chisel
(https://chisel.weirdgloop.org/varbs/display?varbit=6534), this is the correct
varbit.
2021-07-20 06:43:18 +00:00
Trevor 48c6434e6d ground items plugin: add lootbeams 2021-07-18 13:50:44 -04:00
Max Weber 8d73d50520 rl-api: add JagexColor util 2021-07-18 13:50:44 -04:00
Trevor d81ad59e7a rl-api: add RuneLiteObject 2021-07-18 13:50:43 -04:00
AdamandIllya Myshakov 21a7bf4906 chat commands: add pets command
Co-authored-by: Illya Myshakov <imyshako@uwaterloo.ca>
2021-07-17 10:15:10 -04:00
BegOsrs e3038f9bb9 WidgetOverlay: Make Barbarian Assault widgets moveable (#13852) 2021-07-12 18:02:06 +00:00
Hydrox6 95545c1540 api: add roof removal api 2021-07-08 20:44:06 -04:00
Max Weber afde6c899e runelite-api: update Quest 2021-07-07 05:38:28 -06:00
RuneLite Cache-Code Autoupdater 50356add98 Update Widget IDs to 2021-7-7 2021-07-06 17:40:51 -06:00
RuneLite Cache-Code Autoupdater 2f7463662f Update NPC IDs to 2021-7-7 2021-07-06 17:40:38 -06:00
Max Weber 778d679ab0 worldmap: fix tooltip widget id 2021-07-06 17:39:52 -06:00
Adam 850bf3d333 api: fix computing scene coord for negative local points
Also add an isInScene method to make testing if a point is in the scene
easier, and use it.
2021-07-05 13:47:59 -04:00
Adam 5d420ae57b Close various resource inputstreams 2021-07-04 15:30:44 -04:00
Max Weber 00c971ef15 Update script arguments to 2021-6-30 2021-06-30 04:29:11 -06:00
RuneLite Cache-Code Autoupdater 458e685208 Update Widget IDs to 2021-6-30 2021-06-30 04:29:11 -06:00