]> git.xonotic.org Git - xonotic/darkplaces.git/commit
changed Sys_Sleep functions to take microseconds instead of milliseconds (this may...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 29 Mar 2007 09:18:03 +0000 (09:18 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 29 Mar 2007 09:18:03 +0000 (09:18 +0000)
commit39ffc8f99e2ea7bed0b477ce5b9220821f93adc1
tree43173c2086b4d0d3cb454071508fed3b06e43051
parentc0b28902ae728d6089484e8f205aa118cd5b525b
changed Sys_Sleep functions to take microseconds instead of milliseconds (this may mildly improve sleep accuracy on Linux dedicated servers)
modified the host main loop to check for server packets each iteration of the loop rather than at the server framerate (this doesn't accomplish much yet but has potential)
added sv_checkforpacketsduringsleep cvar to enable use of select() instead of Sys_Sleep()

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7020 d7cf8633-e32d-0410-b094-e92efae38249
host.c
sys.h
sys_linux.c
sys_sdl.c
sys_win.c
todo