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
|
@ -23,6 +23,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
#define MAX_PROGS 64
|
||||
#define MAXADDONS 16
|
||||
|
||||
#define NUM_SPAWN_PARMS 32 //moved from server.h because of include ordering :(.
|
||||
|
||||
#define NewGetEdictFieldValue GetEdictFieldValue
|
||||
void Q_SetProgsParms(qboolean forcompiler);
|
||||
void PR_Deinit(void);
|
||||
|
@ -97,6 +99,8 @@ typedef struct edict_s
|
|||
//#define pr_nqglobal_struct *((nqglobalvars_t*)pr_globals)
|
||||
#define pr_global_struct *pr_nqglobal_struct
|
||||
|
||||
float *spawnparamglobals[NUM_SPAWN_PARMS];
|
||||
|
||||
extern nqglobalvars_t *pr_nqglobal_struct;
|
||||
|
||||
extern progfuncs_t *svprogfuncs; //instance
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue