]> git.xonotic.org Git - xonotic/darkplaces.git/commit
refactor timing, so that timing code is in sys_shared.c.
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 26 Feb 2010 15:43:58 +0000 (15:43 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 26 Feb 2010 15:43:58 +0000 (15:43 +0000)
commit913039faa5b22651954fe10a148ff1e87e4b84fd
treec4cea2d481450a93c21cf6c06c95a7f1e03511fd
parentabc8a1eeeedc13556c83ba40d5d33d996a66dddd
refactor timing, so that timing code is in sys_shared.c.
Changes in behaviour: Win32 now prefers select() (PLEASE TEST), SDL timers can be overridden by sys_usequeryperformancecounter or sys_useclockgettime, new cvar sys_debugtime

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