]> de.git.xonotic.org Git - xonotic/darkplaces.git/commit
Tell clients to reconnect before loading the next map. Should fix lag/stutter
authorcloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 1 Jul 2020 16:18:20 +0000 (16:18 +0000)
committercloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 1 Jul 2020 16:18:20 +0000 (16:18 +0000)
commitb30c46fb9423afb892b639de58ade85d5dbed03e
tree8b809d5c6ddfaacff3bcd2561452917ab2c621e6
parente8c89b487e574728d3d23915035086d2d1bbee33
Tell clients to reconnect before loading the next map. Should fix lag/stutter

There is a noticable stutter/connection loss/lag when changing level in
some games, notably Xonotic. This is likely because the server already
started loading the world before telling clients to reconnect, which can
be an expensive process depending on the map.

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12770 d7cf8633-e32d-0410-b094-e92efae38249
sv_main.c