Commit Graph
8116 Commits
Author SHA1 Message Date
Adam 1e58a77683 item controller: add etag to bulk prices 2019-10-02 15:59:53 -04:00
Adam 740697fd49 Merge pull request #9848 from abextm/faster-click-hull-external
Optimize getClickbox and getConvexHull
2019-10-02 14:24:52 -04:00
Runelite auto updater 03c4422628 [maven-release-plugin] prepare for next development iteration 2019-10-02 12:51:48 +00:00
Runelite auto updater 1549bc63d7 [maven-release-plugin] prepare release runelite-parent-1.5.35 2019-10-02 12:51:41 +00:00
RuneLite Cache-Code Autoupdater cb59bbdaa7 Update NPC IDs to 2019-10-02-c1-rev182 2019-10-02 10:33:47 +00:00
RuneLite Cache-Code Autoupdater c9d27c3227 Update Object IDs to 2019-10-02-c1-rev182 2019-10-02 10:33:47 +00:00
RuneLite Cache-Code Autoupdater c785109c20 Update Item variations to 2019-10-02-c1-rev182 2019-10-02 10:33:46 +00:00
RuneLite Cache-Code Autoupdater f957b386b7 Update Item IDs to 2019-10-02-c1-rev182 2019-10-02 10:33:46 +00:00
Adam b15bf1c221 world hopper: add ping to tags 2019-10-01 21:53:48 -04:00
Max Weber 9e696ac3f2 runelite-api: Remove Triangle and Vertex classes 2019-10-01 18:00:24 -06:00
Max Weber f16cd53d09 runelite-api: Optimize getClickbox
- Use the pre-calculated center/extreme xyz fields for the aabb
 - use modelToCanvas and reduce indirection
 - Use a specialized union that only does axis-aligned rectangles
     instead of the Area class
 - Use a specialized intersection that only does convex polygons, again
     to avoid Area
2019-10-01 18:00:24 -06:00
Max Weber 80709f1bfa Jarvis: use primitive arrays
This creates much less garbage and allows use with modelToCanvas
2019-10-01 18:00:23 -06:00
Max Weber b77461a3e0 Perspective: Add modelToCanvas
This has significantly less overhead than repeatedly calling
localToCanvas, and may be vectorized in the future by a smarter jit
2019-10-01 18:00:23 -06:00
Max Weber 293b9cdf7c runelite-api: Add simple Shape implementations 2019-10-01 18:00:23 -06:00
Max Weber a4cfbc3b42 runelite-api: Use more general Shape for clickboxes and convex hulls 2019-10-01 18:00:22 -06:00
Adam cd1cf905c4 Merge pull request #9953 from dekvall/improve-object-markers
object indicators: add ability to mark wall objects
2019-10-01 16:34:55 -04:00
dekvall 047861d8cd object indicators: add ability to mark wall objects 2019-10-01 15:16:54 +02:00
dekvall 3819994572 runelite-api: add convexhull to wallobject 2019-10-01 14:05:51 +02:00
Max Weber 6234f209e9 runelite-client: Remove Demonic Gorilla Plugin
as per Jagex's wishes
2019-09-30 12:06:50 -06:00
dekvall 03216e5954 Inventorygrid: Draw image for replaced item 2019-09-28 03:39:30 +02:00
maddie b5de666368 clues: clarify bandit camp location in coordinate hint 2019-09-27 13:35:02 -04:00
Jordan 05243c6c95 clues: fix Warriors' Guild master clue text 2019-09-27 13:27:54 -04:00
Jordan 5d4f7d2fce clues: fix swordfish skill challenge 2019-09-27 13:10:19 -04:00
Daniel Bolink 35a6835481 clues: add crystal pickaxe to soul altar emote clue 2019-09-27 12:44:42 -04:00
Derek Johns 721bc94216 clues: add "may require 20gp" to Gu'Tanoth coord clue help text 2019-09-27 08:19:59 -04:00
Runelite auto updater 6547478c07 [maven-release-plugin] prepare for next development iteration 2019-09-26 10:58:41 +00:00
Runelite auto updater c1d4848830 [maven-release-plugin] prepare release runelite-parent-1.5.34 2019-09-26 10:58:35 +00:00
Runelite auto updater 2847243525 Update 184 2019-09-26 10:36:03 +00:00
Adam 0145582b41 music plugin: add sound volume overrides 2019-09-25 09:02:17 -04:00
Adam 6fc270dfc2 music list plugin: rename to music plugin 2019-09-25 09:02:17 -04:00
David abde0e248c agility: add plant door obstacle 2019-09-24 17:32:55 +01:00
Adam 276a278461 api: add volume changed event 2019-09-23 11:00:37 -04:00
Adam bac42955f1 Merge pull request #9756 from abextm/widget-picker
WidgetInspector: Add widget picker
2019-09-21 15:27:37 -04:00
Adam 1705fa642c api: add sound volume accessors and vars 2019-09-21 13:15:37 -04:00
Adam ba0c2cc84a Merge pull request #9890 from huddy987/master
Add Forthos Dungeon monsters to the NPC health list
2019-09-20 21:05:52 -04:00
Adam e0af554c69 hooks: ignore npc update immediately after login
The npc update after login isn't a game tick and happens prior to most
state syncing
2019-09-20 20:55:30 -04:00
Hudson Shykowski e842c5c90e Add Forthos Dungeon monsters to the NPC health list 2019-09-19 21:49:42 -06:00
Adam 10b55604fc opponent info: add show opponents in menu 2019-09-19 19:55:46 -04:00
beaumitch b78bd73e91 agility plugin: add laps to goal to overlay
Add configuration option for laps til level
2019-09-18 11:02:05 -04:00
Ron YoungandAdam bcbcf638e5 bank plugin: add item value searching
Co-authored-by: Adam <Adam@sigterm.info>
2019-09-16 14:25:43 -04:00
Adam 4d63ce7334 bank tags: use item name string indexof from script
This allows additional plugins to use the bankSearchFilter event to
selectively add or remove matches, as the bank tag plugin is no longer
performing the string contains check.
2019-09-16 14:25:43 -04:00
Adam 7172e77f98 Merge pull request #9716 from Hydrox6/loot-tracker-truncation
loot tracker: truncate name instead of kills
2019-09-16 11:35:14 -04:00
Brian Rogers 4ca63f2cb5 item mappings: update birds nest mapping 2019-09-16 11:03:44 -04:00
Krysa 659232e101 clues: add Deviant spectre variant to cryptic clue 2019-09-16 10:48:32 -04:00
Krysa 5bee3dcbb4 clues: update Warriors' Guild emote clue
Update clue text and add Avernic defender
2019-09-16 10:42:25 -04:00
Adam 5fc5125ab8 Merge pull request #9835 from Nightfirecat/clear-clue-on-beginner-hotcold-dig
cluescrolls: Reset clue on new beginner/master step
2019-09-16 10:36:09 -04:00
Adam 7014aa4659 Merge pull request #9838 from Hydrox6/clues-emote-hint-order
clues: fix emote hint ordering
2019-09-16 10:30:31 -04:00
Daniel Bolink 6c30d31a57 Remove Half timers for Snare, Bind and Entangle 2019-09-16 10:29:08 -04:00
John Polich 6decc19213 clues: add fairy ring code to "Graveyard west of Shayzien" solution 2019-09-16 10:13:17 -04:00
John Polich 76653070d7 clues: update "Salty peter" solution for Hosidius rework 2019-09-16 10:03:51 -04:00