@ -13,7 +13,8 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
@@ -13,7 +13,8 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
@ -13,7 +13,8 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
@@ -13,7 +13,8 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
@ -13,8 +13,6 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
@@ -13,8 +13,6 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
@ -13,8 +13,6 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
@@ -13,8 +13,6 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
@ -14,8 +14,6 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
@@ -14,8 +14,6 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
@ -12,8 +12,6 @@ but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -12,8 +12,6 @@ but WITHOUT ANY WARRANTY; without even the implied warranty of
@ -12,9 +12,6 @@ but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -12,9 +12,6 @@ but WITHOUT ANY WARRANTY; without even the implied warranty of
// forward the command line to the server, so the entity DLL can parse it
if(host.type==HOST_NORMAL)
{
#ifndef XASH_DEDICATED
#if !XASH_DEDICATED
if(cls.state>=ca_connected)
{
Cmd_ForwardToServer();
@ -1022,7 +1022,7 @@ things like godmode, noclip, etc, are commands directed to the server,
@@ -1022,7 +1022,7 @@ things like godmode, noclip, etc, are commands directed to the server,
@ -45,7 +45,7 @@ XASH SPECIFIC - sort of hack that works only in Xash3D not in GoldSrc
@@ -45,7 +45,7 @@ XASH SPECIFIC - sort of hack that works only in Xash3D not in GoldSrc
#include<stdlib.h> // rand, adbs
#include<stdarg.h> // va
#ifndef _WIN32
#if !XASH_WIN32
#include<stddef.h> // size_t
#else
#include<sys/types.h> // off_t
@ -60,7 +60,7 @@ XASH SPECIFIC - sort of hack that works only in Xash3D not in GoldSrc
@@ -60,7 +60,7 @@ XASH SPECIFIC - sort of hack that works only in Xash3D not in GoldSrc
len+=Q_snprintf(message+len,sizeof(message)-len,"Crash: signal %d errno %d with code %d at %p %p\n",signal,si->si_errno,si->si_code,si->si_addr,si->si_ptr);
#else
len+=Q_snprintf(message+len,sizeof(message)-len,"Crash: signal %d errno %d with code %d at %p\n",signal,si->si_errno,si->si_code,si->si_addr);
@ -12,7 +12,7 @@ but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -12,7 +12,7 @@ but WITHOUT ANY WARRANTY; without even the implied warranty of
@ -13,10 +13,11 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
@@ -13,10 +13,11 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNUGeneralPublicLicenseformoredetails.
*/
#include"build.h"
#include<fcntl.h>
#include<sys/stat.h>
#include<time.h>
#ifdef _WIN32
#if XASH_WIN32
#include<direct.h>
#include<io.h>
#else
@ -143,7 +144,7 @@ char fs_gamedir[MAX_SYSPATH]; // game current directory
@@ -143,7 +144,7 @@ char fs_gamedir[MAX_SYSPATH]; // game current directory
charfs_writedir[MAX_SYSPATH];// path that game allows to overwrite, delete and rename files (and create new of course)
qbooleanfs_ext_path=false;// attempt to read\write from ./ or ../ pathes
#ifndef _WIN32
#if !XASH_WIN32
qbooleanfs_caseinsensitive=true;// try to search missing files
@ -13,19 +13,20 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
@@ -13,19 +13,20 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
@ -1779,7 +1779,7 @@ Can go from either a baseline or a previous packet_entity
@@ -1779,7 +1779,7 @@ Can go from either a baseline or a previous packet_entity
@ -13,7 +13,8 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
@@ -13,7 +13,8 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
@ -13,7 +13,8 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
@@ -13,7 +13,8 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
@ -12,8 +12,7 @@ but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -12,8 +12,7 @@ but WITHOUT ANY WARRANTY; without even the implied warranty of
@ -12,7 +12,7 @@ but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -12,7 +12,7 @@ but WITHOUT ANY WARRANTY; without even the implied warranty of
@ -12,7 +12,7 @@ but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -12,7 +12,7 @@ but WITHOUT ANY WARRANTY; without even the implied warranty of
@ -2252,7 +2252,7 @@ Draw array for given vbotexture_t. build and draw dynamic lightmaps if present
@@ -2252,7 +2252,7 @@ Draw array for given vbotexture_t. build and draw dynamic lightmaps if present