userJarryd Campicancel
branchrust_reboot/main/hackweek-chat-emojicancel

116 Commits over 242 Days - 0.02cph!

1 Year Ago
Set showEmojiErrors to false and expose it as a convar Expose block emoji, block emoji animations and block server emoji in the options menu (User Interface tab)
1 Year Ago
Code review changes pt2
1 Year Ago
Code review changes pt1
1 Year Ago
Merge from main
1 Year Ago
Possibly improved emoji's briefly showing a frame from another emoji while typing in an input field Blit a black texture over the video RT when pulling it from the pool
1 Year Ago
Renamed beancan emoji to coffeecan
1 Year Ago
Fix clan chat emoji's not working
1 Year Ago
Merge from main
1 Year Ago
Added global.blockServerEmoji convar to allow clients to opt out of receiving server emoji
1 Year Ago
Move FindAllServerEmoji to much later in the server boot process to prevent local folders getting created with invalid identifiers
1 Year Ago
Merge from main
1 Year Ago
Fixed a wild pooling/input field bug that was making the autocomplete emoji popup options sometimes insert the incorrect emoji when clicked
1 Year Ago
Fixed emoji's deleting themselves if the character limit of the input field was 0
1 Year Ago
Cleanup Emoji gallery will now respect the maximum character limit of the input field it's attached to
1 Year Ago
Finally fixed caret position on input fields not being properly set to end of string when selecting an emoji via the gallery
1 Year Ago
Emoji compatible Input fields will now remove the greyed out text if the input field does not have focus Fixed a pooling issue with the emoji gallery on the vending admin panel
1 Year Ago
Decrease opacity of emoji autocomplete box in the chat window
1 Year Ago
Add a custom inspector for TmProEmojiInputField to avoid having to use debug mode Added a new RustInput.Normal.Emoji control, same as regular input field but with emoji support
1 Year Ago
Allow emoji's in the pre colon portion of the string when using add2
1 Year Ago
Renamed :torch: to :light:
1 Year Ago
Fix autocomplete NRE when highlighting an option and updating the text input
1 Year Ago
:sunglasses: is now :cool: to prevent clash with existing sunglasses item Some asset renames
1 Year Ago
Update dance emoji, 37% more style Added :scientist: emoji
1 Year Ago
Speculative changes to prevent RustEmojiLibrary NRE's
1 Year Ago
Fixed the first builtin emoji getting overwritten with server emoji's
1 Year Ago
Added global.ResetServerEmoji Rescans the serveremoji folder, note that clients will need to reconnect to get the latest emoji
1 Year Ago
Fix internal emoji controllers not properly shutting down when disconnecting from a server Fixes several exceptions and prevents server provided emoji appearing multiple times in the gallery Fix server provided emoji not appearing in the gallery in some cases
1 Year Ago
Merge from main
1 Year Ago
Fixed adding emoji to vending machine name resuting in an error when attempting to open the vending admin panel
1 Year Ago
Don't request the server emoji list if the server is running a protocol <= 2398 Temporary fix to prevent any unhandled RPC's when we merge emoji to main and don't bump the network version
1 Year Ago
Merge from main
1 Year Ago
Fixes
1 Year Ago
Remove rich text from chat input box Can now navigat teh emoji autocompelte with the up and down arrows, pressing enter will fill in the currently highlighted emoji
1 Year Ago
Various code review cleanup and comments
1 Year Ago
Merge from main
1 Year Ago
Add global.showemojierrors for debugging
1 Year Ago
▍▋▇▉▌█▌▋ ▄▆▊▄▄▆▇▅▆▌ ▉▅ ▄█▍▌▆ ▅▄▌▍ ▉▊▋▍▍▇▍ ▅▅ ▅▆▊▇▋▄▅ ▍▅▊ ▉▉▅▋▄▍▇█▋ ▉▇▊█ ▍▌█▉ ▍▄▄▍▇▄▅ ▋▇▉▊▋▌ ▊▇ ▄▇▆▇█▍ ▋▄▊▌
1 Year Ago
Rename "rock" emoji to "heartrock" so it doesn't clash with the rock item
1 Year Ago
Merge from main
1 Year Ago
Unsaved
1 Year Ago
Unsaved
1 Year Ago
More server provided emoji checks
1 Year Ago
Don't show autocomplete if block emoji convar is set to true Fixed blockEmojiAnimations not working after recent refactors
1 Year Ago
Cleanup, remove logs
1 Year Ago
Merge from main
1 Year Ago
Merge from main
1 Year Ago
Refactor server emoji to use FileStorage, uses less IO
1 Year Ago
Fixed server provided emoji not working (broken several refactors ago)
1 Year Ago
Merge fixes Fixed some tooltip changes on vending admin panel
1 Year Ago
Merge from main