Melissa

Results 61 issues of Melissa

Add the ability for users to add their own emote sets in the settings. This probably requires a new UI window for some advanced configuration options, as described in #6....

enhancement

Currently, we can't load texture paths that are URL's: https://github.com/codecat/tm-better-chat/blob/52ddb00dab85c9691318ac0d23811051318c8faa/src/Emotes.as#L22-L23 We can make this work, but it does require fetching the texture asynchronously. This is a requirement for #8.

enhancement

There's this piece of code in `ChatWindow.as`: https://github.com/codecat/tm-better-chat/blob/52ddb00dab85c9691318ac0d23811051318c8faa/src/ChatWindow.as#L537-L541 I'd like to clarify this comment, or potentially even removing it if it's no longer necessary.

documentation
good first issue

Currently, this error is thrown when trying to chat w/o a playground: `Can't send message right now because there's no playground!` Instead, it could queue any messages and send them...

enhancement
good first issue

It would be cool if server controllers could tell Better Chat which commands it has, so it can be autocompleted. This requires re-loading the list of commands on server switch...

enhancement

We need some better filtering options. Right now we only have 1 regular expression as well as streamer mode, but it would be nice to have a new window where...

enhancement

Implement `/block` and `/favorite` chat commands. For convenience, it should probably accept @ mentions so that they can be autocompleted. For example: ``` /block @Spammiej /favorite @Spammiej ``` Note that...

enhancement

This requires a bit of work to properly and efficiently detect when a player has joined or left. Maybe there is an event for this we can use, or we...

enhancement

This is because we're using `UI::InvisibleButton` with a frame padding. As far as I can tell, there is no reliable way of knowing the current line's frame padding. Perhaps a...

bug

When I load the `4.x` branch as an addon, I get this error: ``` Attempt to open script 'res://addons/gdyarn/yarn_runner.gd' resulted in error 'File not found'. ``` Looks like it comes...