Commit Graph

7 Commits

Author SHA1 Message Date
Anton E. Gavrilov 7a21e4fbd3 Moved Sys_DoubleTime() to sys_win.c, added timeBeginPeriod( 1 ) to sv_sys_win.c -> Sys_Init(). 2000-05-14 20:34:28 +00:00
Danne 696a534fa6 Added include sys.h 2000-05-14 18:11:51 +00:00
Joseph Carter 01eceda77e Removed the string QuakeWorld from places to help avoid stepping on Id's
tues (not that they care to be honest..)  VERSION is gone, use the strings
QW_VERSION and QF_VERSION.  I'd like QW_VERSION to go away but I don't
think we're ready to screw with that just yet.  Note, those are strings,
not floats.

Also defined QSG_STANDARD and set all the star keys the current qw-server
does.

qw-* -> qf-*, unlike the main tree this one is not planned to be just QW.
2000-05-13 20:51:02 +00:00
James Brown 7630423d40 Done a pathetic attempt at cleaning some code up. :P 2000-05-13 10:32:45 +00:00
Yan Sweitzer 670a264470 putch needs <conio.h> -- Yanster 2000-05-13 05:32:48 +00:00
Thad Ward d8a45153e0 commented out some "unreferenced local variables" 2000-05-13 04:44:12 +00:00
Anton E. Gavrilov bb8b80ea0a sys_win.c: win32-specific stuff, common between client and server; moved Sys_mkdir() here
cl_sys_win.c: win32-specific client stuff.  Added qboolean is_server = false; renamed filelength() to wfilelength()
sv_sys_win.c: win32-specific server stuff.  Added qboolean is_server = true;
2000-05-12 03:44:21 +00:00