Commit Graph
1443 Commits
Author SHA1 Message Date
Runelite auto updater 0fdb3ee80d Release 1.5.39 2019-11-07 15:05:15 +00:00
RuneLite Cache-Code Autoupdater 499d1dfb5c Update NPC IDs to 2019-11-07-rev182 2019-11-07 11:33:15 +00:00
RuneLite Cache-Code Autoupdater ef11a5ccf9 Update Object IDs to 2019-11-07-rev182 2019-11-07 11:33:14 +00:00
RuneLite Cache-Code Autoupdater e6b10212b5 Update Item IDs to 2019-11-07-rev182 2019-11-07 11:33:13 +00:00
whartd 26bf9cb077 ba plugin: add health bars for healers 2019-11-05 21:40:30 -05:00
Adam 5b7423bfee api: combine ExperienceChanged and BoostedLevelChanged events to StatChanged 2019-11-04 11:20:20 -05:00
Runelite auto updater ddd95dc7a4 Bump for 1.5.39-SNAPSHOT 2019-10-31 12:07:59 +00:00
Runelite auto updater 1b487fc64b Release 1.5.38 2019-10-31 12:07:52 +00:00
RuneLite Cache-Code Autoupdater 6712984978 Update Widget IDs to 2019-10-31-rev182 2019-10-31 11:33:20 +00:00
RuneLite Cache-Code Autoupdater 24a1b16237 Update NPC IDs to 2019-10-31-rev182 2019-10-31 11:33:15 +00:00
RuneLite Cache-Code Autoupdater 45cab3b8b9 Update Object IDs to 2019-10-31-rev182 2019-10-31 11:33:15 +00:00
RuneLite Cache-Code Autoupdater cf3899fb12 Update Item IDs to 2019-10-31-rev182 2019-10-31 11:33:13 +00:00
Runelite auto updater ca58d24c7f Bump for 1.5.38-SNAPSHOT 2019-10-30 16:45:29 +00:00
Runelite auto updater 55346c7d2b Release 1.5.37 2019-10-30 16:45:22 +00:00
Adam 7eda41452b api: add source to sound effect events 2019-10-26 13:02:15 -04:00
dekvall f025082676 examine plugin: add pricecheck for trade interface 2019-10-22 19:48:41 -04:00
Abex a94637d3be wiki: support wiki-casting on non-inventory items 2019-10-22 14:49:01 -04:00
dekvall 27a304dce6 loottracker: add fishing trawler 2019-10-22 10:08:13 +02:00
Adam e8213bd699 Merge pull request #10078 from abextm/music-ux-external
music: Add ingame granular volume adjustment
2019-10-21 18:54:29 -04:00
Max Weber 3b356f7a25 music: Add ingame granular volume adjustment 2019-10-21 15:51:39 -06:00
15987632 ed015888f4 widgets: fix wilderness level widget 2019-10-18 21:17:41 -04:00
Adam c6307d52dc Merge pull request #9944 from Alexsuperfly/frem-exiles-world-map
Frem exiles world map updates
2019-10-18 20:57:02 -04:00
Alexsuperfly c71b8ae5df quest: add fremennik exiles quest to enum 2019-10-18 19:08:53 -04:00
Runelite auto updater 38e3cd1ed3 [maven-release-plugin] prepare for next development iteration 2019-10-17 13:40:59 +00:00
Runelite auto updater a924773edc [maven-release-plugin] prepare release runelite-parent-1.5.36 2019-10-17 13:40:53 +00:00
RuneLite Cache-Code Autoupdater a0eedbe39f Update Widget IDs to 2019-10-17-rev182 2019-10-17 05:15:57 -06:00
RuneLite Cache-Code Autoupdater 6bb868cf1b Update NPC IDs to 2019-10-17-rev182 2019-10-17 10:32:59 +00:00
RuneLite Cache-Code Autoupdater c9dc881e49 Update Object IDs to 2019-10-17-rev182 2019-10-17 10:32:59 +00:00
RuneLite Cache-Code Autoupdater 846c115503 Update Item IDs to 2019-10-17-rev182 2019-10-17 10:32:58 +00:00
Adam a63389866a Merge pull request #10036 from abextm/misc-docs
runelite-api: Add some more documentation
2019-10-16 12:39:44 -04:00
Max Weber 5acdcae75d runelite-api: Add some more documentation 2019-10-16 09:44:54 -06:00
Abex 4dd5d4b2c7 Merge pull request #10048 from abextm/cache-code-2019-10-02-c1-rev182
Cache code 2019 10 02 c1 rev182
2019-10-12 23:06:15 -06:00
Adam 5f745be26d api: add getConvexHull to GroundObject 2019-10-02 21:17:37 -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 f957b386b7 Update Item IDs to 2019-10-02-c1-rev182 2019-10-02 10:33:46 +00: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
dekvall 3819994572 runelite-api: add convexhull to wallobject 2019-10-01 14:05:51 +02: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
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