committing for fixes for OMC
some minor changes. Mostly bug fixes and internal reorganisation. Added code to provide an activex control as part of the npfte.dll plugin. If the dll is registered the regsvr32 way, the plugin can be used with IE as well. fisheye/panoramic view enable is now controlled by rulesets instead of serverinfo. server will list all pak files it has loaded. client will probably do the wrong thing and still needs fixing properly. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3910 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
5118de8bdd
commit
f33873ddb7
78 changed files with 7999 additions and 6655 deletions
|
@ -26,9 +26,6 @@ struct edict_s;
|
|||
#define MAX_PROGS 64
|
||||
#define MAXADDONS 16
|
||||
|
||||
#define NUM_SPAWN_PARMS 64 //moved from server.h because of include ordering :(.
|
||||
|
||||
|
||||
void SVQ1_CvarChanged(cvar_t *var);
|
||||
#define NewGetEdictFieldValue GetEdictFieldValue
|
||||
void Q_SetProgsParms(qboolean forcompiler);
|
||||
|
@ -104,12 +101,9 @@ typedef struct edict_s
|
|||
#include "progslib.h"
|
||||
|
||||
#undef pr_global_struct
|
||||
//#define pr_nqglobal_struct *((nqglobalvars_t*)pr_globals)
|
||||
#define pr_global_struct *pr_nqglobal_struct
|
||||
#define pr_global_struct *pr_global_ptrs
|
||||
|
||||
float *spawnparamglobals[NUM_SPAWN_PARMS];
|
||||
|
||||
extern nqglobalvars_t *pr_nqglobal_struct;
|
||||
extern globalptrs_t *pr_global_ptrs;
|
||||
|
||||
extern progfuncs_t *svprogfuncs; //instance
|
||||
extern progparms_t svprogparms;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue