Commit Graph

4615 Commits

Author SHA1 Message Date
Kevin Zita
ddd2b6951d Fix "Bandind" typo in coordinate clue descriptions (#8287) 2019-03-22 10:57:07 +01:00
Tomas Slusny
8a279787ab Merge pull request #8271 from deathbeam/fix-twitch
Properly check for empty strings in Twitch plugin and always close twitch client on connect
2019-03-22 10:56:07 +01:00
Adam
6f2359a7d8 Revert "client: load jagex config and client over https"
This reverts commit b288a4899d.
2019-03-21 10:46:35 -04:00
Max Weber
f7a9374639 ChatboxPanelManager: Be more resilient when scripts mismatch
If RESET_CHATBOX_INPUT doesn't invoke runelite_callback resetChatboxInput because the script hash mismatches panels never get killed, so they a) break jagex inputs, and b) can be lost and not get unregistered, so they will record passwords on the login screen
2019-03-21 07:10:45 -06:00
Runelite auto updater
7af89342b4 [maven-release-plugin] prepare for next development iteration 2019-03-21 12:40:20 +00:00
Runelite auto updater
9979cf6818 [maven-release-plugin] prepare release runelite-parent-1.5.17 2019-03-21 12:40:14 +00:00
RuneLite Cache-Code Autoupdater
9d29888582 Update Widget IDs to 2019-03-21-rev178 2019-03-21 06:05:56 -06:00
RuneLite Cache-Code Autoupdater
776d27cc47 Update Scripts to 2019-03-21-rev178 2019-03-21 11:33:31 +00:00
Adam
327986fc56 npc aggro plugin: rename plugin name to be more consistent with other plugins 2019-03-20 17:26:39 -04:00
Tomas Slusny
25b5095375 Always close twitch client in connect() method
In case user cleared their crendentials this method should still at
least close the client so it will not be running forever.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2019-03-20 14:23:46 +01:00
Tomas Slusny
4e47a25438 Check for empty strings when initializing twitch client
When setting is cleared via user its value is set to empty string and
never to null again.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2019-03-20 14:21:31 +01:00
Adam
9249129383 twitch: fix race in connect establishing multiple connections 2019-03-20 09:13:52 -04:00
Adam
be1a7953fa Merge pull request #6133 from WooxSolo/npc-unaggro-timer
Add NPC unaggression timer
2019-03-19 20:07:28 -04:00
Magic fTail
b7944bcee4 Add chat filter plugin
Add a plugin that censors user defined words/sentences, changes the message, or removes the entire message containing them.

Co-authored-by: Adam <Adam@sigterm.info>
2019-03-19 16:36:58 -04:00
WooxSolo
c74b3b9ab5 Add NPC unaggression timer 2019-03-19 16:15:44 -04:00
WooxSolo
5008ecefaa config manager: add support for Duration 2019-03-19 15:59:03 -04:00
WooxSolo
68196a45f7 config manager: add support for WorldPoint 2019-03-19 15:58:53 -04:00
RyBo
fc786e334b achievement diary: add or correct various requirements
* Add fishing requirement to ardougne easy diary, Change fremmy quest requirement to started

* Kandarin Diary: Add quest and skill requirement

* Morytania diary: Add quest requirement and change skill requirement

* Falador diary: add quest requirement

* Kandarin diary: fix typo in task description

* Fremmy diary: Add period at end of task description

* Ardougne diary: Add period in task description

* Western diary: change agility requirement from 50 to 56
2019-03-18 22:53:08 -04:00
gregg1494
be98ced0f5 menu swapper: add contract for farming guildmaster Jane 2019-03-17 23:04:46 -04:00
Adam
b288a4899d client: load jagex config and client over https
This has only recently started working, but I am not sure when.
2019-03-17 15:33:51 -04:00
WoneTooPhree
c8eeeaf9b2 Add location description to coordinate clues (#8148)
Closes #7135
2019-03-17 18:36:25 +01:00
Adam
a405ffd4eb Merge pull request #8230 from Nightfirecat/fix-boost-indicator-threshold-overlay-color
boosts plugin: Fix overlay below-threshold color
2019-03-17 13:30:27 -04:00
Adam
255cfc1b7b Merge pull request #8234 from trimbe/iteminfo-esc
item stats: check if GE container is hidden when detecting GE close
2019-03-17 13:20:52 -04:00
Juan Ortiz
6d6867c2f0 npc highlight: remove tags from npc names 2019-03-17 13:15:03 -04:00
trimbe
ea8dbeece2 item stats: check if GE container is hidden when detecting GE close
When the GE is closed with esc, the container is hidden rather than unloaded.
2019-03-16 12:44:54 -04:00
Adam
b7546bb30a Merge pull request #5770 from Nightfirecat/attack-level-range-plugin
Add attack level range to combat level plugin
2019-03-15 20:50:11 -04:00
Jordan Atwood
e78fe71892 boosts plugin: Fix overlay below-threshold color
This patch updates the boosts overlay to match the threshold color
comparison used in the plugin (for notifications) and in the indicator
infobox.
2019-03-15 17:08:42 -07:00
whartd
14088cb66e slayer plugin: fix task name for Crazy Archaeologists 2019-03-15 14:26:22 -04:00
Jason Xie
ef39411cfd Change produce image of maple and yew trees to their respective logs (#8222)
To stay consistent with rest of trees displayed in farming tracker switch from icons from construction guide to respective tree logs.

Before:
![image](https://user-images.githubusercontent.com/8947593/54437786-b65e8f80-4735-11e9-9723-eb25a0a80625.png)
After;
![image](https://user-images.githubusercontent.com/8947593/54437797-ba8aad00-4735-11e9-84ec-c0972d125168.png)
2019-03-15 15:50:31 +01:00
Tomas Slusny
a8608d9a19 Merge pull request #8026 from raiyni/fix-tag
TabInterface: remember search when clicking withdraw-x
2019-03-15 10:04:49 +01:00
Runelite auto updater
a9a63ca732 [maven-release-plugin] prepare for next development iteration 2019-03-14 12:14:08 +00:00
Runelite auto updater
c9acdb177f [maven-release-plugin] prepare release runelite-parent-1.5.16 2019-03-14 12:14:00 +00:00
Max Weber
b4ad053272 Fix Guthix D'hide body 2019-03-14 05:45:00 -06:00
RuneLite Cache-Code Autoupdater
a81374eff6 Update Item variations to 2019-03-14-rev178 2019-03-14 11:33:25 +00:00
trimbe
1a10215b1d item stats: use ClientThread where necessary for resetting 2019-03-13 11:11:30 -04:00
trimbe
b9bf0e3639 item stats: use GameTick to determine when GE is closed 2019-03-13 11:11:26 -04:00
Adam
8db9681809 Merge pull request #6947 from trimbe/item-information
Item Stats: Add item information panel when buying items in the GE
2019-03-12 16:13:53 -04:00
trimbe
849e044bb0 item stats: add item information panel when buying items in the ge
Co-authored-by: Tomas Slusny <slusnucky@gmail.com>
2019-03-12 14:57:45 -04:00
Jordan Atwood
2a57562022 combat level plugin: Add attack level range option
This commit adds a PVP-world-like combat level range text to the
wilderness level in non-PVP worlds, displaying the range of combats you
can attack at any given wilderness level.

Closes runelite/runelite#3103
Closes runelite/runelite#3318
2019-03-12 10:19:20 -07:00
Jordan Atwood
7a3b5dd3a9 Add pvp widget builder script 2019-03-12 10:19:20 -07:00
Adam
60b3ed18c0 xptracker: fix initiailizing overall xp on login
The isInitialized() check was not strict enough causing the xp events on
login being calculated twords gained xp

Also fix xp tracker not being initialized on accounts with 0
construction exp due to the result of updateSkill not being INITIALIZED

Closes #8167
2019-03-12 09:02:21 -04:00
Adam
0562e9e49e chat commands: check message length before use
If we don't check the length of the message before we access it with substring(command.length() + 1) we will get a string index out of range error.

Co-authored-by: Paul Wendelboe <pwendelboe.git@gmail.com>
2019-03-12 08:29:16 -04:00
Dennis
5f0b731337 wiki plugin: add deselect on shutdown 2019-03-12 01:37:26 +01:00
Adam
d617d1960f friend notes: replace nbsp from friend names in config keys 2019-03-11 18:17:16 -04:00
trimbe
e73b969a4f add GE offer building script 2019-03-11 14:57:49 -04:00
Adam
6371a7dd0b config manager: throttle config saves to file
When the default config is applied it queues a lot of saves to disk that
are unnecessary
2019-03-11 09:04:33 -04:00
Tomas Slusny
167cc53cc1 Merge pull request #8172 from Seven-Ate/master
Add missing item mappings for hydra slayer helm
2019-03-11 09:55:44 +01:00
Abex
b302dee697 Merge pull request #8147 from Abextm/real-cs2-names
use RuneStar cs2 opcode names
2019-03-10 23:34:02 -06:00
Seven-Ate
9327d9704c Add missing item mappings for hydra slayer helm 2019-03-10 19:09:03 -04:00
Nate Brown
840bbeb2b0 Change Chaos Fanatic's slayer task icon to match respawn timer icon (#8162) 2019-03-10 18:39:33 +01:00