qccgui: reworked compile prints to split the screen instead of being some other window that's hidden when fullscreened etc.
splitscreen: split spectator setting into a per-seat setting. scoreboards are now also per-seat. added parm_string global for richer map change stuff. dpp7: fixed and reinstated. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5110 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
0fad8fe37d
commit
025aeff8a4
50 changed files with 1150 additions and 813 deletions
|
@ -627,7 +627,7 @@ void Validation_Auto_Response(int playernum, char *s)
|
|||
Validation_Version();
|
||||
versionresponsetime = Sys_DoubleTime() + 5;
|
||||
}
|
||||
else if (cl.spectator)
|
||||
else if (cl.playerview[0].spectator)
|
||||
return;
|
||||
else if (!strncmp(s, "server", 6) && serverresponsetime < Sys_DoubleTime()) //respond to it.
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue