Adam
c95bc2b5b7
cache: update kit definition
2020-02-27 13:02:51 -05:00
Runelite auto updater
6b76c924cc
Bump for 1.6.9-SNAPSHOT
2020-02-27 12:10:00 +00:00
Runelite auto updater
b3aa003639
Release 1.6.8
2020-02-27 12:09:51 +00:00
Abex
e46995557f
Merge pull request #10896 from abextm/cache-code-2020-02-27-rev182
...
Cache code 2020 02 27 rev182
2020-02-27 04:40:56 -07:00
RuneLite Cache-Code Autoupdater
703d3ff91a
Update Scripts to 2020-02-27-rev182
2020-02-27 11:33:17 +00:00
RuneLite Cache-Code Autoupdater
10a3c05202
Update NPC IDs to 2020-02-27-rev182
2020-02-27 11:33:13 +00:00
RuneLite Cache-Code Autoupdater
65d2127ba6
Update Object IDs to 2020-02-27-rev182
2020-02-27 11:33:12 +00:00
Adam
f32d155f65
session: add logged-in tracking
2020-02-26 08:26:53 -05:00
Henry Darnell
b322f2ef6c
emoji: add pensive emoji
2020-02-24 18:43:06 -05:00
Adam
5a46abddc5
Use GE limits from item stats
2020-02-24 15:02:47 -05:00
Ron Young
20920be0c0
LayoutResizableStones: fix bad script merge
2020-02-23 17:19:17 -05:00
Daniel
d52fe009f5
blast furnace: add coffer time remaining overlay
2020-02-23 17:14:02 -05:00
Krysa
c9e487fc9e
inventory tags: add 2 additional color groups
2020-02-23 14:58:07 -05:00
ln
66fac018eb
gpu: add UI bicubic & xBR rescaling
2020-02-23 14:49:04 -05:00
Jeremy Plsek
91bfe7eb6d
plugin hub panel: add url to help tooltip and add missing space to warning
2020-02-23 12:33:09 -05:00
DeliciousLunch55
5a95ac2015
xpdrop plugin: add 'prayer' to tags
2020-02-23 12:28:17 -05:00
Adam
99cca2025b
Merge pull request #10833 from dekvall/lizards-are-reptiles-salamanders-are-amphibians
...
attackstyles: fix salamander magic attacks
2020-02-23 12:26:13 -05:00
Adam
bf17c61843
Merge pull request #10832 from dekvall/mining-tooltip-thing
...
worldmap: add ore information to mining site tooltips
2020-02-23 12:24:27 -05:00
Hydrox6
afe85fa6e6
slayer: fix boss task parsing to support Konar
...
Fixes runelite/runelite#8009
2020-02-23 12:04:55 -05:00
James Carroll
5813750cd2
Thread Desktop browse and open
...
This should allow systems without GVFS to open the logs folder. This applies to the AppImage on non-Gnome or bare bone systems, the raw Jar, and Snap.
Co-authored-by: Adam <Adam@sigterm.info >
2020-02-23 11:06:02 -05:00
Adam
abf055c9b8
Merge protocol and protocol-api into cache-client
...
Originally I was going to expand on the protocol further, but am no
longer looking at doing that.
2020-02-23 10:34:30 -05:00
Adam
5ed485fccb
configmanager: harden against being killed mid-save
...
This first writes to a temporary file, then if successful, attempts an
atomic rename
2020-02-22 17:03:43 -05:00
dekvall
164baf4e2c
worldmap: add informative mining site tooltip
2020-02-21 13:56:32 +01:00
dekvall
a5a51ef7dd
worldmap: support multiline tooltips
2020-02-21 13:56:32 +01:00
DeliciousLunch55
e77860ab4c
clue plugin: Improve Shilo Village elite coordinate clue hint
2020-02-20 19:00:08 -08: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
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
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