I wonder how many things this will break...
Anyway, made the renderer more modular (multiple gl renderers in the same binary, supported properly - menu still needs work). Rewrote parm1-16 handling, and added support for 17-32. Lightstyle smoothing cvar: r_lightstylesmooth git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1113 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
f64645ff6d
commit
39990c213d
22 changed files with 990 additions and 1251 deletions
|
@ -271,9 +271,6 @@ typedef struct
|
|||
int csqcentversion[MAX_EDICTS];//prevents ent versions from going backwards
|
||||
} server_t;
|
||||
|
||||
|
||||
#define NUM_SPAWN_PARMS 16
|
||||
|
||||
typedef enum
|
||||
{
|
||||
cs_free, // can be reused for a new connection
|
||||
|
@ -465,6 +462,7 @@ typedef struct client_s
|
|||
int delta_sequence; // -1 = no compression
|
||||
int last_sequence;
|
||||
netchan_t netchan;
|
||||
qboolean isindependant;
|
||||
|
||||
int lastsequence_acknoledged;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue