Commit graph

34 commits

Author SHA1 Message Date
Bill Currie
1ed975edd5 backport 0.5's sys stuff. much saner linking. 2001-08-20 22:08:54 +00:00
Bill Currie
76bee6c8ab sdl and sgl build now too :) 2001-08-15 19:39:07 +00:00
Jeff Teunissen
272abade38 Backport Cvar callbacks to newtree. Software gamma still doesn't work in
GL, and I still don't know exactly why.
2001-05-13 05:10:02 +00:00
Bill Currie
435c588e37 function header audit. 2001-02-09 02:53:09 +00:00
Bill Currie
3240ed57b4 shrink the default heap for the server from 16 to 8 meg 2001-02-08 19:41:31 +00:00
Bill Currie
b10b829260 amputate an 8M cacerous growth from the memory footprint of the clients 2001-02-08 19:24:27 +00:00
Bill Currie
76a11bd74a cvar doc patches from Misty 2000-12-31 04:46:04 +00:00
Dabb
c3a0ab3aa1 Packet logging support for debugging and educational purposes. 2000-12-11 15:30:52 +00:00
Jeff Teunissen
54e2a4d9d3 Okay, the big whitespace reformat. There is some silliness (case
statements, variable declarations), but all in all it's not bad.
2000-12-08 06:51:37 +00:00
Forest Hale
9ce5fc95df quakeparms_t audit.
changed all parms references to directly access host_parms to improve readability, and removed unused basedir references. (all remaining fields in quakeparms_t deserve to be there)
2000-11-27 13:17:48 +00:00
Forest Hale
b2fa746f90 redid the way -basedir works, implemented it in the filesystem init code, and it works now (the previous windoze support was broken because the basedir parm was not being used anyway) 2000-11-27 10:55:27 +00:00
Bill Currie
979a5b7e47 fix LordHavoc's spelling error. 2000-11-21 06:49:37 +00:00
Forest Hale
2231b97572 added back -basedir in a different place (win32 only) 2000-11-19 23:34:09 +00:00
Bill Currie
bf184744f8 make sv fp rounding same as cl. doesn't seem to help with obtuse angles, but
it doesn't seem to hurt, either.
2000-11-13 21:10:18 +00:00
Bill Currie
3a9eba4f03 ok, server now runs without segging on a cvar (with simple testing, anyway.
needs fuller bashing).
2000-10-31 05:24:34 +00:00
Bill Currie
2682888425 the big cvar value -> int_val audit. seems to work ok 2000-10-17 03:17:42 +00:00
Bill Currie
86f87122c0 zlib support (gzipped pack contents). if you have a probelm with gzgets, you
have 3 choices: remove /usr/X11R6/lib/libz.a, --diable-zlib, or fix configure.
I do intend on fixing it myself.
2000-09-27 19:44:26 +00:00
Dabb
576a32782a Fix nostdout bug ... 2000-08-17 13:38:57 +00:00
Dabb
50529263fb Moved Sys_Printf to sys_win.c. 2000-08-17 12:36:55 +00:00
Anton E. Gavrilov
df980b44a1 CVAR_FIXME cleanup 2000-06-09 23:37:39 +00:00
Anton E. Gavrilov
4acb725dec Remove all remaining references to cachedir. 2000-05-24 10:44:29 +00:00
Anton E. Gavrilov
f8604f0735 sys_sleep is 8 by default now;
CVAR_FIXME cleanup
2000-05-22 04:19:49 +00:00
Marcus Sundberg
126ce0c067 Fixed includes. 2000-05-21 18:40:10 +00:00
Danne
a920dc69e8 Q_atoi -> atoi + headerfile addons. 2000-05-21 12:50:06 +00:00
Marcus Sundberg
e5a8b1dfab Fix waring about unused var. 2000-05-20 01:00:59 +00:00
Bill Currie
64d00faa8f Apply theoddone33's cvar patch (he's having connectivity problems with tank) 2000-05-17 23:16:23 +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
Danne
01ab5f4fbe Borland fixes 2000-05-16 13:57:54 +00:00
Dan Olson
1d26c02826 Cvar merge... segfault problems... also unknown problems in vid_svga.c 2000-05-16 04:47:41 +00:00
Yan Sweitzer
1efb92f899 sprintf -> snprintf
vsprintf -> vsnprintf
2000-05-15 08:59:12 +00:00
Anton E. Gavrilov
875aec747f Applied win9x priority fixes from the main tree
Removed two unused headers (<sys/*>)
2000-05-15 00:09:45 +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
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