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
|
@ -1100,7 +1100,7 @@ static vfsfile_t *QDECL FSZIP_OpenVFS(searchpathfuncs_t *handle, flocation_t *lo
|
|||
if (flags & ZFL_DEFLATED)
|
||||
{
|
||||
#ifdef ZIPCRYPT
|
||||
//FIXME: Cvar_Get is not threadsafe.
|
||||
//FIXME: Cvar_Get is not threadsafe, and nor is accessing the cvar...
|
||||
char *password = (flags & ZFL_WEAKENCRYPT)?Cvar_Get("fs_zip_password", "thisispublic", 0, "Filesystem")->string:NULL;
|
||||
#else
|
||||
char *password = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue