Commit Graph

13388 Commits

Author SHA1 Message Date
DeliciousLunch55
f9436d06e3 cannon plugin: add cannoning spot for Lizard Shamans 2020-03-18 14:29:18 -04:00
Austin
a9f270cbcb skybox: add nightmare dungeon area 2020-03-18 14:17:06 -04:00
Owain van Brakel
6a719da335 Merge pull request #2440 from Owain94/upstream-1803
project: Merge upstream
2020-03-18 16:41:22 +01:00
Owain van Brakel
e3e0306ecf Merge remote-tracking branch 'runelite/master' 2020-03-18 16:20:57 +01:00
JZomerlei
ca063d606c chatcommands: Don't remove spaces before cleared word (#11017) 2020-03-18 15:14:47 +01:00
Owain van Brakel
37701fd310 Merge remote-tracking branch 'runelite/master' 2020-03-18 13:23:44 +01:00
Owain van Brakel
82555d4064 project: Update deps 2020-03-18 13:09:20 +01:00
github-actions[bot]
132173a834 Merge pull request #2439 from open-osrs/NPC-UPDATE-568620cfa
Client: Update NPC stats
2020-03-18 00:27:21 +00:00
OpenOSRS
451948ac16 Client: Update NPC stats 2020-03-18 00:16:53 +00:00
Daniel
84a23cb59d skillcalculator: Don't clear fields when re-loading current skill
Previously, clicking on the active calculator's skill would reset the
goal level and experience text input fields. This commit prevents that
reset when selecting the already-active skill, and only resets them when
viewing a different skill's calculator.
2020-03-17 21:34:46 +00:00
dekvall
9ac4592a63 menu entry swapper: swap nets on annette 2020-03-17 17:26:12 -04:00
dekvall
32b98965fe drift net fishing: add plugin
This will add a plugin which shows the status of your nets and
highlights any fish you haven't tagged.
2020-03-17 17:26:12 -04:00
Tomas Slusny
c7bbb3bb3a Merge pull request #10912 from dekvall/ground-count
ground items: add support for quantity thresholds
2020-03-17 21:29:51 +01:00
Adam
770f35aceb checkstyle: enforce no whitespace at end of line 2020-03-17 16:22:55 -04:00
Justin Hiltz
ba013c19b6 worldmap: Add Prifddinas mining sites (#11018) 2020-03-17 21:19:18 +01:00
dekvall
5f5123a9c3 object indicators: add support for multiple colors 2020-03-17 15:39:25 -04:00
Adam
c1d5e3ae16 hiscore panel: autocomplete recent search history
Co-authored-by: Daniel <serpa88@hotmail.ca>
2020-03-17 10:26:34 -04:00
github-actions[bot]
568620cfa8 Merge pull request #2438 from open-osrs/NPC-UPDATE-349daf499
Client: Update NPC stats
2020-03-17 00:24:40 +00:00
OpenOSRS
7d9621f93f Client: Update NPC stats 2020-03-17 00:16:43 +00:00
Michael
24e291fd46 loottracker: add average per kill to subtitle tooltip 2020-03-16 18:57:21 -04:00
ThatGamerBlue
7b4e8c2848 friendicons: add note icon in friends/ignore list
Co-authored-by: Adam <Adam@sigterm.info>
2020-03-16 18:47:49 -04:00
ThatGamerBlue
51f562b547 scripts: add FriendUpdate and IgnoreUpdate
Co-authored-by: Adam <Adam@sigterm.info>
2020-03-16 18:47:49 -04:00
Adam
491e837207 client: synchronize some calls to ImageIO.read()
ImageIO is not thread safe, see also 054dd4852d
2020-03-16 17:37:10 -04:00
Adam
43998972cf panelcomponent: fix removing final gap from total width/height 2020-03-16 15:27:45 -04:00
Adam
dd18626d15 components: use common Text.removeTags
This was only removing color tags before, however neither text component
nor line component can correctly handle the other tags anyway, so remove
all tags
2020-03-16 15:27:45 -04:00
Adam
7c8095785f linepanelcomponent: remove empty string text component renders 2020-03-16 15:27:45 -04:00
Adam
7672efda3f experience: remove unnecessary Math.floor() calls 2020-03-16 15:26:01 -04:00
github-actions[bot]
349daf4994 Merge pull request #2437 from open-osrs/NPC-UPDATE-3971fa5c1
Client: Update NPC stats
2020-03-16 00:26:08 +00:00
OpenOSRS
497d335de4 Client: Update NPC stats 2020-03-16 00:17:27 +00:00
Tyler Bochard
3971fa5c15 Merge pull request #2433 from open-osrs/externalserror1
externals: prevent loading failure if externals are malformed
2020-03-15 13:41:03 -04:00
github-actions[bot]
5b551c48ac Merge pull request #2436 from open-osrs/NPC-UPDATE-5374f044f
Client: Update NPC stats
2020-03-15 00:25:56 +00:00
OpenOSRS
6103151a91 Client: Update NPC stats 2020-03-15 00:17:02 +00:00
Tomas Slusny
c8e55621f6 Merge pull request #11012 from AustinGarrettR/NightmareDiscordEvents
Added nightmare dungeon and nightmare boss to discord game events.
2020-03-14 21:26:03 +01:00
Tomas Slusny
e0ae9bf005 Merge pull request #10983 from deathbeam/add-panel-component-tooltips
Add panel component tooltips and migrate XpGlobesOverlay tooltips to new system
2020-03-14 18:43:51 +01:00
Tomas Slusny
6234213505 Migrate XpGlobesOverlay tooltips to component tooltips
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
Co-Authored-By: Jordan <Nightfirecat@users.noreply.github.com>
2020-03-14 17:17:17 +01:00
Adam
82cef93296 opponentinfo: account for panel border in overlay size 2020-03-14 12:07:47 -04:00
Austin
3236ff67de Added nightmare dungeon and nightmare boss to discord game events. 2020-03-13 23:49:35 -06:00
Brandt Hill
eb09879205 fishing: Check player animation to update fishing status
This commit adds an animation check to the other fishing status checks
already present in the fishing overlay (interacting and fishing spot NPC
name check) to ensure that the status correctly changes to "NOT fishing"
when the player's fishing animation is interrupted by certain actions
such as being presented with a level-up dialog. This commit causes one
other behavioral change as a side effect, which is that the player's
fishing status will be "NOT fishing" while running toward a distant
fishing spot until they reach it and start their fishing animation.

Fixes runelite/runelite#10900
2020-03-13 19:21:18 -07:00
Jordan
c282e33c46 Merge pull request #11007 from dekvall/essence-mes-desc
menu entry swapper: update essence mine description to include all npcs
2020-03-13 17:39:01 -07:00
dekvall
85c0ed29a6 menu entry swapper: update essence mine description to include all npcs 2020-03-14 01:15:58 +01:00
Jordan
a0ba612219 Merge pull request #10974 from Nightfirecat/center-more-hot-cold-clues
HotColdLocation: Center some location spots
2020-03-13 15:33:48 -07:00
ThatGamerBlue
5374f044ff gradle: shouldve pr'd that last one... 2020-03-13 21:43:03 +00:00
ThatGamerBlue
ff99f60b59 gradle: this module is no longer located here, but this repository responds errantly when a module version doesnt exist 2020-03-13 21:34:45 +00:00
ThatGamerBlue
80b73d0eae jitpack: make it rebuild the project 2020-03-13 21:29:01 +00:00
BrandtHill
6381cc1829 clues: update clue text for stealing from ardougne chest 2020-03-13 12:48:52 -04:00
Adam
e49e4a0c97 Merge pull request #10776 from Nightfirecat/skill-challenge-clue-highlight-broken-lamps
Add NamedObjectClueScroll interface, highlight broken Dorgesh-kaan lamps
2020-03-13 10:46:55 -04:00
Owain van Brakel
60475ec79a jitpack: Make logs readable 2020-03-13 14:26:02 +01:00
Owain van Brakel
09fae04b0a Merge remote-tracking branch 'runelite/master' 2020-03-13 13:55:07 +01:00
Owain van Brakel
785cbf6510 Sentry: Remove init 2020-03-13 12:29:42 +01:00
Owain van Brakel
6987d28538 sentry: Fix logging 2020-03-13 12:15:07 +01:00