Commit Graph
10670 Commits
Author SHA1 Message Date
Adam 35ddeebf04 screenshot plugin: add tob story and hard mode screenshots 2021-06-13 18:12:55 -04:00
Adam 79b18d43aa screenshot plugin: make subdir strings constants 2021-06-13 17:32:34 -04:00
Adam 5db59f083e screenshot plugin: consolidate kill count fields 2021-06-13 17:31:29 -04:00
Adam 86a79a1509 Remove examine api
The non-items examine info has been broken for years, and the wiki already has item examines anyway, so we can use those in the future if we need them.
2021-06-13 15:25:04 -04:00
AdamandGG46KG 141d4eac0d menu swapper: add achievement diary items with non-standard teleport options
Co-authored-by: GG46KG <cvernino@att.net>
2021-06-12 17:04:36 -04:00
Broooklyn 7610649ac0 worldmap: Add TzHaar-Ket-Rak's Challenges minigame location 2021-06-12 14:27:13 -04:00
Broooklyn 4fdd6b799f poh: Add icons for objects changed with Goblin Decorations 2021-06-12 14:22:54 -04:00
Jordan Atwood c60d714832 HotColdLocation: Add clue type field 2021-06-12 13:20:28 -04:00
Cyborger1 5b55afd2ce hiscore: add lookup clan member (#13706) 2021-06-12 03:39:11 +00:00
tanlines 6467d0d4b7 itemstats: Fix stamina restore with Ring of Endurance (#13692) 2021-06-12 00:32:26 +00:00
Adam 53e257ce17 api: add widget line height accessors 2021-06-11 15:57:34 -04:00
Adam d4078a9555 ground markers: add configurable border width 2021-06-11 13:06:01 -04:00
Max Weber 074f1e0841 client: correctly use Runnables::doNothing
passing it as a method reference complete defeats the point of the
method as it desugars to:
option("foo", () ->
{
  Runnable unused = Runnables.doNothing();
});
2021-06-11 03:18:35 -06:00
Jordan 2b5ea1f0b5 Merge pull request #13680 from LlemonDuck/fix-camera-pitch-jitter
camera: prevent pitch increment with "preserve pitch" enabled
2021-06-11 08:01:54 +00:00
LlemonDuck 851d8a8de7 camera: prevent pitch increment with "preserve pitch" enabled
When clicking the compass, the vanilla camera will jitter randomly
within 5 values. With "compassLookPreservePitch" enabled, spam clicking
the compass would cause your camera pitch to rise repeatedly by that
random jitter. This places the camera pitch restore callback after the
random jitter, to eliminate that discrepancy.
2021-06-11 00:51:13 -07:00
Jordan 2513d3202e Merge pull request #13499 from FlashBasedGod/tempoross-timer-red
Tempoross timer bug
2021-06-11 07:18:22 +00:00
FlashBasedGod f62a7c280a ground items: Add Tempoross instance to normal despawn timers 2021-06-11 00:11:45 -07:00
Jordan f31f70cb60 Merge pull request #9021 from jplsek/inv-grid-color-config
Inventory Grid Plugin: Add color configuration
2021-06-11 05:23:57 +00:00
Jeremy Plsek 21a14e1d23 inventory grid: add color config 2021-06-10 20:02:19 -04:00
Cyborger1 3bbecdb061 ChatHistory: Fix "Copy to Clipboard" after clan update 2021-06-10 17:57:58 -04:00
Adam 798ed5e027 chat commands: update tob duration pattern 2021-06-10 17:07:33 -04:00
Jordan c12948994c Merge pull request #13718 from Cyborger1/ghorrock-tab-identification
ItemIdentification: Add Ghorrock tablet
2021-06-10 15:43:02 +00:00
Cyborger1 6d17a4b8a1 ItemIdentification: Add Ghorrock tablet 2021-06-10 11:16:05 -04:00
Adam e3f2b28fac menu swapper: add con cape tele to poh 2021-06-09 22:52:50 -04:00
Adam 4abd69977b gpu: use renderbuffer for aa fbo
Previously this bound first a render buffer and then a texture to the aa fbo color attachment0, making the renderbuffer unused. Just remove the texture, causing the render buffer to be used.
2021-06-09 15:37:15 -04:00
Adam d228fa70fc chat commands: update tob new pb pattern
The old text (Personal best!) is no longer used
2021-06-09 11:59:36 -04:00
Adam c9f5f93b52 camera: add option to preserve yaw when world hopping 2021-06-07 21:12:54 -04:00
Adam 89a3838275 api: add setCameraYawTarget 2021-06-07 21:12:53 -04:00
Hydrox6 d75a50a236 world map mouse listener: consume click if icon is clicked on
This stops the map from being closed when clicking on an icon
overlapping the close button.
2021-06-06 18:22:55 -04:00
Hydrox6 c09c96cd78 world map overlay: make icons display fully on the map when edge snapped 2021-06-06 18:22:55 -04:00
Jordan Atwood d69a5ddd8b status bars: Add counter text drop shadow
This drop shadow was present prior to the plugin refactor in
1165780f42 which erroneously removed it.
2021-06-06 15:53:59 -04:00
Adam 3f7146a6c2 chat colors: fix clan chat message highlight keys
The old friends chat uses "clan chat" as its key name for historical
reasons, and so the new clan chat uses "clan"
2021-06-06 15:11:13 -04:00
ThePharros 1dd82db10c screenshot: Add option to screenshot collection log entries (#13625) 2021-06-06 18:16:06 +00:00
Jordan Atwood 70dc7f56bc clues: Fix three step cryptic clue getLocations NPE
Prior to this commit, ThreeStepCrypticClue simply returned a
concatenation of the active step locations without filtering the mapped
locations in any way. This could lead to NPEs in the plugin as some
cryptic clues have null locations for steps which have no specific
location or have a variable location. This commit addresses this by
making CrypticClue's location field `@Nullable`, filtering null
locations from ThreeStepCrypticClue's getLocations stream, and by adding
a test to ensure ThreeStepCrypticClue's getLocations method cannot yield
any null entries in its return value.
2021-06-05 17:53:17 -04:00
Adam c271580e74 chat commands: fix tob hm/sm kc/pb tracking
The : in the boss name breaks for logged in users, so remap it to a
clean name instead. Also add short names.
2021-06-05 17:21:09 -04:00
Adam d3a2e4bbc2 config manager: disallow : in key names
The config service rewrites . -> : and : -> . for storage since mongodb
does not support . in field names. This causes any keys set with : to
get changed after going to the config service and back.
2021-06-05 17:21:09 -04:00
SkylerPIlot 879e3ce737 spec counter: add Alchemical Hydra
This keeps the counter up when the hydra changes phases

Signed-off-by: SkylerPIlot <SkylerParthemore@gmail.com>
2021-06-05 17:18:45 -04:00
LlemonDuck eddb7276a2 idle notifier: reset six hour notif on startup
Six hour notification could trigger incorrectly when the plugin was enabled if the player disabled -> logged out -> logged in -> enabled, since the notification timer was not reset.
2021-06-04 19:15:11 -04:00
Adam 559410b537 mta: clear hint arrow when leaving enchantment and alchemist room 2021-06-04 16:13:34 -04:00
Adam ab5d90fdca chat filter: remove filter login
This has been added as a setting ingame with the latest update
2021-06-03 13:01:12 -04:00
Adam 3d034c38d3 hiscore panel: add tob hard mode 2021-06-03 11:05:22 -04:00
Adam 4b05699d6e http-api: add tob hm hiscores 2021-06-03 08:57:11 -04:00
Runelite auto updater 614649281b Bump for 1.7.12-SNAPSHOT 2021-06-03 10:50:45 +00:00
Runelite auto updater 327c8a7d46 Release 1.7.11 2021-06-03 10:50:40 +00:00
RuneLite Cache-Code Autoupdater 70c8725a8a Update Scripts to 2021-6-3 2021-06-03 04:35:33 -06:00
RuneLite Cache-Code Autoupdater ba385b23e6 Update NPC IDs to 2021-06-03-rev196 2021-06-03 10:31:32 +00:00
RuneLite Cache-Code Autoupdater bfce17b54d Update Object IDs to 2021-06-03-rev196 2021-06-03 10:31:32 +00:00
RuneLite Cache-Code Autoupdater 04879a5447 Update Item variations to 2021-06-03-rev196 2021-06-03 10:31:31 +00:00
RuneLite Cache-Code Autoupdater ea7a60eb65 Update Item IDs to 2021-06-03-rev196 2021-06-03 10:31:31 +00:00
Adam 657132b39b chat channel: add target mode config 2021-06-02 16:50:13 -04:00