Commit Graph

1605 Commits

Author SHA1 Message Date
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
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 auto updater
09c5a1d951 Bump for 1.6.11-SNAPSHOT 2020-03-26 12:24:21 +00:00
Runelite auto updater
97d5dadbba Release 1.6.10 2020-03-26 12:24:10 +00: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
Runelite auto updater
962d0cde4d Bump for 1.6.10-SNAPSHOT 2020-03-05 12:43:06 +00:00
Runelite auto updater
d69cc6160f Release 1.6.9 2020-03-05 12:42:58 +00:00