userAdam Wcancel
branchrust_reboot/main/chat_improvementscancel

49 Commits over 31 Days - 0.07cph!

5 Years Ago
merge from main
5 Years Ago
chat menu global mute setup
5 Years Ago
interface options UI toggle for global mute
5 Years Ago
Initial global chat mute functionality/convar. Team chat & server messages still appear if global is muted.
5 Years Ago
merge from main
5 Years Ago
Added "Copy Text" to chat popup menu to copy a chat message to the system clipboard
5 Years Ago
merge from main
5 Years Ago
cherry pick chat popup fix
5 Years Ago
cherry pick fix
5 Years Ago
network++
5 Years Ago
mutelist load safety check
5 Years Ago
mutelist command now uses a TextTable instead of a manual string builder
5 Years Ago
Remove the recent chatter stuff to simplify - it's not really needed since adding the chat menu anyway. Move mute list innit to bootstrap.
5 Years Ago
merged from main to get recent team fix changes, fixed merge issues
5 Years Ago
null check just incase
5 Years Ago
team member connection list tweak
5 Years Ago
merge from main
5 Years Ago
merge from main
5 Years Ago
Some clean up, switched all the console commands to use ReplyWith and stringbuilder
5 Years Ago
oops
5 Years Ago
Can now also unmute players using their mutelist index
5 Years Ago
Fix for chat popup menu elements getting input blocked by the team panel if you click the lowest chat message
5 Years Ago
Hooked up report player function to chat popup menu
5 Years Ago
merge from main
5 Years Ago
More chat/chat popup behaviour tweaks and polish, handle closing the chat/menu nicely when clicking away/losing focus, etc.
5 Years Ago
usability tweaks
5 Years Ago
Fix the chat input not closing when losing focus (left/right clicking etc) but remaining open without being active, which left you stuck unable to move or chat without re-clicking the input field.
5 Years Ago
Better mute name handling
5 Years Ago
view and clear mute list commands
5 Years Ago
Mute list is now saved as json, stores some extra info.
5 Years Ago
...or the server
5 Years Ago
can't mute yourself
5 Years Ago
added chat.clear console command. added"Clear Chat" option to the chat popup menu.
5 Years Ago
merge from main
5 Years Ago
Chat popup menu options to mute/unmute, invite to team, view steam profile.
5 Years Ago
wip chat right-click popup player menu
5 Years Ago
Initial player chat muting functionality. Bunch of mute related console functions. Also maintains a list of the last 10 unique recent chat players with a simple index, so you can mute someone easily with muterecent x.
5 Years Ago
Add a local team channel feedback message when you invite a player to your team.
5 Years Ago
Hooked up ui.autoswitchchannel in the interface options
5 Years Ago
Added ui.autoswitchchannel bool convar. Only auto-switch chat channels if it's enabled. Always auto-switch away from team chat when leaving a group, regardless.
5 Years Ago
Auto-switch chat channel when joining/leaving a team. Display a chat message stating the channel switch, and how to switch channels manually, after being auto-switched.
5 Years Ago
▊▆▅ ▆▉▌▄ ▆▆▅ ▍▉ ▆▉▌▄▋▆ ▄█▇▉ █▆▅▌ ▆▉▆ ▉▉▉▉ █▌▍█. █▍▊▊▊ ▌▇▅ ▍▇▅▆▊▊ ▇▋▆▉▅▋▍ ▄▋ ▉▉▄▋▊▇▄▌▊ ▍▊▇▇ ▇▌▊▊▅▄▆
5 Years Ago
Tag team chat entries with [TEAM], set colour to match other team elements.
5 Years Ago
more
5 Years Ago
Added current channel display to chat input box, updates with channel change.
5 Years Ago
more wip
5 Years Ago
Basic chat channel functionality. Basic tab client channel switch functionality.
5 Years Ago
Group chat ground work
5 Years Ago
Some initial cleanup/ground work.