Module darkplaces: Change committed

havoc at icculus.org havoc at icculus.org
Fri Apr 25 10:43:20 EDT 2003


Commiter   : havoc
CVSROOT    : /cvs/cvsroot/twilight
Module     : darkplaces
Commit time: 2003-04-25 14:43:20 UTC

Log message:

sv.edicts (and related things) are now dynamically reallocated as more edicts are used
no edict_t *'s exist in any persistent structures anymore, using edict numbers in all such cases (as it turns out the only such structs were client_t in server.h and link_t in progs.h)
edicts are unlinked before reallocation and relinked after reallocation to keep the link_t pointers valid

Modified files:
     cl_main.c host.c host_cmd.c model_brush.c net_dgrm.c pr_cmds.c
     pr_edict.c progs.h server.h sv_main.c sv_user.c world.c
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: darkplaces.20030425.144320.havoc.diff
URL: <http://icculus.org/pipermail/twilight-commits/attachments/20030425/50e6f04e/attachment.diff>


More information about the twilight-commits mailing list