Commit Graph

9544 Commits

Author SHA1 Message Date
Ganom
83e54fb476 Merge pull request #847 from sdburns1998/band-aid-pleb-fix
Remove this band aid 'fix'
2019-07-01 11:57:06 -04:00
sdburns1998
cd62c44ff4 Remove this band aid 'fix' 2019-07-01 16:07:33 +02:00
Owain van Brakel
c51efbbfd7 Fixed npc despawn event (#843) 2019-07-01 15:00:32 +01:00
Owain van Brakel
d191db8a35 Use NpcCompositionChanged in NpcIndicatorsPlugin (#839) 2019-07-01 15:00:10 +01:00
Tomas Slusny
685dc2a8fc Merge pull request #9247 from psikoi/screen-markers-ux
Screen markers UX improvements
2019-07-01 13:05:50 +02:00
James Munson
82bd556c77 Inventory Grid Plugin: Add color configuration 2019-07-01 02:43:05 -07:00
Ganom
1a0ba0ff4a Merge pull request #841 from sdburns1998/composition-changed-slayer
Use NpcCompositionChanged in SlayerPlugin
2019-07-01 03:44:58 -04:00
Jordan Atwood
2c13816ca9 HotColdClue: Clear final location on clue reset
If the clue is being reset, say from a new clue being read and
initialized, we should not continue to use the old location.
2019-07-01 00:03:37 -07:00
Jordan Atwood
29d786b948 HotColdClue: Improve behavior on visibly shaking location
This change causes the locations list to be narrowed on all locator orb
checks, having the consequence of narrowing the list to the visibly
shaking location (for better display via `makeOverlayHint()'). The call
to `reset()' must be removed as it would re-add all locations to the
instance's solver when finding the dig location, which effectively
reverses the apparent narrowing the overlay displayed until that point.
2019-07-01 00:03:37 -07:00
Jordan Atwood
45e1441072 HotColdTemperature: Fix warm-but-colder temperature bug
Because the word "cold" is used both as a temperature ("The device is
cold"), and in a temperature change ("but colder than last time."),
HotColdTemperature tried to interpret COLDER temperature changes as a
COLD temperature match. By matching only the section of the temperature
string preceding the optional comma, this bug is avoided.
2019-07-01 00:03:36 -07:00
sdburns1998
09bad58e35 Use NpcCompositionChanged in SlayerPlugin
Hopefully fixes highlighting at Kraken, Cerb, other NPCs that change composition
2019-07-01 08:22:53 +02:00
Ganom
659b13e36a Revert "fixes some bugs with menu entry swapper (#831)" (#840)
This reverts commit 8cf1262414.
2019-06-30 23:12:50 -07:00
sdburns1998
e08a690152 Merge pull request #838 from runelite-extended/tob-maiden
theatre: added nylo helper to maiden, and various tob code style fixes.
2019-07-01 08:12:41 +02:00
GeChallengeM
049ac9b22a Add a new function to the WorldArea api. Add npcstatus plugin. (#833)
* Add a new function to the WorldArea api. Add npcstatus plugin.

* Ganom adds his mentioned changes (thanks!), and a fix for
splash flinching is added.
2019-07-01 01:08:59 -04:00
Ganom
250a16778c Merge pull request #836 from FrostyFridge/lithkren
Fixes #834, Digsite Pendant swap option not working
2019-07-01 00:53:48 -04:00
Ganom
5f45442278 Added nylo helper to Maiden, and various tob code style fixes. 2019-07-01 00:51:59 -04:00
FrostyFridge
9c241a7253 Fix name of Lithkren Dungeon teleport option 2019-06-30 20:40:50 -07:00
Jordan Atwood
76d4031445 cluescrolls: Add beginner hot-cold clues 2019-06-30 20:32:42 -04:00
Jordan Atwood
e5d4e7a897 HotColdClue: Add hot-cold solver class
This adds a general hot-cold puzzle solver class and implements it in
HotColdClue.
2019-06-30 20:32:42 -04:00
Jordan Atwood
5a6b39036d HotColdClue: Refactor to use enums for temperatures 2019-06-30 20:32:42 -04:00
Kyleeld
8cf1262414 fixes some bugs with menu entry swapper (#831)
* fixes some bugs with menu entry swapper

* information

format change
2019-06-30 17:26:14 -07:00
Ian William O'Neill
69dbeb523d Chat Translator plugin (#824)
* Initial push for Chat Translation Plugin.

* Need help adding the 'Translate' menu option for translating selected Players messages.

Finished outgoing message translation however if the user has been limited by Google for the likes of using the Public Chat translation in over populated and spammy areas such as the GE they will not be able to send a message for upto 5 minutes while the Player Chat Translation config is enabled.

Need to think more about ways to handle this though once the selective translation has been completed we can safely remove the 'All' public chat messages part of the plugin to prevent users from being Limited by Google.

* Clean-up for Travis.

* Hidden the Public Chat Translation until a better implementation is added to prevent users from being accidentally locked out by Google.

* Hidden the Public Chat Translation until a better implementation is added to prevent users from being accidentally locked out by Google.

* Added config options for adding the 'Translate' right-click menu option in the Chatbox.
(More so to hide it while the Public Chat Translate part of the plugin is disabled/hidden.)

* Update ChatTranslationConfig.java
2019-06-30 17:23:21 -07:00
psikoi
ba3edc1ecb Add hover preview to screen markers 2019-07-01 00:33:28 +01:00
Tomas Slusny
3904b7c4c6 Merge pull request #9235 from RiceBoxer/clue
Fix Father Jean's coordinates in easy cryptic clue
2019-07-01 01:17:16 +02:00
Tomas Slusny
8c9480c266 Merge pull request #9252 from WilliamCollishaw/double-whitespace
Clean up some instances of double white space
2019-07-01 01:14:41 +02:00
7ate9
16c45f1020 menumanager: moved back to menuentryadded, also using menuopened 2019-06-30 16:10:13 -04:00
7ate9
d2cd11a786 rsclientmixin: make use of edited menuopened event variables 2019-06-30 16:06:20 -04:00
Zeruth
f1bb04455e Removes DefaultWorld plugin.
Fixes bad session id when using a valid key
2019-06-30 14:18:24 -04:00
William Collishaw
83d2a7e58b Clean up some instances of double white space 2019-06-30 10:19:49 -06:00
7ate9
17a2f3a669 Merge branch 'master' of https://github.com/runelite-extended/runelite into basebase 2019-06-30 11:30:51 -04:00
Ian William O'Neill
65e48ab207 Update ChatTranslationConfig.java 2019-06-30 14:41:33 +01:00
Ian William O'Neill
c41709de1f Added config options for adding the 'Translate' right-click menu option in the Chatbox.
(More so to hide it while the Public Chat Translate part of the plugin is disabled/hidden.)
2019-06-30 14:37:49 +01:00
Ian William O'Neill
08134881e8 Hidden the Public Chat Translation until a better implementation is added to prevent users from being accidentally locked out by Google. 2019-06-30 14:23:43 +01:00
Ian William O'Neill
50b6c1119f Hidden the Public Chat Translation until a better implementation is added to prevent users from being accidentally locked out by Google. 2019-06-30 13:41:33 +01:00
Ian William O'Neill
608471f30d Clean-up for Travis. 2019-06-30 02:32:13 +01:00
Ian William O'Neill
3c0e1bef47 Need help adding the 'Translate' menu option for translating selected Players messages.
Finished outgoing message translation however if the user has been limited by Google for the likes of using the Public Chat translation in over populated and spammy areas such as the GE they will not be able to send a message for upto 5 minutes while the Player Chat Translation config is enabled.

Need to think more about ways to handle this though once the selective translation has been completed we can safely remove the 'All' public chat messages part of the plugin to prevent users from being Limited by Google.
2019-06-30 01:47:14 +01:00
Ganom
358b8d05d0 Add NPC Composition Changed Event (#820) 2019-06-29 23:18:29 +01:00
7ate9
32a95a6798 menumanager: fix priority entry and performance improvements 2019-06-29 18:13:44 -04:00
7ate9
f6f66b6be3 rsclientmixin: make use of edited menuentryclicked event variables 2019-06-29 18:06:14 -04:00
Ian William O'Neill
be50242909 Initial push for Chat Translation Plugin. 2019-06-29 23:02:11 +01:00
Ian William O'Neill
b3d6d8abfc Merge pull request #1 from runelite-extended/master
uptodate
2019-06-29 22:54:28 +01:00
Ganom
701d809f78 Fix up client. (#815)
* Aoe Warnings Fix-Up

* Freeze Timers NPE Fix

* Slayer Chat Lookup NPE && Fixing up Access levels.

* Raids Thieving NPE Fix && Fixing up Access levels.

* Revert "Fix copy paste error"

This reverts commit 26c88101b682eb76b98a8a0d88fc8a47c9f104d3.

* Revert "Fix checkstyle"

This reverts commit abf7fec004148897585bc0389bb5e0420e3d03cb.

* Revert "Convert game thread events to singletons"

This reverts commit b33048d7ee0481b17c5849d2d862e75c91e5a36c.

* Various Fixes
2019-06-29 17:31:23 +01:00
Ganom
d0591362d7 Slayer NPE Fix (#810)
* Slayer NPE Fix

* More Slayer NPE Fixes

* ..|.. travis
2019-06-29 12:53:04 +01:00
psikoi
bb4da0b822 Add ENTER/ESC key events for screenmarker saving 2019-06-29 12:32:58 +01:00
Kyleeld
3efbac50aa Merge pull request #803 from sdburns1998/ihategitandihatethisihatemergingupstream
Upstream merge try #2
2019-06-29 00:17:22 +01:00
sdburns1998
8d77971c83 Merge remote-tracking branch 'runelite/master' into ihategitandihatethisihatemergingupstream 2019-06-29 01:08:56 +02:00
Ganom
cdc5f758ec Merge pull request #802 from runelite-extended/revert-800-upstreamyboy
Revert "Upstreamyboy"
2019-06-28 18:59:02 -04:00
Kyleeld
c2f405cf8f Revert "Upstreamyboy" 2019-06-28 23:58:38 +01:00
Kyleeld
fb562c709c Merge pull request #800 from sdburns1998/upstreamyboy
Upstreamyboy
2019-06-28 23:56:13 +01:00
Ganom
ab4cc92164 Rework and Improve Fight Caves (#801) 2019-06-28 23:44:26 +01:00