userJarryd Campicancel
branchrust_reboot/main/hackweek-chat-emojicancel

116 Commits over 242 Days - 0.02cph!

9 Months 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)
9 Months Ago
Code review changes pt2
9 Months Ago
Code review changes pt1
9 Months Ago
Merge from main
9 Months 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
9 Months Ago
Renamed beancan emoji to coffeecan
9 Months Ago
Fix clan chat emoji's not working
9 Months Ago
Merge from main
9 Months Ago
Added global.blockServerEmoji convar to allow clients to opt out of receiving server emoji
9 Months Ago
Move FindAllServerEmoji to much later in the server boot process to prevent local folders getting created with invalid identifiers
9 Months Ago
Merge from main
9 Months Ago
Fixed a wild pooling/input field bug that was making the autocomplete emoji popup options sometimes insert the incorrect emoji when clicked
9 Months Ago
Fixed emoji's deleting themselves if the character limit of the input field was 0
9 Months Ago
Cleanup Emoji gallery will now respect the maximum character limit of the input field it's attached to
9 Months Ago
Finally fixed caret position on input fields not being properly set to end of string when selecting an emoji via the gallery
9 Months 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
9 Months Ago
Decrease opacity of emoji autocomplete box in the chat window
9 Months 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
9 Months Ago
Allow emoji's in the pre colon portion of the string when using add2
9 Months Ago
Renamed :torch: to :light:
9 Months Ago
Fix autocomplete NRE when highlighting an option and updating the text input
9 Months Ago
:sunglasses: is now :cool: to prevent clash with existing sunglasses item Some asset renames
9 Months Ago
Update dance emoji, 37% more style Added :scientist: emoji
10 Months Ago
Speculative changes to prevent RustEmojiLibrary NRE's
10 Months Ago
Fixed the first builtin emoji getting overwritten with server emoji's
10 Months Ago
Added global.ResetServerEmoji Rescans the serveremoji folder, note that clients will need to reconnect to get the latest emoji
10 Months 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
10 Months Ago
Merge from main
10 Months Ago
Fixed adding emoji to vending machine name resuting in an error when attempting to open the vending admin panel
10 Months 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
10 Months Ago
Merge from main
10 Months Ago
Fixes
10 Months 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
10 Months Ago
Various code review cleanup and comments
10 Months Ago
Merge from main
10 Months Ago
Add global.showemojierrors for debugging
10 Months Ago
▍▋▇▉▌█▌▋ ▄▆▊▄▄▆▇▅▆▌ ▉▅ ▄█▍▌▆ ▅▄▌▍ ▉▊▋▍▍▇▍ ▅▅ ▅▆▊▇▋▄▅ ▍▅▊ ▉▉▅▋▄▍▇█▋ ▉▇▊█ ▍▌█▉ ▍▄▄▍▇▄▅ ▋▇▉▊▋▌ ▊▇ ▄▇▆▇█▍ ▋▄▊▌
10 Months Ago
Rename "rock" emoji to "heartrock" so it doesn't clash with the rock item
10 Months Ago
Merge from main
11 Months Ago
Unsaved
11 Months Ago
Unsaved
11 Months Ago
More server provided emoji checks
11 Months Ago
Don't show autocomplete if block emoji convar is set to true Fixed blockEmojiAnimations not working after recent refactors
11 Months Ago
Cleanup, remove logs
11 Months Ago
Merge from main
11 Months Ago
Merge from main
11 Months Ago
Refactor server emoji to use FileStorage, uses less IO
11 Months Ago
Fixed server provided emoji not working (broken several refactors ago)
11 Months Ago
Merge fixes Fixed some tooltip changes on vending admin panel
11 Months Ago
Merge from main