-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Novgui voice chat support #491
base: master
Are you sure you want to change the base?
Conversation
…er head sprite creation.
…her the player is speaking or not
…ws you to display the speaker icon on the novgui scoreboard. (At the moment, the view in novgui scoreboard is not completed)
That's good idea. But I think implementation is somehow bloated. Maybe it's possible to implement such thing without modifying VGUI-related code, and consequently many of that |
Some files changed are just unnecessary formatting, like voice_status.cpp/h, try reverting those |
Also there is a lot of copy-pasted code, I think it's possible to merge both files and put the modified lines under macros? |
Added support for the voice chat interface without vgui and the display of the icon in the novgui scoreboard (it is not completed because I am lazy), if necessary, you can finish and redo it as needed