]> icculus.org git repositories - divverent/darkplaces.git/commit
changed how QC interpreter handles edict field access - the entvars struct is now...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 29 Oct 2002 15:36:49 +0000 (15:36 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 29 Oct 2002 15:36:49 +0000 (15:36 +0000)
commitfb5638603d5fb14033bb41a99dbaba135b5e7985
tree21f109d321188e9763f4fe51212e6d793617ebf0
parent8d7975810323fb62e00a37e981a758978195545b
changed how QC interpreter handles edict field access - the entvars struct is now a pointer - yes this changed that many files...
discovered gcc 2.95.3 is the sole cause of map change crashs in the QC interpreter - it does not compile pr_exec.c correctly somehow (I think OP_ADDRESS is the only place it has a problem), makefile now refers to gcc-3.1 (maybe this should be changed, but oh well for now)

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@2580 d7cf8633-e32d-0410-b094-e92efae38249
14 files changed:
host_cmd.c
makefile
net_dgrm.c
pr_cmds.c
pr_edict.c
pr_exec.c
pr_execprogram.h
progs.h
server.h
sv_main.c
sv_move.c
sv_phys.c
sv_user.c
world.c