Owain van Brakel
8fbb3bc0ee
Merge remote-tracking branch 'runelite/master'
2020-02-21 02:09:23 +01:00
Owain van Brakel
e7dac3684b
Merge remote-tracking branch 'runelite/master'
2020-02-21 02:08:47 +01:00
Adam
e5c143de2e
Merge pull request #10337 from sethtroll/fixagilityshortcut
...
Update quest start and agility shortcut coordinates for WorldMap plugin
2020-02-20 19:51:07 -05:00
Evan Walden
a38f2318de
item prices: show tooltips in the seed vault
2020-02-20 19:42:57 -05:00
Max Weber
7501939665
loottracker: fix hide/show ignored items button
2020-02-20 17:22:25 -07:00
Rolf Don
8db7051206
skill calc: strip out non-digits characters
2020-02-20 19:07:44 -05:00
Adam
cf3fb89b1a
Merge pull request #10790 from abextm/plugin-linkerror
...
PluginManager: try/catch Throwable all the plugin startup stuff
2020-02-20 18:47:40 -05:00
Adam
6be1135bdf
Merge pull request #10258 from BenDol/bd_itemstats_impr
...
itemstats: Add 'Always Show Base Stats' & 'Show Stats In Bank'
2020-02-20 18:43:04 -05:00
Adam
84641d6609
Merge pull request #10773 from Nightfirecat/rs-time-units
...
Add RS-specific time units
2020-02-20 18:36:06 -05:00
Adam
523a4ed34f
Merge pull request #10286 from dekvall/re-add-grid-thing
...
inventorygrid: re-add a delay to showing the overlay
2020-02-20 18:32:24 -05:00
Sander de Groot
eb02d508c4
chat commands: add Bounty Hunter, Bounty Hunter Rogue, and Last Man Standing commands
2020-02-20 18:29:23 -05:00
Alfred Ababio
640052607f
skill calc: add long and curved bones to construction calc
2020-02-20 18:13:49 -05:00
Adam
2f4ab59c57
Merge pull request #10752 from Trevor159/notification-event
...
client: add notification fired event
2020-02-20 18:11:16 -05:00
Seth
b3b51108dc
clue plugin: update Trollweiss cryptic clue hint to include a sled
2020-02-20 17:14:09 -05:00
Jordan Atwood
e3db56804e
plugins: Use RSTimeUnit util where applicable
...
This replaces uses of `Duration#minusMillis()` and `TemporalUnit`
referencing units of time defined in RSTimeUnits with their definitions.
The Timers plugin constructors are changed to accept implementations of
the `TemporalUnit` interface as they do not require any
`ChronoUnit`-specific APIs. Furthermore, the timer lengths updated use
the game tick lengths described in the OSRS wiki, which generally
closely correspond to the previous length definitions we used.
2020-02-20 14:05:19 -08:00
Jordan Atwood
4f9c22c4c1
util: Create RSTimeUnit enum
...
This commit adds a list of time units used in some duration
calculations, specifically client ticks and game ticks.
2020-02-20 14:05:18 -08:00
Adam
01ebf340e3
Merge pull request #10777 from Nightfirecat/clear-clue-scroll-on-empty-dev-command
...
Clear clue scroll on empty dev command
2020-02-20 17:04:57 -05:00
Owain van Brakel
7ac8fc08c6
Update Dependencies.kt
2020-02-20 22:11:21 +01:00
kmutchnick
3518fbbf48
clue plugin: add pet rock and rune thrownaxe to DK clue
2020-02-20 15:51:23 -05:00
kmutchnick
45d8fae5de
clue plugin: update solution text for deep wilderness dungeon cryptic clue
2020-02-20 15:44:22 -05:00
kmutchnick
9108fb448a
skill calc: fix skill requirement for compost potions
2020-02-20 15:37:06 -05:00
kmutchnick
4d60196340
clue plugin: add new Slepe anagram clue
2020-02-20 15:27:24 -05:00
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
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