Commit Graph

13011 Commits

Author SHA1 Message Date
Jordan Atwood
9e560d91e3 cluescroll plugin: Clear stale location clue hint arrows
Location clue scrolls added a hint arrow when the player was nearby one
of the clue's locations. It did not, however clear that arrow if the
locations were changed and the previously-set hint arrow location was no
longer marked. This commit updates this behavior to clear the active
hint arrow each game tick before re-adding any location hint arrows.
(and if no NPC hint arrows are set)

Fixes runelite/runelite#10370
2020-02-20 15:23:00 -05:00
dekvall
5356e7c47e inventorygrid: re-add a delay to showing the overlay
If a player for example tries to drop an entire inventory quickly with the
overlay turned on, the inventory grid will flash for each small mouse movement
if the left mouse key is held down. This change mitigates the issue by adding a
delay option that controls the amount of time the user has to wait after
pressing it before enabling any overlay functionality. Showing the grid still
requires the mouse to be moved ~5px away from the first clicked position.

This delay just delays the activation of the overlay, as the the delay
countdown is started upon item press rather than the exit this ~5px range.
Making it respect the exit is needlessly complex as desired functionality is
reached with the current changeset.
2020-02-20 21:21:23 +01:00
Adam
86d8bd9d1a Merge pull request #6254 from raiyni/tag-ge
Bank tags: search tags in ge search
2020-02-20 14:44:30 -05:00
Kyle
8bebcd3d55 Merge pull request #2363 from open-osrs/version-update
version: bump
2020-02-20 18:44:37 +00:00
Kyle
221c9a0c95 version: bump
version: bump
2020-02-20 18:34:00 +00:00
ThatGamerBlue
ff15054779 Merge pull request #2362 from xKylee/upsteam3
upstream: merge
2020-02-20 18:09:19 +00:00
Kyle
01039bdeca Update WidgetID.java 2020-02-20 17:59:22 +00:00
xKylee
dfd9bf81f8 Merge branch 'pr/19' into upsteam3 2020-02-20 17:57:43 +00:00
Ron Young
e8454a367c banktags: add tests 2020-02-20 09:25:59 -05:00
Ron Young
80398ae186 banktags: add tag searching for ge search 2020-02-20 09:25:59 -05:00
Ron Young
b4780dd762 ItemVariations: add reverse mapping of variations 2020-02-20 09:25:59 -05:00
Ron Young
37db307cda runelite-api: add GE search event and variables 2020-02-20 09:25:59 -05:00
Runelite auto updater
36d41737f3 Bump for 1.6.8-SNAPSHOT 2020-02-20 12:11:38 +00:00
Runelite auto updater
d11f9d68b0 Release 1.6.7 2020-02-20 12:11:30 +00:00
RuneLite Cache-Code Autoupdater
e7efd50703 Update Scripts to 2020-02-20-rev182 2020-02-20 04:42:51 -07:00
RuneLite Cache-Code Autoupdater
4e9da518a3 Update Widget IDs to 2020-02-20-rev182 2020-02-20 11:33:12 +00:00
RuneLite Cache-Code Autoupdater
8a4124e404 Update NPC IDs to 2020-02-20-rev182 2020-02-20 11:33:08 +00:00
RuneLite Cache-Code Autoupdater
87e93c9278 Update Object IDs to 2020-02-20-rev182 2020-02-20 11:33:07 +00:00
RuneLite Cache-Code Autoupdater
5278f3634a Update Item variations to 2020-02-20-rev182 2020-02-20 11:33:07 +00:00
RuneLite Cache-Code Autoupdater
4b30c897a6 Update Item IDs to 2020-02-20-rev182 2020-02-20 11:33:07 +00:00
github-actions[bot]
ab4734c7a4 Merge pull request #2361 from open-osrs/NPC-UPDATE-a7db1e995
Client: Update NPC stats
2020-02-20 00:43:46 +00:00
OpenOSRS
f30b44ca13 Client: Update NPC stats 2020-02-20 00:20:28 +00:00
dekvall
4433eb384b attackstyles: fix salamander magic attacks
The magic attack style is the defensive option for salamanders but the xp
gained is added to the magic skill entirely.
2020-02-19 23:50:31 +01:00
Adam
2ee6c9a7c0 cache: add blocking mask to object definition 2020-02-19 17:37:00 -05:00
Tyler Camp
5fc4e1bd69 gpu: create tmp data buffers during init and reuse across frames
Creating and destroying buffers each frame is unnecessary and inefficient as it doesn't give the driver the chance to observe the buffer's usage and optimize its access.

