]> de.git.xonotic.org Git - xonotic/darkplaces.git/commit
reduced client memory usage by 29MB by making cl_max_entities dynamic (starts out...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 5 Apr 2005 11:15:45 +0000 (11:15 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 5 Apr 2005 11:15:45 +0000 (11:15 +0000)
commit55737dcfceaec2467ad553285a0b3f0c06912af6
tree1fc780d0a6ab8bca7266307374b6546a3404d507
parenta4c841abe711873346dd1eb47a78a6c8785c21fd
reduced client memory usage by 29MB by making cl_max_entities dynamic (starts out at 256)
cleaned up cl_num_entities to be more generally useful, it is only increased by network entities, this should speed up some code (by using cl_num_entities instead of MAX_EDICTS or cl_max_entities)

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5156 d7cf8633-e32d-0410-b094-e92efae38249
cl_collision.c
cl_main.c
cl_parse.c
client.h
host.c
protocol.c
r_shadow.c
snd_main.c
view.c