cygwin, mingw should compile, plugins in dedicated servers, and stuff.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1711 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
55fe54ae60
commit
13d0a98133
20 changed files with 705 additions and 426 deletions
|
@ -348,6 +348,7 @@ typedef struct client_s
|
|||
|
||||
int challenge;
|
||||
int userid; // identifying number
|
||||
char userinfobasic[MAX_INFO_STRING];
|
||||
char userinfo[EXTENDED_INFO_STRING]; // infostring
|
||||
|
||||
usercmd_t lastcmd; // for filling in big drops and partial predictions
|
||||
|
@ -875,7 +876,7 @@ struct quakeparms_s;
|
|||
void SV_Init (struct quakeparms_s *parms);
|
||||
|
||||
int SV_CalcPing (client_t *cl);
|
||||
void SV_FullClientUpdate (client_t *client, sizebuf_t *buf);
|
||||
void SV_FullClientUpdate (client_t *client, sizebuf_t *buf, unsigned int ftepext);
|
||||
void SV_FullClientUpdateToClient (client_t *client, client_t *cl);
|
||||
void SVNQ_FullClientUpdate (client_t *client, sizebuf_t *buf);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue