BadgerCode / emojichat

Adds support for unicode emojis in the Garry's Mod chatbox
MIT License
8 stars 2 forks source link

Uses local source of emoji images instead of twitter CDN #35

Closed BadgerCode closed 5 years ago

BadgerCode commented 5 years ago

This will require testing around different scenarios to ensure the images load.

Given When Then Outcome
A client subscribed to the workshop addon Using emojis in the chat in singleplayer The emoji images load
A client subscribed to the workshop addon
And a server subscribed to the workshop addon
And the server has the workshop download script
Using emojis in the chat The emoji images load
A client subscribed to the workshop addon
And a server subscribed to the workshop addon
And the server does not have the workshop download script
Using emojis in the chat The emoji images load
A client not subscribed to the workshop addon
And a server subscribed to the workshop addon
And the server has the workshop download script
Using emojis in the chat The emoji images load
A client not subscribed to the workshop addon
And a server subscribed to the workshop addon
And the server does not have the workshop download script
Using emojis in the chat The emoji images load
BadgerCode commented 5 years ago

Resolves #33. Makes #29 irrelevant.

BadgerCode commented 5 years ago

On release, I may need to clarify the size increase to the addon.