-
Notifications
You must be signed in to change notification settings - Fork 272
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix banned word list not working correctly * Accept unlisted 7tv emotes * Update banned word regex * Add option to CLI to disallow unlisted stv emotes, add cancellation tokens to more methods * Fix inconsistent capitalization of 7TV * Query fallback cache only once using CollectionsMarshal * Fix renders not starting on tick 0 improperly rendering unseen comments, remove redundant expensive operations (List<T>.ToArray, duplicate LINQ methods), optimize reversing RTL outlines (~6x faster & ~1/6th allocations), fix block art calculation using untrimmed string, cleanup * Don't copy the frame if there are no animated emotes to draw * Fix corrupted frames when also generating mask after 0d1fba8 * Revert portion of 335a7d5 * Fix flipped values for unlisted emotes and offline * Fix #529 - animated emotes breaking due to integer overflow * Use a long incase someone renders at 1fps * Remove restricted comments outside of render loop * Only do banned word case/culture invariation in regex, clarify dispersion & make default false * Add logic to skip checking for third party emotes and emojis when we know it's not possible * Make banned word regex not static * Add CLI option to skip drive waiting * Update README
- Loading branch information
Showing
15 changed files
with
162 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.