Commit Graph
6017 Commits
Author SHA1 Message Date
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
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
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 5278f3634a Update Item variations to 2020-02-20-rev182 2020-02-20 11:33:07 +00:00
Tyler CampandAdam 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
Adam d347e3a088 devtools: add get/set conf commands 2020-02-15 22:30:29 -05:00
09114ca83a timers: use poison varplayer for antipoison/venom timers
This commit allows the poison timer to be much more accurate as it
receives periodic updates from the server, and covers edge cases where
poison may be delayed or cured from sources besides potion clicks.
(banked potion drinks, HP orb "Cure" menu option, etc.)

This commit removes the `initialDelay` field from GameTimer as the field
was used only to chain antivenom timers into their follow-up antipoison
timers.

Fixes runelite/runelite#1471
Fixes runelite/runelite#10724

Co-authored-by: Lucas <lws.ned1260@gmail.com>
Co-authored-by: Adam <Adam@sigterm.info>
2020-02-15 19:37:44 -05:00
Adam 23906a6d35 Merge pull request #10801 from Alexsuperfly/screenshot-filename-space-fix
ImageCapture: only append space when filename isnt empty
2020-02-15 19:08:28 -05:00
Adam 82b4ef29e9 Merge pull request #10796 from Nightfirecat/revert-magic-boost-imbued-heart-timer
Revert "timers plugin: Improve imbued heart detection"
2020-02-15 19:07:10 -05:00
Tomas Slusny 38a15ce59f Merge pull request #10379 from deathbeam/tob-party-movable
Make ToB party interface movable
2020-02-16 00:58:35 +01:00
Alexsuperfly 57167ff1cc ImageCapture: only append space when filename isnt empty 2020-02-14 15:04:38 -05:00
Jordan Atwood 967fadf59d Revert "timers plugin: Improve imbued heart detection"
This reverts commit 45c5df3379.
2020-02-14 09:01:44 -08:00
Adam ea58c8d6d5 Merge pull request #10786 from Trevor159/slepe-hotcold
hot cold clues: add new slepe location
2020-02-13 15:48:52 -05:00
Adam 513b56cb75 Merge pull request #10783 from dekvall/nightmare-kc
hiscores: add nightmare boss
2020-02-13 15:44:47 -05:00
Adam 99e885cb0a loottracker: fix tracking first clue opens 2020-02-13 12:51:36 -05:00
Max Weber e7679a8700 PluginManager: try/catch Throwable all the plugin startup stuff
If you loaded an external plugin that throws LinkageErrors it could
cause the client not to start
2020-02-13 09:55:19 -07:00
Adam e737d73257 loottracker: prevent null events
Also detect and log null events from the clue scroll reward interface
2020-02-13 10:39:51 -05:00
Runelite auto updater 9d908110b8 Bump for 1.6.7-SNAPSHOT 2020-02-13 12:32:53 +00:00
Runelite auto updater 20e29fd730 Release 1.6.6 2020-02-13 12:32:44 +00:00
Ben Dol af00494ab8 itemstats: Add "Always Show Base Stats" option
This commit adds an option to display a more comprehensive tooltip
which, alongside the stat changes, shows the base stats of any equipment
hovered.
2020-02-12 23:25:11 -08:00
Ben Dol 68e40f64f3 itemstats: Add "Show Stats In Bank" option 2020-02-12 23:06:34 -08:00
Ben Dol 05c6297414 itemstats: Round item values for displaying
This prevents some stats from displaying as X.XXXXXXXXXXXXX due to their
values being stored as `double`s in the overlay.
2020-02-12 23:06:34 -08:00
dekvall 976ecd8f6b hiscores: add nightmare boss 2020-02-13 07:13:12 +01:00