]> git.xonotic.org Git - xonotic/darkplaces.git/commit
reverted dynamic allocation of sv.edicts because there are FAR too many broken pointe...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 26 Apr 2003 10:21:02 +0000 (10:21 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 26 Apr 2003 10:21:02 +0000 (10:21 +0000)
commit97d61bec83f6475e58128ac915c50d013b8fec48
tree64a29feaff7a3c19af4a7d776403ec05397db653
parenta11098c32995b4e85c12e38ab6dd3be318738eba
reverted dynamic allocation of sv.edicts because there are FAR too many broken pointer cases, however shrinking the edict_t to just a couple pointers and dynamically allocating the data they point to, keeps memory usage way down

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@2989 d7cf8633-e32d-0410-b094-e92efae38249
12 files changed:
cl_main.c
host.c
host_cmd.c
net_dgrm.c
pr_cmds.c
pr_edict.c
progs.h
server.h
sv_main.c
sv_phys.c
sv_user.c
world.c