-
Notifications
You must be signed in to change notification settings - Fork 126
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
Implement dedi_sendPrintsToClient
#418
Conversation
oh this diff fucking sucks because this pr is based on the g_pGlobals pr cool |
dedi_sendPrintsToClient
Out of curiosity and so that I'm up to date, what's the use case for this? Debugging help, server management, sth else? ^^ |
debugging mainly, just makes it a bit easier to see console log when you're testing on a dedicated server |
There seem to be quite some unrelated changes in there. Do we maybe wanna splice them out a bit to get a cleaner diff? ^^ |
seems to be due to the branch it was based on (pr that is now merged) being included in changes |
That should be exactly not the case since the base branch was merged (unless I'm going insane). Unless you're faster, imma splice out some things to the extent that I understand to reduce the diff a bit ^^ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With dedi_sendPrintsToClient
set 1
dedi sends prints to client as expected.
Not sure if we need a test for docker additionally. |
Implements the convar
dedi_sendPrintsToClient
that allows the dedicated server to forward all logs to connected clientsRequires
CGlobals
class andg_pGlobals
, and update code to support #411