]> icculus.org git repositories - divverent/darkplaces.git/commit - host.c
set csqc world.mins and world.maxs (reworked World_SetSize to make this
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 22 Feb 2008 05:30:33 +0000 (05:30 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 22 Feb 2008 05:30:33 +0000 (05:30 +0000)
commitc2026725b55e3025eb7f6f76a3a4fa1687a15988
tree2b62266df89431555eaf3435f100ee0c391cec6b
parentc50e91dcf10f2314ca1ec818f1dc82441bd852f8
set csqc world.mins and world.maxs (reworked World_SetSize to make this
easier)
moved the qc SV_Shutdown in Host_ShutdownServer to before clients are
kicked off
added qc SV_Shutdown call in SV_SpawnServer (before the progs reset)
fixed a bug with failed changelevel (which was unloading world)

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8122 d7cf8633-e32d-0410-b094-e92efae38249
cl_parse.c
csprogs.c
host.c
sv_main.c
world.c
world.h