Co-authored-by: Adam <Adam@sigterm.info>
2020-02-19 17:05:49 -05:00
Owain van Brakel
a7db1e995b Update Dependencies.kt 2020-02-19 19:17:26 +01:00
Owain van Brakel
e16d087ab4 Merge pull request #2360 from Owain94/misc
misc: Fix button state, Configurable side panel shortcuts
2020-02-19 19:16:56 +01:00
Owain van Brakel
a8c0259c1c plugins: Misc 2020-02-19 18:03:58 +01:00
Owain van Brakel
677fc4fdc6 client: Configurable side panel shortcuts 2020-02-19 18:03:42 +01:00
Owain van Brakel
8ec430486d config: Fix button state 2020-02-19 17:44:35 +01:00
github-actions[bot]
3a3e6d0419 Merge pull request #2359 from open-osrs/NPC-UPDATE-42e235588
Client: Update NPC stats
2020-02-19 00:21:48 +00:00
github-actions[bot]
4f9ae45bfd Merge pull request #2358 from open-osrs/GRADLE-WRAPPER-UPDATE-42e235588
project: Update gradle wrapper
2020-02-19 00:17:14 +00:00
OpenOSRS
66d9822ccb Client: Update NPC stats 2020-02-19 00:15:14 +00:00
OpenOSRS
bf9723e662 project: Update gradle wrapper 2020-02-19 00:11:11 +00:00
Owain van Brakel
42e2355883 Merge pull request #2357 from Owain94/injectedgradle6.2
injected: Fix publish task under gradle 6.2
2020-02-18 23:02:03 +01:00
Owain van Brakel
76b2537eb1 injected: Fix publish task under gradle 6.2 2020-02-18 22:55:02 +01:00
Owain van Brakel
aa927430c3 Merge pull request #2356 from Owain94/SHHHHHHTTTTTT
externalpluginmanager: Remove logging
2020-02-18 22:13:51 +01:00
Owain van Brakel
fe672f8177 externalpluginmanager: Remove logging 2020-02-18 21:47:02 +01:00
Owain van Brakel
1e9514964a Merge pull request #2355 from Owain94/externalmanagerpluginloading
externalmanager: Improve plugin loading
2020-02-18 21:42:11 +01:00
Owain van Brakel
1d46eb452c Merge pull request #2354 from Owain94/cannonunfuck
cannon: Fix cannon
2020-02-18 21:41:57 +01:00
Owain van Brakel
1921d0e974 cannon: Fix cannon 2020-02-18 19:34:48 +01:00
Owain van Brakel
5c429cef03 externalmanager: Improve plugin loading 2020-02-18 19:29:56 +01:00
ThatGamerBlue
ac1e7a9380 Merge pull request #2353 from open-osrs/ThatGamerBlue-patch-1
jitpack: might fix it idk
2020-02-18 18:06:42 +00:00
ThatGamerBlue
e1e6c079b5 jitpack: might fix it idk 2020-02-18 17:46:53 +00:00
Owain van Brakel
3842ecb0d0 Merge pull request #2352 from Owain94/gradle6.2repositories
gradle: improve repository searching speed
2020-02-18 06:04:32 +01:00
Owain van Brakel
97de2eae55 gradle: improve repository searching speed 2020-02-18 05:46:03 +01:00
Abex
cb52f0fa5f Merge pull request #5766 from trimbe/kittype-fix
Fix KitType index for the head slot
2020-02-17 21:23:13 -07:00
Kyle
83c37a9737 Client: version bump 2020-02-18 00:29:52 +00:00
github-actions[bot]
939f9e6dd0 Merge pull request #2351 from open-osrs/NPC-UPDATE-6d68b7249
Client: Update NPC stats
2020-02-18 00:23:38 +00:00
github-actions[bot]
e595001d00 Merge pull request #2350 from open-osrs/GRADLE-WRAPPER-UPDATE-6d68b7249
project: Update gradle wrapper
2020-02-18 00:19:47 +00:00