Commit Graph

5078 Commits

Author SHA1 Message Date
Michael Goodwin
369fd90d1d Check for correct ToB region when receiving loot
Check for ToB region being end region when receiving ToB loot to avoid
falsely trigered loot (e.g for onions).

Foxes #4695

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-09-02 22:04:34 +02:00
Michael Goodwin
98ec2cd5c8 Add common method for converting local to world point
- Add commom method for converting local to world point accounting for
instances
- Make both discord and ground marker plugin use this method

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-09-02 22:04:32 +02:00
Michael Goodwin
0b2c7af6aa Check for player HP being 0 in player loot event
Check if player HP is 0 (e.g player being really dead) when sending
PlayerLootReceived event.

Fixes #4653
2018-09-02 22:00:56 +02:00
Michael Goodwin
549150a749 Make same-tick same-tile loot event fire once
Make kills done in same tick on same tile count only once to prevent
duplicated entries in loot tracker.

Closes #4839
2018-09-02 22:00:49 +02:00
Tomas Slusny
e6df8d27b7 Merge pull request #5222 from MagicfTail/In-Combat-Logout-Notification
Fix in combat idle logout notification and add config option for notification
2018-09-02 10:25:49 +02:00
Magic fTail
e1036922f3 Add support for combat idle 20 minute timer
- Add support for timer that will reset each time hitsplat is applied to
local player and timeout after 20 mins
- Make idle logout configurable
- Add unit tests for new functionality
2018-09-02 10:14:09 +02:00
CC007
9506c672a0 Fix locale not being applied for StackFormatterTest (#5216)
Failed tests before the commit:

```
Failed tests: 
  StackFormatterTest.quantityToRSDecimalStackSize:49 expected:<21[.]7K> but was:<21[,]7K>
  StackFormatterTest.quantityToStackSize:84 expected:<1[,]000> but was:<1[.]000>
  StackFormatterTest.stackSizeToQuantity:107 expected:<10500> but was:<10>
```

After the commit, the tests succeeded.
2018-09-02 09:54:15 +02:00
Tomas Slusny
0a3fbf2cf5 Merge pull request #5182 from deathbeam/reduce-noise
Reduce default plugin noise for regular users
2018-09-01 21:59:55 +02:00
Tomas Slusny
f249b041e4 Merge pull request #5250 from oplosthee/runecraft-pouch-decay
Add "one" to binding necklace regex matching group
2018-09-01 20:59:57 +02:00
Tomas Slusny
dfea20ccbc Make KourendLibrary overlay show only on interact
Make KourendLibrary plugin overlay show only on interaction with
bookcase or with customer after login, as by default the noise caused by
the overlays is horrendous.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-09-01 14:46:05 +02:00
Tomas Slusny
eca392687b Disable lit/unlit burner indicators by default
Majority of players do not care about these and it is just permanent
noise in POH for them, leave the enabling of this setting to minority.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-09-01 14:18:37 +02:00
Tomas Slusny
5e5684f39f Disable blast furnace clickboxes by default
A lot of people visit blast furnace without intention to actually do the
activity (e.g to buy ores) so simply disable the clickbox noise by
default and leave to user if they want them.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-09-01 14:18:37 +02:00
Tomas Slusny
c96b5f857e Add common hidden items to GroundItemsPlugin
To reduce default plugin noise add some common hidden items to
GroundItemsPlugin (basically same default hidden list as OSBuddy has).

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-09-01 14:09:34 +02:00
Noël Keijzer
0a17590c2a Add automatic bounty hunter target lookup in HiScore plugin (#5193)
Make HiScore plugin lookup bounty hunter target automatically on chat message that the person got new target assigned (disabled by default).

Closes #4173
2018-09-01 12:21:48 +02:00
Sebastiaan Vanspauwen
44782c156a WidgetOverlay: Make fossil island oxygen bar moveable (#5246) 2018-09-01 12:14:43 +02:00
Tomas Slusny
95cf046f47 Merge pull request #5162 from ShaunDreclin/dragonstone-hint-arrow
Fix mta dragonstone hint arrow not clearing
2018-09-01 12:13:22 +02:00
Shaun Dreclin
79cda7028d Fix mta dragonstone hint arrow not clearing 2018-08-31 19:12:18 -04:00
Abex
796ce39e21 Merge pull request #5188 from ShaunDreclin/clear-var-inspector
Add clear button to var inspector devtool
2018-08-30 20:20:00 -06:00
Abex
3ed69a851e Merge pull request #4792 from Abextm/cache-ordering
cache: Do not depend on Index insertion ordering
2018-08-30 20:16:31 -06:00
Abex
feebe520fb Merge pull request #4793 from Abextm/cache-newlines
cache: Properly produce `\n` only on windows on jdk9+
2018-08-30 20:15:07 -06:00
ltvill
f94e6f492a Fix formatting of 's in OSRS location names 2018-08-30 22:35:37 +02:00
astaninger
81e178d76f Fix ape atoll Achievment Diary agility requirement (#5220) 2018-08-30 22:25:12 +02:00
astaninger
1c34d8aedc Fix watchtower Achievment Diary requirement (#5218) 2018-08-30 22:24:48 +02:00
Tomas Slusny
c35e4bf096 Merge pull request #5217 from MagicfTail/Fix-Dense-Essence
Fix dense essence idle animation
2018-08-30 22:11:15 +02:00
Magic fTail
d7356ef07e Fix dense essence idle animation 2018-08-30 20:49:48 +02:00
Tomas Slusny
ece465d11d Merge pull request #5174 from ShaunDreclin/trade-with
Add trade-with swap to menu entry swapper
2018-08-30 19:30:25 +02:00
Shaun Dreclin
0e1a8073c3 Add trade-with swap to menu entry swapper 2018-08-30 11:51:34 -04:00
Shaun Dreclin
71180549ba Add clear button to var inspector devtool 2018-08-30 11:49:24 -04:00
Runelite auto updater
c3b68a56c2 [maven-release-plugin] prepare for next development iteration 2018-08-30 13:41:19 +00:00
Runelite auto updater
e30531f095 [maven-release-plugin] prepare release runelite-parent-1.4.15 2018-08-30 13:41:13 +00:00
Adam
678870e63e Adjust interface style widget sprite offsets 2018-08-30 09:25:35 -04:00
Adam
6e80209f95 Update more spriteids
The previous commit had mapped the sprites to the wrong versions
2018-08-30 08:51:04 -04:00
Adam
dad86089f0 Update sprite ids and overrides 2018-08-30 08:25:51 -04:00
Adam
0fdfd8a967 Merge pull request #5207 from Abextm/cache-code-2018-08-30-rev174
Cache code 2018 08 30 rev174
2018-08-30 08:17:38 -04:00
Abex
46d67c9112 Merge pull request #5206 from Abextm/scripts-2018-08-30-rev174
Update Scripts to 2018-08-30-rev174
2018-08-30 05:41:02 -06:00
Max Weber
83adf40266 Update Scripts to 2018-08-30-rev174 2018-08-30 05:30:30 -06:00
Adam
417c19e209 Revert "Merge pull request #4568 from deathbeam/proper-shutdown"
This reverts commit 8d53997685, reversing
changes made to 4f548e835c.

This is crashing on shutdown.
2018-08-30 06:46:26 -04:00
RuneLite Cache-Code Autoupdater
e7658d11b5 Update Widget IDs to 2018-08-30-rev174 2018-08-30 04:43:27 -06:00
RuneLite Cache-Code Autoupdater
9530b60a00 Update Object IDs to 2018-08-30-rev174 2018-08-30 04:43:14 -06:00
RuneLite Cache-Code Autoupdater
1162b3a380 Update Item IDs to 2018-08-30-rev174 2018-08-30 04:43:13 -06:00
Tomas Slusny
8d53997685 Merge pull request #4568 from deathbeam/proper-shutdown
Properly shutdown everything on window close
2018-08-29 15:20:28 +02:00
Adam
4f548e835c Merge pull request #4804 from seandewar/run-energy-tooltip
Implement Client.getWeight() and add RunEnergyPlugin
2018-08-27 20:43:03 -04:00
Adam
031b53b11d woodcutting plugin: fix npe rendering redwood trees if axe is null 2018-08-27 20:31:26 -04:00
Sean Dewar
cc698c98a3 Add run energy plugin 2018-08-27 20:29:04 -04:00
Sebastiaan Vanspauwen
9c4c4c0092 Teamcapes plugin: Teamcape image instead of text (#5107)
Makes teamcape overlay a bit more fancier.

Before:
![image](https://user-images.githubusercontent.com/34197030/44599586-1cee8100-a7d7-11e8-88f4-d25412c9ba7b.png)
After:
![image](https://user-images.githubusercontent.com/34197030/44616885-0721a000-a859-11e8-9b28-59f0a934edcb.png)

Closes #5074
2018-08-27 08:57:06 +02:00
Tomas Slusny
6eb34a752f Merge pull request #5125 from Retoxified/master
Add Hop-To option in chat
2018-08-27 08:32:15 +02:00
Tomas Slusny
f602085a4c Merge pull request #5141 from deathbeam/fix-barrows-kc
Fix setting of barrows kc from chat
2018-08-26 19:39:13 +02:00
Tomas Slusny
396a259e10 Merge pull request #5142 from deathbeam/remove-dupe-entry
Remove dupe PVP_HR entry in world hopper
2018-08-26 19:26:43 +02:00
Tomas Slusny
232fd73247 Fix setting of barrows kc from chat
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-08-26 19:26:01 +02:00
Tomas Slusny
547ec466f9 Remove dupe PVP_HR entry in world hopper
This was preventing from the config.hopOutOfDanger to work properly when
disabled.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-08-26 18:47:39 +02:00