Commit Graph

16 Commits

Author SHA1 Message Date
Anton E. Gavrilov 4acb725dec Remove all remaining references to cachedir. 2000-05-24 10:44:29 +00:00
Bill Currie d7f0ffef60 forgot to rename some SendKeyEvents functions 2000-05-23 09:52:17 +00:00
Joseph Carter 7b1b82a16b C done 2000-05-22 06:46:35 +00:00
Marcus Sundberg 126ce0c067 Fixed includes. 2000-05-21 18:40:10 +00:00
Danne 6ed6543fef Header file addons & Q_atoi -> atoi changes for WIN32 2000-05-21 11:28:37 +00:00
Marcus Sundberg f1edd57186 Move Sys_Init after Cvar_Init. 2000-05-20 22:13:45 +00:00
Jeff Teunissen 7647fdd484 Configure.in: minor changes.
include/* -- #defines so that you can #include them more than once.
2000-05-17 18:28:13 +00:00
Bill Currie 832af13c12 all files now include config.h 2000-05-17 10:03:19 +00:00
Yan Sweitzer 1efb92f899 sprintf -> snprintf
vsprintf -> vsnprintf
2000-05-15 08:59:12 +00:00
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