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 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
Jordan
ca11d1926a
Merge pull request #10908 from BrandtHill/fishing-tooltip_issue-10900
...
Check player animation to update fishing status
2020-03-31 12:58:36 -07:00
Hydrox6
c69a6fbe2f
api: add gilded pickaxe animations
2020-03-30 16:35:26 +01:00
Hydrox6
32f6d2da25
api: add gilded axe animation
2020-03-30 09:40:06 +01:00
RuneLite Cache-Code Autoupdater
ceee89a3fd
Update NPC IDs to 2020-03-26-rev182
2020-03-26 11:32:50 +00:00
RuneLite Cache-Code Autoupdater
2dcccd1895
Update Item IDs to 2020-03-26-rev182
2020-03-26 11:32:49 +00:00
dekvall
71e4b5d9ad
herbiboar: use guaranteed tracks when highlighting path
...
There's a set of guaranteed tracks that can be used when calculating the path
when tracking herbiboars. The tracks are listed on the osrs wiki.
Co-authored-by: Jordan Atwood <jordan.atwood423@gmail.com >
2020-03-24 18:02:45 -04:00
Adam
91ae43dd2d
api: make IterableHashTable generic
2020-03-24 14:04:13 -04:00
Jordan Atwood
95556aadc7
widget: Expose widget model getters and setters
...
This commit also adds these widget properties to the widget inspector
dev tool.
2020-03-18 23:55:09 -07:00
dekvall
32b98965fe
drift net fishing: add plugin
...
This will add a plugin which shows the status of your nets and
highlights any fish you haven't tagged.
2020-03-17 17:26:12 -04:00
ThatGamerBlue
7b4e8c2848
friendicons: add note icon in friends/ignore list
...
Co-authored-by: Adam <Adam@sigterm.info >
2020-03-16 18:47:49 -04:00
Adam
7672efda3f
experience: remove unnecessary Math.floor() calls
2020-03-16 15:26:01 -04:00
Brandt Hill
eb09879205
fishing: Check player animation to update fishing status
...
This commit adds an animation check to the other fishing status checks
already present in the fishing overlay (interacting and fishing spot NPC
name check) to ensure that the status correctly changes to "NOT fishing"
when the player's fishing animation is interrupted by certain actions
such as being presented with a level-up dialog. This commit causes one
other behavioral change as a side effect, which is that the player's
fishing status will be "NOT fishing" while running toward a distant
fishing spot until they reach it and start their fishing animation.
Fixes runelite/runelite#10900
2020-03-13 19:21:18 -07:00
Hydrox6
26a84c34dd
api: fix venom hitsplat sprite id
2020-03-06 16:13:11 -05:00
Adam
abaf45092b
interface styles: only adjust widget positions when tli is resized
2020-03-06 15:51:30 -05:00
Ron Young
65121f2704
runelite-api: expose item model information
2020-03-06 15:50:53 -05:00
melkypie
172b30dc42
scripts: use ScriptPostFired event for scripts that callback at the end of the script
...
Uses the ScriptPostFired event that was added with the script inspector dev tool, removing the scripts that can be done with it.
2020-03-06 14:59:26 -05:00
dekvall
4e66b8397a
widgetid: fix lms ingame info
2020-03-06 14:36:51 -05:00
Max Weber
514325920c
runelite-client: Make gauntlet timer layoutable
2020-03-06 00:26:35 -07:00
ThatGamerBlue
23a1f517cd
rlapi: MessageNode extends CacheableNode (but Node is close enough)
2020-03-05 15:28:05 -05:00
Adam
7c3ff105fb
api: update for tinted block and damage hitsplats
2020-03-05 07:17:07 -05:00
RuneLite Cache-Code Autoupdater
0fe5642a42
Update Widget IDs to 2020-03-05-rev182
2020-03-05 11:33:14 +00:00
RuneLite Cache-Code Autoupdater
1b46f9b47a
Update NPC IDs to 2020-03-05-rev182
2020-03-05 11:33:10 +00:00
RuneLite Cache-Code Autoupdater
704f09d9ed
Update Object IDs to 2020-03-05-rev182
2020-03-05 11:33:09 +00:00
RuneLite Cache-Code Autoupdater
d856a2d5e6
Update Item IDs to 2020-03-05-rev182
2020-03-05 11:33:08 +00:00
Adam
ab42442269
point: lombokize
2020-03-02 18:27:26 -05:00
Adam
3412ac511a
Merge pull request #10865 from dekvall/drift-net-loot
...
loot tracker: add drift net reward
2020-03-01 15:13:34 -05:00
Ron Young
a5e5e8aa6f
tag tabs: respect bank rearrange mode for reordering
2020-03-01 14:59:35 -05:00
Alexsuperfly
c7d89860ab
chat commands: Add PB reading from POH adventurer's log
2020-03-01 10:39:24 -05:00