github-actions[bot]
b09ea94f2d
Merge pull request #2487 from open-osrs/NPC-UPDATE-190f8ce4a
...
Client: Update NPC stats
2020-04-08 00:17:53 +00:00
OpenOSRS
0c349134a0
Client: Update NPC stats
2020-04-08 00:08:45 +00:00
github-actions[bot]
190f8ce4ae
Merge pull request #2485 from open-osrs/NPC-UPDATE-3c6e2b057
...
Client: Update NPC stats
2020-04-07 00:17:41 +00:00
OpenOSRS
cb83108252
Client: Update NPC stats
2020-04-07 00:08:10 +00:00
github-actions[bot]
3c6e2b057b
Merge pull request #2483 from open-osrs/NPC-UPDATE-f32419f5d
...
Client: Update NPC stats
2020-04-06 00:17:56 +00:00
OpenOSRS
bf8c9752c9
Client: Update NPC stats
2020-04-06 00:08:52 +00:00
github-actions[bot]
f32419f5d7
Merge pull request #2482 from open-osrs/NPC-UPDATE-61647170d
...
Client: Update NPC stats
2020-04-05 00:17:50 +00:00
OpenOSRS
068a9d27f2
Client: Update NPC stats
2020-04-05 00:09:30 +00:00
ThatGamerBlue
61647170d3
Merge pull request #2478 from ThatGamerBlue/menuoptions-oprs
...
deobber: improve dump mappings
2020-04-04 09:47:00 +01:00
github-actions[bot]
b740a6f9cd
Merge pull request #2479 from open-osrs/NPC-UPDATE-d09a09b72
...
Client: Update NPC stats
2020-04-04 00:16:40 +00:00
OpenOSRS
5afba5f012
Client: Update NPC stats
2020-04-04 00:09:52 +00:00
ThatGamerBlue
e3de91ae8b
deobber: improve dump mappings
2020-04-03 20:41:44 +01:00
Kyle
d09a09b72e
Merge pull request #2477 from xKylee/upstream43
...
project: upstream
2020-04-03 13:22:30 +01:00
xKylee
f74b67e07d
upstream
2020-04-03 11:43:39 +01:00
Abex
d50596b946
Merge pull request #11176 from 000000653/patch-1
...
NPC Agression Timer: fix typo in notification
2020-04-02 20:52:58 -06:00
Crow
0f66573fb2
NPC Agression Timer: fix typo in notification
2020-04-02 21:32:26 -05:00
github-actions[bot]
c7fd89f17f
Merge pull request #2476 from open-osrs/NPC-UPDATE-edf023619
...
Client: Update NPC stats
2020-04-03 00:17:09 +00:00
OpenOSRS
adc16b5ee8
Client: Update NPC stats
2020-04-03 00:08:55 +00:00
Daniel
3bc66a0608
questlist: Ensure filter has non-null state on startup
...
Prior to this commit, the filter state was only set initially when
logging in, causing NPEs and errant plugin behavior if toggled on when
already logged in.
2020-04-02 22:29:33 +00:00
Magic fTail
babeed3293
chatmessagemanager: use default timestamp if none is provided
2020-04-02 18:21:18 -04:00
ypperlig
71488eaa2f
barrowsplugin: fix null pointer exception in region check
...
2020-03-31 01:01:39 [Client] WARN n.runelite.client.eventbus.EventBus - Uncaught exception in event subscriber
java.lang.NullPointerException: null
at net.runelite.client.plugins.barrows.BarrowsPlugin.isInCrypt(BarrowsPlugin.java:252)
at net.runelite.client.plugins.barrows.BarrowsPlugin.onGameStateChanged(BarrowsPlugin.java:166)
at net.runelite.client.eventbus.EventBus$Subscriber.invoke(EventBus.java:73)
at net.runelite.client.eventbus.EventBus.post(EventBus.java:222)
at net.runelite.client.callback.Hooks.post(Hooks.java:167)
at client.oz(client.java:62117)
at bn.ew(bn.java:1275)
at client.zl(client.java:2476)
at client.u(client.java:1114)
at br.kq(br.java:336)
at br.run(br.java:315)
at java.lang.Thread.run(Thread.java:748)
2020-04-02 15:01:18 -04:00
Adam
087b2ac969
Merge pull request #10875 from devLotto/issue-8633
...
player-indicators: highlight the 'Walk here' menu entry too
2020-04-02 14:45:24 -04:00
Lotto
bdb554e9a1
player-indicators: highlight the 'Walk here' menu entry too
2020-04-02 13:34:37 -04:00
Lotto
d4f2753e05
player-indicators: move menu logic to ClientTick
2020-04-02 13:34:36 -04:00
Lotto
e7171ee386
player-indicators: break out decorating code into own methods
2020-04-02 13:34:01 -04:00
Lotto
b85675f624
api: remove Follow and Trade menu actions
...
They are just the third and fourth player options but deprioritized by having 2000 added to them.
2020-04-02 13:34:01 -04:00
Lewis
85c5cf9a19
music plugin: add option to mute prayer sounds
2020-04-02 13:26:21 -04:00
Dennis
b81caff06f
ge plugin: add fuzzy search option
2020-04-02 12:27:48 -04:00
Adam
8aad85d768
Merge pull request #11165 from abextm/notifier-reuse-clip
...
Notifier: Reuse Clip instances
2020-04-02 11:47:08 -04:00
James
edf0236198
project: Added binaries link to README.md ( #2475 )
...
project: Added binaries link to README.md
2020-04-02 11:57:07 +01:00
James
987261659f
Update README.md
2020-04-02 03:31:22 -07:00
Max Weber
5f585987f5
Notifier: Reuse Clip instances
...
This was leaking instances of Clip, which on linux/alsa+alsa-pulseaudio
keeps a connection to pulseaudio open forever, for each notification
which will eventually lock/crash the pulse daemon.
If we just made it close the clip, it would become difficult to change
the volume because the volume interface would go away as soon as the
clip has stopped playing, so instead we keep the clip around after it
has been loaded if the mtime of the file hasn't changed.
2020-04-02 00:07:17 -06:00
Thomas
0bf469eaf1
slayer plugin: add Jormungand's Prison task location
2020-04-01 23:35:32 -04:00
Thomas Cylke
b028237cc7
varplayer: add auto retaliate ( #2193 )
...
* Adds the VarPlayer corresponding to your currently set auto retaliate option.
* Update VarPlayer.java
* Fixed important typo
Oops
2020-04-02 02:17:55 +01:00
github-actions[bot]
819f7b0abe
Merge pull request #2474 from open-osrs/NPC-UPDATE-aa84a9e79
...
Client: Update NPC stats
2020-04-02 00:16:28 +00:00
OpenOSRS
e4a0ce61f6
Client: Update NPC stats
2020-04-02 00:09:52 +00:00
Sean Dewar
b8ad248fcb
runenergy: update graceful recovery rate logic
...
Updates the energy recovery rate calculation to reflect the changes made
in the 9th January 2020 game update.
Each individual piece of graceful now boosts your recovery rate by 3%,
with an extra 1% for the top and legs. With the full set, an extra boost
of 10% is added, totalling 30%. Previously, there was no boost for
individual pieces, instead the full set was required for a flat boost of
30%.
2020-04-01 19:22:07 -04:00
ThatGamerBlue
aa84a9e79f
Merge pull request #2472 from ThatGamerBlue/menuoptions-oprs
...
plugins: fix plugins loading configs from their dependencies
2020-04-01 21:50:20 +01:00
Jordan
b250d8c327
Merge pull request #11052 from TheStonedTurtle/kbd-nmz
...
Nmz Plugin - Fix area check to exclude KBD lair
2020-03-31 21:01:51 -07:00
TheStonedTurtle
7744056766
discord: Fix NMZ area check to exclude KBD lair
...
NMZ reuses the KBD region ID but is always above plane 0
2020-03-31 20:52:46 -07:00
TheStonedTurtle
0faf994f54
nightmarezone: Fix area check to exclude KBD lair
...
Fixes #3692
2020-03-31 20:52:28 -07:00
Jordan
9632eb6cb8
Merge pull request #9975 from Nightfirecat/fix-woodcutting-overlay-for-long-chop-delays
...
Fix woodcutting overlay hiding during long chop delays
2020-03-31 20:03:42 -07:00
Jordan
ed7de916ea
Merge pull request #9980 from Nightfirecat/dont-show-boost-change-when-no-boosted-stats-shown
...
boosts: Hide restore timer when no boosts are visible
2020-03-31 20:02:30 -07:00
github-actions[bot]
4f6b9af388
Merge pull request #2473 from open-osrs/NPC-UPDATE-018157d6b
...
Client: Update NPC stats
2020-04-01 02:44:23 +00:00
OpenOSRS
a12ca32fa0
Client: Update NPC stats
2020-04-01 02:37:33 +00:00
ThatGamerBlue
018157d6bf
Merge pull request #2470 from open-osrs/actions-automerge
...
actions: update automerge
2020-04-01 03:24:13 +01:00
dekvall
2d01dc21bd
prayer: display prayer time remaining in prayer orb
2020-03-31 20:52:07 -04:00
Robert Nönnig
12c969cc0a
prayer: Hide prayer flick indicator when minimap is hidden ( #11138 )
2020-04-01 01:11:40 +02:00
Jordan
ca11d1926a
Merge pull request #10908 from BrandtHill/fishing-tooltip_issue-10900
...
Check player animation to update fishing status
2020-03-31 12:58:36 -07:00
Morgan Lewis
ea71fcf4bf
worldmap: Fix slayer ring teleport location
...
Fix slayer tower location and add main surface icon for
rellekka slayer cave.
2020-03-31 19:28:35 +00:00