]> git.xonotic.org Git - xonotic/darkplaces.git/commit
MAX_EDICTS has changed to 32768. Yes this is madness. Thanks to banshee for prompti...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 10 Feb 2003 14:46:15 +0000 (14:46 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 10 Feb 2003 14:46:15 +0000 (14:46 +0000)
commitb29b9e54dee7965354aede860e187c6f6276a758
tree78683cd2ed9dedc21961a20a0c319495939d956e
parentb89606df66f908e527f94a14efaa6499d423083b
MAX_EDICTS has changed to 32768.  Yes this is madness.  Thanks to banshee for prompting this necessity to run his map helm10000!
Sound protocol has been upgraded to be able to send 16bit entity numbers (this allows going beyond the old 8192 limit)
MAX_ENTITY_DATABASE is now dependent on MAX_EDICTS
MAX_DATAGRAM increased from 8000 to 65536
MAX_MSGLEN has been removed (now uses MAX_DATAGRAM)
NET_MAXMESSAGE is now dependent on MAX_DATAGRAM
SV_PushMove's list of moved entities has been moved into sv.moved_edicts (just an array of pointers) and their original origin and angles have been moved into edict_t, this avoids stack crashes on win32 with the new edict limit
increased MAX_MODELS and MAX_SOUNDS from 1024 to 4096 (this is not really necessary but a good idea)

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@2727 d7cf8633-e32d-0410-b094-e92efae38249
cl_demo.c
cl_parse.c
net.h
progs.h
protocol.h
quakedef.h
server.h
sv_main.c
sv_phys.c