Commit Graph

1915 Commits

Author SHA1 Message Date
Tomas Slusny
469fef2e87 Preserve guava classes in the shaded jar
Because currently Hashing.java is using only in mixins, it gets removed
by maven-shade-plugin from the shaded jar. So tell the plugin to keep
these classes.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-01-28 17:51:04 +01:00
Adam
04b65f9ef1 mlm plugin: disable until it can be rewritten without scene scans every frame 2018-01-28 11:18:37 -05:00
Adam
5bb5492fdd Merge pull request #466 from UniquePassive/mixin-fix
mixins: Fix invoking copied methods multiple times producing broken code
2018-01-28 10:30:51 -05:00
Adam
c34c21bfbb xo drop plugin: set back xp drops to default color too 2018-01-28 10:22:16 -05:00
Adam
16857a6924 xo drop plugin: add rigour and augury 2018-01-28 10:01:21 -05:00
Adam
ecd9c5b2f1 runelite-api: add rigour and augury prayers 2018-01-28 10:00:02 -05:00
Adam
68bf828538 Merge pull request #465 from Kamielvf/add-granitecball
Add granite cannonball support to plugin
2018-01-28 09:43:40 -05:00
Adam
d09ed786e6 Merge pull request #470 from Adam-/zoom
Add zoom plugin
2018-01-28 09:37:54 -05:00
Adam
017f9b2919 metronome plugin: remove configurable sound ids until a better solution is found 2018-01-27 20:17:35 -05:00
Adam
07d57f0c72 runelite-client: add xp drop plugin which colors based on prayers 2018-01-27 20:12:17 -05:00
Adam
ff1c56812a cache service: fix findArchive to select distinct 2018-01-27 17:59:03 -05:00
Adam
ca24ac909c Merge pull request #469 from Sethtroll/fixmlmids
Fix Motherlode Ids
2018-01-27 15:02:59 -05:00
Adam
f8baca7be5 Add zoom plugin 2018-01-27 13:07:39 -05:00
Adam
7e4bbf66cb Add runelite-scripts project for packaging overlaid scripts and dependency 2018-01-27 13:07:37 -05:00
Adam
edabf9ea71 Add script assembler plugin for packing scripts at build time 2018-01-27 13:07:35 -05:00
Adam
4bfa22448d Add int and string script stack to api 2018-01-27 13:07:34 -05:00
Adam
41f005827c Add runelite vm opcode and event 2018-01-27 13:07:32 -05:00
Adam
c4d838b10c Add ability to overlay cache archives 2018-01-27 13:07:31 -05:00
Adam
e467ebdcf8 Add slf4j to mixins and expose logger in Hooks for them 2018-01-27 13:07:21 -05:00
Adam
3d9542a8b4 runescape-api: add IndexData and IndexDataBase 2018-01-27 13:07:16 -05:00
Adam
049ab21819 cache: add script id to grammar 2018-01-27 13:07:14 -05:00
Adam
6353bb0138 cache: add get_camera_focal_point_height 2018-01-27 13:07:12 -05:00
Adam
d53200cb14 cache: add set_camera_focal_point_height 2018-01-27 13:07:07 -05:00
Adam
7b3c8c34e9 cache: add comment to rs2asm grammar 2018-01-27 13:07:06 -05:00
Adam
cdfc7c549a cache: add get_zoom_distance 2018-01-27 13:07:04 -05:00
Adam
4ca7ee2014 cache: add set_zoom_distance 2018-01-27 13:07:01 -05:00
Adam
96eb258410 runelite-api: add Script 2018-01-27 13:06:59 -05:00
Adam
e650637176 cache: allow passing instruction set to assembler 2018-01-27 13:06:53 -05:00
Seth
d03f987915 Fix motherlode Ids 2018-01-27 11:53:40 -06:00
Tomas Slusny
148f8dfb31 Merge pull request #422 from Sethtroll/addmotherlodemine
Add Motherlode plugin
2018-01-27 18:42:20 +01:00
oplosthee
8783f09ecb Extend Metronome Plugin with configurable sound and tick delay (#454)
* Extend Metronome Plugin with configurable sound and tick delay
2018-01-27 17:34:46 +01:00
Alexander
210a73bea2 Merge pull request #467 from oplosthee/antifire-buff
Change duration of Super Antifire Potions from 2 to 3 minutes
2018-01-27 16:09:38 +01:00
oplosthee
4f2cc9c33f Change duration of Super Antifire Potions from 2 to 3 minutes 2018-01-27 16:04:38 +01:00
Kamiel
7c2d64d76b Add granite cannonball support to plugin 2018-01-27 13:19:18 +01:00
Seth
353b837206 Add Motherlode plugin 2018-01-26 20:07:05 -06:00
Adam
4624371bf9 cache: remove script interpreter
It is unfinished and probably not something I want to complete soon
2018-01-26 20:30:52 -05:00
Adam
fdbd4237b9 Merge pull request #450 from deathbeam/fix-attack-indicator-color
Fix coloring of warned attack styles
2018-01-26 20:19:12 -05:00
Adam
ef41d1e55d Merge pull request #446 from deathbeam/fix-pack-exception
Fix the frame is displayable exception
2018-01-26 20:18:18 -05:00
SomeoneWithAnInternetConnection
09e627f3f2 Fishing plugin: Add fishing spots north of seers' village 2018-01-26 20:16:29 -05:00
Adam
092bd1a73f checkstyle: enforce whitespace after comma 2018-01-26 20:13:53 -05:00
Adam
c9a8fbe7a9 Merge pull request #445 from deathbeam/remove-map-iter
Change conversion of config stream to map to pairs
2018-01-26 20:00:24 -05:00
Adam
890963e840 Merge pull request #425 from deathbeam/xp-tracker
Update XP tracking plugin to include more info
2018-01-26 19:53:40 -05:00
Tomas Slusny
24618abad2 Update XP tracking plugin to include more info
- Add actions, actions/hr, xp gained and total exp tracker

Fixes #401

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-01-26 19:10:54 -05:00
Adam
3cbf5e4428 Merge pull request #443 from Sethtroll/addtimers
Fix up timer plugin/add missing potions
2018-01-26 18:23:59 -05:00
Seth
f474643f45 Fix spelling inconsistencies/add rest of potions 2018-01-26 18:10:57 -05:00
Seth
c3c9ef1ef6 Add timer tooltips 2018-01-26 18:09:52 -05:00
Adam
7360a79498 Merge pull request #438 from Sethtroll/fixscreenshot
Fix for screenshot HP level
2018-01-26 18:05:13 -05:00
Adam
a23cc18497 Merge pull request #444 from Sethtroll/addwrath
Add Wrath rune to Runepouch
2018-01-26 17:38:46 -05:00
Adam
53e09cc4af Merge pull request #440 from Noremac201/barbFix
Fixed Barbarian Assault plugin to work with osrs update
2018-01-26 17:27:30 -05:00
Adam
9448457193 screenshot plugin: add test for different level up messages 2018-01-26 17:22:12 -05:00