Commit Graph
1931 Commits
Author SHA1 Message Date
oplosthee 3becf865bf Fix Karamja diary displaying incorrect progress 2018-01-29 22:25:57 +01:00
Adam 06fc579ef2 Remove even more unused imports 2018-01-29 09:16:20 -05:00
Adam 7a0e74c6bb Remove unused imports 2018-01-29 08:53:54 -05:00
Adam 721e2a58ca Merge pull request #486 from Abextm/fix-ground-items
runescape-api: remove RSCacheableNode::getNext() and getPrevious().
2018-01-29 08:52:31 -05:00
Max Weber b66cb70751 runescape-api: remove RSCacheableNode::getNext() and getPrevious().
They are different than RSNode's next and previous, but have the same signature so they can get called instead. This caused the ground overlay to only show 1 item because it was iterating the cache, not the item list.
2018-01-29 06:40:43 -07:00
Adam eebf3eee03 mixins: fix getProjectiles queue iteration logic 2018-01-29 08:16:44 -05:00
Adam f31bc0d794 Remote projectile target and length tracking
Continuation of 4c293e612cd4b08fc7230a5e6722c8acc74e5a9e
2018-01-29 08:10:46 -05:00
Tomas Slusny d19c9c1e62 Merge pull request #479 from Abextm/config-warning
Add config warnings for non-immediate options
2018-01-29 11:48:59 +01:00
Tomas Slusny 27a0c54399 Merge pull request #483 from Abextm/fix-statrestore
Fix SuperRestore and friends
2018-01-29 11:24:57 +01:00
Max Weber c6925bf3ae itemstats: Fix SuperRestore and friends 2018-01-28 21:22:16 -07:00
Adam 550a079093 cache: allow carriage returns in newlines in scripts 2018-01-28 22:14:58 -05:00
Adam c2a828b496 Merge pull request #480 from deathbeam/fix-shade
Preserve guava classes in the shaded jar
2018-01-28 15:24:09 -05:00
Adam 90b6cd30a4 ground items: REGION_SIZE - 1 since this is inclusive now 2018-01-28 12:07:20 -05:00
Adam 986c99be5d ground items: only loop tiles which are within distance 2018-01-28 11:58:04 -05:00
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
Max Weber fed07397c0 Add low-memory mode warning 2018-01-28 06:21:09 -07:00
Max Weber fce76d748a Enable custom window border warning 2018-01-28 06:20:55 -07: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