Runelite auto updater
b35ab9aecd
Bump for 1.6.15-SNAPSHOT
2020-05-09 16:15:32 +00:00
Runelite auto updater
3865e838e5
Release 1.6.14
2020-05-09 16:15:23 +00:00
Trevor
b29e4ea554
raids plugin: make scouter scout unknown rooms on new area loaded
2020-05-07 21:56:34 -04:00
Tomas Slusny
57d93e4ffa
Merge pull request #11336 from deathbeam/add-copy-to-clipboard
...
Add option to copy chat message contents to clipboard
2020-05-03 22:38:31 +02:00
Max Weber
2836f89b9e
rl-api, rl-client: Remove core logger
2020-05-02 10:52:48 -04:00
Runelite auto updater
1db99628a1
Bump for 1.6.14-SNAPSHOT
2020-05-01 15:44:43 +00:00
Runelite auto updater
bf76bd140e
Release 1.6.13
2020-05-01 15:44:35 +00:00
Adam
d25546f5db
Add dmmt world type and tournament hiscore endpoint
2020-05-01 10:25:50 -04:00
Tomas Slusny
84885f7546
Add option to copy chat message contents to clipboard
...
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2020-05-01 00:09:57 +02:00
RuneLite Cache-Code Autoupdater
5bf3d953e3
Update Script arguments to 2020-04-30-rev182
2020-04-30 10:32:18 +00:00
RuneLite Cache-Code Autoupdater
79da7996f1
Update Object IDs to 2020-04-30-rev182
2020-04-30 10:32:18 +00:00
RuneLite Cache-Code Autoupdater
27286ea1d7
Update Item IDs to 2020-04-30-rev182
2020-04-30 10:32:17 +00:00
Max Weber
d6bb219c79
rl-api, rl-client: rename getHealth to getHealthScale
2020-04-28 23:15:38 -06:00
Ron Young
8b2f519546
widgets: add bank item count and equipment button ids
2020-04-26 22:15:32 -05:00
Aaron King
9226db8e05
item stats: add the in-bank equipment interface
2020-04-26 17:29:03 -04:00
Adam
a20ae62995
combat level plugin: use script events for attack level range hook
2020-04-26 12:59:08 -04:00
Étienne Boutet
62e05610a0
idlenotifier: Add bolt tip attaching animations
2020-04-26 16:58:14 +00:00
Hydrox6
a7265f5996
api: correct pearl fly fishing and barbarian rod animations
...
Each of the pearl rods have 2 animation IDs, with one of them showing
the casting of the rod. This casting animation is used by the normal and
oily rods. However, for whatever reason, the Fly fishing and Barbarian
rods both use the non-casting animation whilst active.
2020-04-26 01:04:04 +01:00
Runelite auto updater
1c9c71ef7c
Bump for 1.6.13-SNAPSHOT
2020-04-23 11:21:55 +00:00
Runelite auto updater
522da94369
Release 1.6.12
2020-04-23 11:21:47 +00:00
RuneLite Cache-Code Autoupdater
2cbe76c2e8
Update NPC IDs to 2020-04-23-rev182
2020-04-23 10:32:23 +00:00
RuneLite Cache-Code Autoupdater
c746af58c3
Update Item IDs to 2020-04-23-rev182
2020-04-23 10:32:22 +00:00
Trevor
188a9414ff
hitsplats: add missing multihitsplat varients
2020-04-22 14:05:08 -04:00
Max Weber
03511a4e00
interfacestyles: update widget bounds before every render
...
this reverts commit abaf45092b
We need to run this every frame because the client can update the widget
bounds cache without calling [proc,toplevel_resize]. This is easily
reproducible by resizing the client in fixed mode, which causes the
the tli to be revalidated, but because its in fixed mode it doesn't run
the resize listener because the bounds don't actually change.
We use BeforeRender instead of ClientTick because ClientTick is posted
before cs2s are evaluated each tick, so if [proc,toplevel_resize] (or
any other cs2 that can touch these widgets) is called the widget would
be in the vanilla position for the next frame.
2020-04-22 13:58:34 -04:00
Adam
8f12c2846d
api: add useful utility methods to itemcontainer
2020-04-21 18:39:41 -04:00
Adam
fe1772031a
api: add drawFace callback
2020-04-20 18:36:27 -04:00
Adam
3422a7cfc8
api: add widget getOnOpListener
2020-04-20 17:30:30 -04:00
Adam
1e06b4dc58
api: add key script event fields
2020-04-20 17:30:29 -04:00
Hydrox6
3c2551f208
idle notifier: add support for enchanting bolts
2020-04-19 00:01:31 +01:00
Hydrox6
e0f046980a
fishing & idle notifer: add oily pearl rod animations
2020-04-17 15:38:50 -04:00
Hydrox6
3ac15c2f61
fishing & idle notifer: add pearl rod animations
2020-04-16 18:20:00 -04:00
Runelite auto updater
af7af0623a
Bump for 1.6.12-SNAPSHOT
2020-04-16 14:33:14 +00:00
Runelite auto updater
e2bd51b1e8
Release 1.6.11
2020-04-16 14:33:05 +00:00
RuneLite Cache-Code Autoupdater
e363687b16
Update NPC IDs to 2020-04-16-rev182
2020-04-16 10:32:24 +00:00
RuneLite Cache-Code Autoupdater
be3f74e111
Update Object IDs to 2020-04-16-rev182
2020-04-16 10:32:24 +00:00
RuneLite Cache-Code Autoupdater
37bee38ff7
Update Item IDs to 2020-04-16-rev182
2020-04-16 10:32:23 +00:00
Adam
242ea42964
Merge pull request #11218 from abextm/shutdown-event-external
...
runelite-client: add ClientShutdown event
2020-04-10 14:37:28 -04:00
trimbe
22cee79ab9
bank plugin: improve responsiveness of bank searches
...
The client will normally layout the bank during a search only once every 40 client ticks, causing slow response times after the search input is updated. Instead, hook the search refresh script that is called every client tick, and if the bank hasn't been laid out on the current tick, and the search input has changed, lay it out early.
2020-04-10 10:53:14 -04:00
Max Weber
a8d4bff423
camera: add option to invert camera mouse controls
2020-04-09 15:01:15 -06:00
Max Weber
eb89319cc4
runelite-api: add stopNow to cleanly shutdown the client
2020-04-09 14:52:53 -06:00
RuneLite Cache-Code Autoupdater
8570cb0622
Update NPC IDs to 2020-04-08-rev182
2020-04-08 10:32:24 +00:00
RuneLite Cache-Code Autoupdater
13b692f304
Update Script arguments to 2020-04-08-rev182
2020-04-08 10:32:24 +00:00
RuneLite Cache-Code Autoupdater
df07c61da4
Update Object IDs to 2020-04-08-rev182
2020-04-08 10:32:24 +00:00
RuneLite Cache-Code Autoupdater
574ea03471
Update Item IDs to 2020-04-08-rev182
2020-04-08 10:32:23 +00:00
Adam
6e06b1c929
antidrag: add option to disable in pvp
...
This lifts the shift requirement by instead just disabling the feature
in pvp
Co-authored-by: jcwhisman <jcwhisman@gmail.com >
2020-04-07 16:26:42 -04:00
Sean Dewar
07d414d41d
camera: zoom slider tooltip & zoom constants
...
This commit also adds constants for:
VarClientInt.CAMERA_ZOOM_FIXED_VIEWPORT = 73
VarClientInt.CAMERA_ZOOM_RESIZABLE_VIEWPORT = 74
WidgetID.Options.CAMERA_ZOOM_SLIDER_HANDLE = 15
WidgetInfo.OPTIONS_CAMERA_ZOOM_SLIDER_HANDLE
2020-04-05 03:42:48 +01:00
Lotto
b85675f624
api: remove Follow and Trade menu actions
...
They are just the third and fourth player options but deprioritized by having 2000 added to them.
2020-04-02 13:34:01 -04:00
Lewis
85c5cf9a19
music plugin: add option to mute prayer sounds
2020-04-02 13:26:21 -04:00
Dennis
b81caff06f
ge plugin: add fuzzy search option
2020-04-02 12:27:48 -04:00
dekvall
2d01dc21bd
prayer: display prayer time remaining in prayer orb
2020-03-31 20:52:07 -04:00