forked from project-slippi/Ishiiruka
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor chat and add configurable chat messages (project-slippi#369)
* update asm and c codeset - Make MxDt reference our CSS methods * chore: update asm codeset * update codeset and fix default debug command * chore: update codeset chat refactor * update codeset * Update codeset * Update codeset * chore: update asm and c codesets project-slippi/slippi-ssbm-asm#106 * Use iconv fallbacks on macos so special and SJIS characters are properly converted and rendered in-game. * build codesets * start support for configured chat messages * use test default messages * receive chat messages from mm service * feature: show configured messages in preview * chore: clean comments and loggers * fix: ifdef iconvctl for mac only * chore: try to get linux building * chore: use nullptr instead of NULL * chore: ifdef attempt 3 for linux * chore: dont call functions that dont exist * swap elif for else * undo template name move * chore: update code lists --------- Co-authored-by: Jas Laferriere <Fizzi36@gmail.com> Co-authored-by: Nikhil Narayana <nikhil.narayana@live.com>
- Loading branch information
1 parent
1b4cec9
commit 1c46647
Showing
16 changed files
with
704 additions
and
1,268 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"Details": [ | ||
{ | ||
"InjectionAddress": "800056AC", | ||
"Name": "Required: Slippi Online", | ||
"Codetype": "Auto", | ||
"Annotation": "Online/Static/ChatMessages.asm", | ||
"Tags": "" | ||
} | ||
] | ||
} |
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
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