Skip to content

Releases: DosMike/SM-MetaChatProcessor

Release 24w24a

14 Jun 19:19
212f1be
Compare
Choose a tag to compare
  • Fixed post callback receiving empty strings
  • Fixed potential crash in TrimStringMB
  • Added mcp-mentions
  • Hardened against missing translations
  • Fixed mcp-redirects redirecting non-standard chat messages
  • Improved late loading
  • Fixed non-chat messages being picked up (name changes)
  • Fixed basechat throwing an error on sm_psay
  • Fixed mcp-chattags cutting off tags earlier than supported in MCP

Release 23w52a

27 Dec 11:00
Compare
Choose a tag to compare
  • Fix Issue #3: Plugin SayText2 messages, that do not use a standard chat format string and do not block hooking, are now ignored

Release 23w31b

06 Aug 16:20
bbe4fdf
Compare
Choose a tag to compare
  • Fixed a bunch of bugs with MCP-ChatTags
  • MCP-ChatTags can now auto switch profiles when it detects change

Release 23w31a

05 Aug 14:03
Compare
Choose a tag to compare
  • Fixed native MCP_SetClientDefaultChatColor
  • Added MCP-ChatTags as module to replace and expand upon Cusom Chat-Colors / Custom Chat-Colros Toggle
    • If you were using these plugin previously and want to switch, the config should work as is
    • If you are using HexTags, this module is probably not interesting for you
  • Updated the edited basechat.sp

Release 23w29a

23 Jul 15:11
028e680
Compare
Choose a tag to compare
  • Improved color tag formatting for CCC-Toggle
  • Added "External Formatting" option to (partially) turn off MCP formatting

Release 23w08a

05 Mar 13:58
Compare
Choose a tag to compare
  • Fixed some special chars in nicknames being replaced with ?
  • Fixed some chat message duplications
  • Fixed name codes being usable to send empty messages

Release 22w41a

12 Oct 16:26
Compare
Choose a tag to compare
  • Network messages are now collected for instances where the game decides to send a message per recipient instead of sending to all recipients at once. Processing was mostly moved to the following tick as a side-effect, allowing SayText2 messages to be send during processing

Release 22w34a

03 Sep 11:56
Compare
Choose a tag to compare
  • [main] Added command-listener as hook method
  • [redirects] Added sm_sayredirect_forecteamname to change the say_team prefix
  • miscellaneous bugfixes

Pre-Release 22w26c

05 Jul 17:46
Compare
Choose a tag to compare
Pre-Release 22w26c Pre-release
Pre-release
  • Tries to fix doubled chat messages

Pre-Release 22w26b

28 Jun 18:10
Compare
Choose a tag to compare
Pre-Release 22w26b Pre-release
Pre-release
  • Ironed out last issues by updating mcp-sayredirects and editing basechat