Commit Graph
16228 Commits
Author SHA1 Message Date
Runelite auto updater 484c764a26 Release 1.7.10 2021-05-28 17:09:09 +00:00
Runelite auto updater 9c255494af Update 196.2 2021-05-28 17:00:05 +00:00
Jordan 18e8bbd0d0 Merge pull request #13640 from Hydrox6/skybox-clan
skybox: add clan hall
2021-05-28 04:18:11 +00:00
Adam 1ae01335b4 chat channel: add typing modes
This allows changing the target of typed messages via /f, /c, /g, and
/p. All further messages go to the given target until a new target is
specified.
2021-05-27 21:59:17 -04:00
Adam e7a5b604fe friends chat: rename to chatchannel
This makes the friends chat plugin applicable to all chat channels, and adds join/leave notifications for clan chats
2021-05-27 19:58:58 -04:00
Adam 46935154e4 runelite-api: add clan member join and leave events 2021-05-27 19:58:57 -04:00
Max Weber 58e351dca6 timestamp: use less callbacks in script overlays
all of these separate callbacks are error prone to update and hard to
test
2021-05-27 13:48:50 -04:00
Max Weber adabb68ff1 ChatboxPanelManager: use ScriptPreFired 2021-05-27 13:48:50 -04:00
Max Weber 939852f135 rl-client: cleanup cs2 overlays 2021-05-27 13:48:50 -04:00
Max Weber cb0d98bbc8 rl-client: update cs2 overlay opcodes 2021-05-27 13:48:50 -04:00
Max Weber 04884beac0 cache: update cs2 opcodes 2021-05-27 13:48:50 -04:00
Max Weber 76dcf1db10 scripts/SkillTabBuilder: fix unbalanced stack 2021-05-27 13:48:50 -04:00
Adam 991e8fda50 Allow rs.version to be a double
This allows sub-versions of the same RS revision
2021-05-26 19:43:26 -04:00
Adam 5bd8932f8e chat commands: add clan chat 2021-05-26 16:50:06 -04:00
Adam fbd0b57b68 chat notifications: add clan chat 2021-05-26 16:50:05 -04:00
Adam 6957cea91f emoji plugin: add clan chat 2021-05-26 16:50:04 -04:00
Adam 5f9ccd2538 chat filter: add clan chat 2021-05-26 16:50:03 -04:00
Adam 7de3b61860 player indicators: add clans 2021-05-26 16:50:02 -04:00
Adam 1c75a97df5 world hopper: add hop-to clan member 2021-05-26 16:50:01 -04:00
Adam 0f0d3de2c4 chat colors: add clan recolors 2021-05-26 16:50:00 -04:00
Adam 474ef1562b chat icon manager: add clan chat icons 2021-05-26 16:49:59 -04:00
Adam a3016289ec api: add clan api 2021-05-26 16:49:58 -04:00
Hydrox6 88ce57507f skybox: add clan hall 2021-05-26 17:02:03 +01:00
ThatGamerBlue a0ae15df6e rsapi: getOnVarTransmitListener 2021-05-26 16:50:24 +01:00
ThatGamerBlue 1e32e9f121 Merge pull request #2994 from open-osrs/bug/groups-init-crash
client: don't crash if we can't create a local socket
2021-05-26 16:48:36 +01:00
ThatGamerBlue ace8765950 Merge remote-tracking branch 'upstream/master' into master 2021-05-26 16:48:16 +01:00
ThatGamerBlue 18e67f9102 Merge pull request #2987 from ReeeMan/master
api: Accessibility Scripts for visually impaired users.
2021-05-26 15:24:00 +01:00
Runelite auto updater 771a484a18 Bump for 1.7.10-SNAPSHOT 2021-05-26 11:16:39 +00:00
Runelite auto updater 4d5f84267c Release 1.7.9 2021-05-26 11:16:32 +00:00
Abex 2ab6196bfd Merge pull request #13637 from abextm/cache-code-2021-05-26-rev196
Cache code 2021 05 26 rev196
2021-05-26 05:04:13 -06:00
RuneLite Cache-Code Autoupdater 62f1ba6f6e Update Scripts to 2021-05-26-rev196 2021-05-26 10:53:13 +00:00
RuneLite Cache-Code Autoupdater a954cb81a9 Update NPC IDs to 2021-05-26-rev196 2021-05-26 10:53:10 +00:00
RuneLite Cache-Code Autoupdater a8603063bd Update Object IDs to 2021-05-26-rev196 2021-05-26 10:53:10 +00:00
Adam 9794fc9597 Change config name of party plugin to disable by default
Since the plugin was rewritten and changed to disable by default, it will not retroactively apply to existing configs without this
2021-05-25 14:13:17 -04:00
ThatGamerBlue 26864092c8 client: don't crash if we can't create a local socket 2021-05-25 12:59:20 +01:00
Adam a781efc73a friendchatmanager: rename to chaticonmanager
FriendsChatManager predates the api having an ability to look up clan
members by name, without doing string matching, hence the caching. This
is no longer necessary as we can do efficient lookups of players by name
now.

Also remove the old isMember utility function which is just duplicated
from the friends chat manager.
2021-05-24 23:35:06 -04:00
Adam c72a571837 devtools: add modicons command 2021-05-24 23:24:56 -04:00
Adam 21275bb9f0 api: correct clans chattypes 2021-05-24 23:24:39 -04:00
Adam ff86846d5d api: add enum size 2021-05-24 23:23:32 -04:00
Kyle 90e332ab82 configpanel: fix confignames not showing
configpanel: fix confignames not showing
2021-05-24 17:07:10 +01:00
Hydrox6 de6df44f48 clues: count bird glove as being correct for the weapon requirement 2021-05-24 10:19:22 +01:00
ThatGamerBlue 980771cc28 Merge pull request #2993 from BickusDiggus/fix-boosted-skills
fix boosted skills
2021-05-23 19:45:34 +01:00
BickusDiggus 75acd156f9 fix boosted skills 2021-05-23 19:34:53 +01:00
Adam 5de8eee04d friendschat: readd user count
Also readd the Recent FCs title
2021-05-23 14:25:59 -04:00
Adam ed5d359320 api: add getOnVarTransmitListener to Widget 2021-05-23 14:24:52 -04:00
Adam b5375ae487 chat history: rebuild pmbox when all is cleared
Additionally it is unnecessary to manually remove messages when the clear option is vanilla, since it will do it already
2021-05-23 11:10:54 -04:00
Adam 945f0b6d77 chat history: support clan chat
Additionally fix the TAB_PRIVATE widget mapping which is incorrect with the
latest update. The old friends chat tab has also gained a Clear history
option so we no longer need to add it.
2021-05-23 00:10:41 -04:00
ThatGamerBlue a76f975ac3 project: update dependency version 2021-05-21 20:04:15 +01:00
Adam 903e73f9f6 twitch: change chat trigger to /t
// was taken by clan chat with the recent update
2021-05-21 13:26:36 -04:00
ThatGamerBlue eaf0b6b060 Merge remote-tracking branch 'upstream/master' into master 2021-05-21 16:10:41 +01:00