userJarryd Campicancel
branchrust_reboot/main/hackweek-chat-emojicancel

116 Commits over 242 Days - 0.02cph!

1 Year Ago
Fix copy right click option not working on chat lines with emoji's in them
1 Year Ago
Pool video players as well as rendertextures, so each unique emoji only has one active video player active at any given time
1 Year Ago
Unsaved
1 Year Ago
Usernames with emoji strings in them will no longer trigger emoji's
1 Year Ago
Merge from main
1 Year Ago
Possible bundle fix
1 Year Ago
Merge from main
1 Year Ago
Add some padding to the bottom of the emoji picker
1 Year Ago
Fix scale of chat widget
1 Year Ago
Merge from main
1 Year Ago
Auto complete suggesstions can now be clicked on
1 Year Ago
WIP popup autocomplete window when typing emoji
1 Year Ago
Mask fixes
1 Year Ago
Server compile fix
1 Year Ago
Merge from inputfield
1 Year Ago
Reorderable emoji list Fixed worried incorrect hookup Fixed skin tone changes being automatically applied on emoji's with no skin tone options
1 Year Ago
Simplify emoji creation process, particularly for skin tone variants Default skin tone is now substituted automatically if the skin code isn't specified in the chat string (":angry: becomes :angry+2: if the default selected skin tone is 2)
1 Year Ago
Add ability to remove emoji ownership check on server in case of performance issues Removed option for emoji's to use multiple frames (we're not using them anyway)
1 Year Ago
Codegen
1 Year Ago
Merge from main
2 Years Ago
Cache skin variant base name
2 Years Ago
Remove IEmojiSource, abstraction is no longer needed
2 Years Ago
Merge from main
2 Years Ago
Merge from main
2 Years Ago
Fixed some issues with the skin picker UI
2 Years Ago
Import first batch of emoji Delete placeholder content
2 Years Ago
WIP process for setting default skin tone for emoji
2 Years Ago
Initial support for multiple skin tones per emoji (supports + notation so :happy: :happy+1: :happy+2: etc)
2 Years Ago
Fix horizontal squish
2 Years Ago
Compile fixes Happy test
2 Years Ago
Merge from main
2 Years Ago
Added global.blockEmojiAnimations and global.blockEmoji If animations are blocked and a video emoji is played, the first frame is displayed as a still image
2 Years Ago
Merge from main
2 Years Ago
Use a dynamic pool of RenderTextures for video emoji instead of making them ahead of time in the editor for each emoji Handles multiple identical emoji requesting a rendertexture, in this case they will all share the same texture
2 Years Ago
Add a warning if an emoji hasn't been added to the library
2 Years Ago
Add support for server to recognize if a player has sent emoji they do not own and reject the chat message
2 Years Ago
Merge from main
2 Years Ago
Unsaved
2 Years Ago
Increased sprite size to better show videos Added scientist emoji
2 Years Ago
First pass on video file emoji support
2 Years Ago
Make an emoji scriptable asset class for easier setup
2 Years Ago
Merge from main
2 Years Ago
WIP ownership checking
2 Years Ago
Compile fix, ignore client emoji folder
2 Years Ago
Cherry pick 77144 (solves overlapping issues and didn't require the TmPro update)
2 Years Ago
Merge from main
2 Years Ago
Unsaved
2 Years Ago
Got server side emoji working - simply place a png in a server directory called "serveremoji" and all clients on that server will automatically be able to use that in chat (the filename will be used as the chat string)
2 Years Ago
WIP support for servers to provide their own emoji's, still not working
2 Years Ago
Reduce iterations through full emoji list Don't use the wood icon if the given string doesn't match any emoji's