Fixed Ogg support a bit. Enhanced DarkPlaces/Nuxuiz compatability. Fixed a couple other minor bugs.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2519 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
7ea15cfdc1
commit
dcec305bd9
38 changed files with 1013 additions and 252 deletions
|
@ -329,7 +329,7 @@ typedef struct
|
|||
int tcpinlen;
|
||||
#endif
|
||||
|
||||
enum {DL_NONE, DL_QW, DL_QWCHUNKS, DL_Q3, DL_QWPENDING, DL_HTTP, DL_FTP} downloadmethod;
|
||||
enum {DL_NONE, DL_QW, DL_QWCHUNKS, DL_Q3, DL_DARKPLACES, DL_QWPENDING, DL_HTTP, DL_FTP} downloadmethod;
|
||||
vfsfile_t *downloadqw; // file transfer from server
|
||||
char downloadtempname[MAX_OSPATH];
|
||||
char downloadname[MAX_OSPATH];
|
||||
|
@ -429,6 +429,7 @@ typedef struct
|
|||
int parsecount; // server message counter
|
||||
int oldparsecount;
|
||||
int oldvalidsequence;
|
||||
int ackedinputsequence; //in quakeworld/q2 this is always equal to validsequence. dp can differ.
|
||||
int validsequence; // this is the sequence number of the last good
|
||||
// packetentity_t we got. If this is 0, we can't
|
||||
// render a frame yet
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue