Skip to content

Releases: garbagemule/RecountChatFilter

v1.1

20 Jul 19:17
Compare
Choose a tag to compare

Version 1.1 brings a few new features, some minor performance optimizations, and some code prettifying:

  • Lines are now colored by class when possible.
    Note: The WoW API does not permit querying information like class name of a given player unless that player is either on the friends list, in the guild, or in the party/raid. When class information is not available for a given name, the coloring falls back to two different shades of gray to ensure that it is still easy enough to distinguish lines from each other.
  • Outgoing whispers are now filtered as well.
  • The player who sent the report is now included in the report tooltip.
  • Line accumulation is now done in a standard Lua table, rather than a custom linked list.
    This should create a tiny (unnoticeable) performance increase when accumulating lines, but also when displaying the tooltip.

v1.0

18 Jul 21:57
Compare
Choose a tag to compare

This initial release is fully functional and tested for the default Blizzard UI in World of Warcraft: Wrath of the Lich King, patch 3.3.5a.