userAdam Woolridgecancel
branchrust_reboot/main/chat_improvementscancel

49 Commits over 31 Days - 0.07cph!

4 Years Ago
merge from main
4 Years Ago
chat menu global mute setup
4 Years Ago
interface options UI toggle for global mute
4 Years Ago
Initial global chat mute functionality/convar. Team chat & server messages still appear if global is muted.
4 Years Ago
merge from main
4 Years Ago
Added "Copy Text" to chat popup menu to copy a chat message to the system clipboard
4 Years Ago
merge from main
4 Years Ago
cherry pick chat popup fix
4 Years Ago
cherry pick fix
4 Years Ago
network++
4 Years Ago
mutelist load safety check
4 Years Ago
mutelist command now uses a TextTable instead of a manual string builder
4 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.
4 Years Ago
merged from main to get recent team fix changes, fixed merge issues
4 Years Ago
null check just incase
4 Years Ago
team member connection list tweak
4 Years Ago
merge from main
4 Years Ago
merge from main
4 Years Ago
Some clean up, switched all the console commands to use ReplyWith and stringbuilder
4 Years Ago
oops
4 Years Ago
Can now also unmute players using their mutelist index
4 Years Ago
Fix for chat popup menu elements getting input blocked by the team panel if you click the lowest chat message
4 Years Ago
Hooked up report player function to chat popup menu
4 Years Ago
merge from main
4 Years Ago
More chat/chat popup behaviour tweaks and polish, handle closing the chat/menu nicely when clicking away/losing focus, etc.
4 Years Ago
usability tweaks
4 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.
4 Years Ago
Better mute name handling
4 Years Ago
view and clear mute list commands
4 Years Ago
Mute list is now saved as json, stores some extra info.
4 Years Ago
...or the server
4 Years Ago
can't mute yourself
4 Years Ago
added chat.clear console command. added"Clear Chat" option to the chat popup menu.
4 Years Ago
merge from main
4 Years Ago
Chat popup menu options to mute/unmute, invite to team, view steam profile.
4 Years Ago
wip chat right-click popup player menu
4 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.
4 Years Ago
Add a local team channel feedback message when you invite a player to your team.
4 Years Ago
Hooked up ui.autoswitchchannel in the interface options
4 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.
4 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.
4 Years Ago
▊▆▅ ▆▉▌▄ ▆▆▅ ▍▉ ▆▉▌▄▋▆ ▄█▇▉ █▆▅▌ ▆▉▆ ▉▉▉▉ █▌▍█. █▍▊▊▊ ▌▇▅ ▍▇▅▆▊▊ ▇▋▆▉▅▋▍ ▄▋ ▉▉▄▋▊▇▄▌▊ ▍▊▇▇ ▇▌▊▊▅▄▆
4 Years Ago
Tag team chat entries with [TEAM], set colour to match other team elements.
4 Years Ago
more
4 Years Ago
Added current channel display to chat input box, updates with channel change.
4 Years Ago
more wip
4 Years Ago
Basic chat channel functionality. Basic tab client channel switch functionality.
4 Years Ago
Group chat ground work
4 Years Ago
Some initial cleanup/ground work.