Commit Graph

63 Commits

Author SHA1 Message Date
Adam
4d63ce7334 bank tags: use item name string indexof from script
This allows additional plugins to use the bankSearchFilter event to
selectively add or remove matches, as the bank tag plugin is no longer
performing the string contains check.
2019-09-16 14:25:43 -04:00
RuneLite Cache-Code Autoupdater
2d036ce614 Update Scripts to 2019-07-25-rev181 2019-07-25 09:33:36 +00:00
Max Weber
bacc5ae6d0 ChatboxPerformancePlugin: Hook the cs2 to know when to rebuild 2019-07-21 19:43:43 -06:00
RuneLite Cache-Code Autoupdater
9f1149a8ef Update Scripts to 2019-07-18-rev181 2019-07-18 10:32:40 +00:00
Ryan
aeab3e8a7b zoom plugin: add zoom scroll speed configuration 2019-07-15 17:55:06 -04:00
Daniel Serpa
692609480f ge plugin: add grand exchange total value
Co-authored-by: Adam <Adam@sigterm.info>
2019-07-02 11:10:40 -04:00
TheStonedTurtle
e5de331df5 runelite-client: add items kept on death plugin
This enhances the default items kept on death interface to show what
you keep, what breaks, and how long you have to return to it once you
die. It also adds toggles to see what is lost in certain situations such
as skulled, low and high wildy.

Co-authored-by: Adam <Adam@sigterm.info>
Co-authored-by: Max Weber <mii7303@gmail.com>
2019-06-18 16:21:26 -06:00
Adam
bcc9943b7c scripts: correctly pop unused input string when blocking chat input 2019-06-07 23:15:04 -04:00
Jordan Atwood
81050f264a attack styles: Attach spec bar redraw listener to weapon text
This fixes a bug where the special attack bar would not be redrawn if
the combat tab was opened with any weapon equipped which did not have a
special attack bar. The weapon text widget is used because it is always
rendered with the combat tab widgets, and does not already have any kind
of listeners attached.

Fixes runelite/runelite#8946
2019-05-29 21:19:33 -04:00
Adam
2800a226a1 client: fix spec bar not updating with hide auto retaliate on
Move the widget listener from the auto retaliate text to the spec bar,
so when auto retaliate is hidden the listeners still function.
2019-05-27 10:37:34 -04:00
osrs-music-map
da260fb8b2 chat filter: add options to filter friends and clan members
Also no longer ever filter messages from the local player

Co-authored-by: Adam <Adam@sigterm.info>
2019-05-26 11:22:07 -04:00
Adam
0211149ce2 clanchat plugin: add clan tab chat option
This allows typing messages with the clanchat tab focused without having
to prepend them with '/'.
2019-05-26 10:56:41 -04:00
RuneLite Cache-Code Autoupdater
aba1f90ece Update Scripts to 2019-04-25-rev179 2019-04-25 05:08:48 -06:00
trimbe
caa4569d45 quest list plugin: use progress script to trigger hiding quests 2019-04-20 22:49:46 -04:00
trimbe
529fe18123 scripts: add quest list progress script 2019-04-20 22:49:19 -04:00
TheStonedTurtle
f3387bc9f9 Add destroy support to Item Charge plugin 2019-04-07 23:11:01 -07:00
RuneLite Cache-Code Autoupdater
776d27cc47 Update Scripts to 2019-03-21-rev178 2019-03-21 11:33:31 +00: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
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
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
trimbe
e73b969a4f add GE offer building script 2019-03-11 14:57:49 -04:00
RuneLite Cache-Code Autoupdater
fc48e2a936 Rewrite scripts with new opcodes 2019-03-09 00:01:48 -07:00
Max Weber
f1d919765d runelite-client: Remove ChatboxInputManager
It was superseded by ChatboxPanelManager and has been broken for a while now
2019-03-09 00:01:48 -07:00
RuneLite Cache-Code Autoupdater
2117396861 Update Scripts to 2019-03-07-rev178 2019-03-07 08:38:56 -05:00
RuneLite Cache-Code Autoupdater
6b8419ca72 Update Scripts to 2019-02-28-rev177 2019-02-28 04:39:13 -07:00
rejectedpromise
a690e1aadf Add new lines at .rs2asm <EOF> to resolve build warnings (#7812) 2019-02-12 07:27:51 +00:00
trimbe
3994933b08 bank value: add script callback for setting title 2019-01-05 19:27:05 -05:00
Magic fTail
6b359efb30 Add timestamp plugin 2018-12-13 20:06:44 -05:00
RuneLite Cache-Code Autoupdater
e751be6a54 Update Scripts to 2018-12-13-rev177 2018-12-13 04:40:56 -07:00
RuneLite Cache-Code Autoupdater
d29b4c354c Update Scripts to 2018-12-06-rev177 2018-12-06 04:49:34 -07:00
Magic fTail
7c7128de1d camera plugin: add expand outer zoom limit option 2018-11-24 09:55:17 -05:00
RuneLite Cache-Code Autoupdater
655c3b8b8d Update Scripts to 2018-11-15-rev176 2018-11-15 04:58:18 -07:00
RuneLite Cache-Code Autoupdater
9587a63001 Update Scripts to 2018-11-08-rev176 2018-11-08 05:04:14 -07:00
Max Weber
2434557e1a Add ChatboxPanelManager to allow for more advanced chatbox inputs 2018-10-21 17:05:14 -06:00
RuneLite Cache-Code Autoupdater
d98fff6c6d Update Scripts to 2018-10-18-rev176 2018-10-18 05:35:55 -06:00
Tomas Slusny
45fa78ce28 Merge pull request #5910 from raiyni/search-limit
Don't limit bank search and title explicitly to 15 characters
2018-10-12 07:58:59 +02:00
Magic fTail
dea5efffc2 Fix zoom after update 2018-10-11 19:21:43 +02:00
Adam
78cbf47b83 Revert "Remove zoom plugin"
This reverts commit 1f7ab3114e.
2018-10-11 16:37:02 +02:00
Adam
1f7ab3114e Remove zoom plugin
It is broken with the last update
2018-10-11 07:43:54 -04:00
RuneLite Cache-Code Autoupdater
71aec8cd1e Update Scripts to 2018-10-11-rev176 2018-10-11 04:47:23 -06:00
raiyni
0743dec081 Don't limit bank search explicitly to 15 characters 2018-10-10 13:40:09 -05:00
raiyni
bd15098863 Add script for managing current bank tab
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-10-09 21:31:00 +02:00
Adam
c2433c0655 chat message manager: add support for coloring to/from 2018-10-08 18:19:29 -04:00
Abex
869d4590f8 Merge pull request #5578 from MagicfTail/ctr-zoom-rs2asm
Add option to require control to be held for zooming
2018-10-01 21:59:08 -06:00
Adam
df3a33f12a Merge pull request #5453 from Abextm/chatbox-input-bad-wids
runelite-client: Don't duplicate chatbox input when widget ids are wrong
2018-10-01 09:14:44 -04:00
Magic fTail
c367488e61 Add option to require control to be held for zooming 2018-10-01 02:48:44 +02:00
Max Weber
664640c281 Fix WidgetIDs in ChatboxInputInit 2018-09-27 04:57:49 -06:00
Max Weber
0ec886ee14 Fix line endings on BankSearchLayout.rs2asm 2018-09-27 04:54:18 -06:00