quakeforge/libs
Adam Olsen 7f10b0f237 - split net_clc.h into net_clc.h and net_clc_qw.h
- move clc_t into net_clc.h from net_protocol.h
- split packet processing stuff from net.h into net_packet.h
- add a is_server arg to Log_{Incoming,Outgoing}_Packet, so libs/net is
  oblivious to if we're running a server or not (except with the arg,
  obviously)
- remove the long obsolete (even in original quake) svc_spawnbinary
  stuff
- make nq use QF/net_svc.h
- make nq link to libQFnet too
- make qw's cl_parse.c use net_svc_qw_any_t instead of net_svc_any_t
2001-11-18 11:39:12 +00:00
..
audio - add some missing boundschecking to CDAudio_Play's track remap (in 2001-11-05 16:17:45 +00:00
console re-anable the sorting. I guess snax was testing other things and forgot about 2001-11-06 21:37:33 +00:00
gamecode fully specify the type for the comparison opcodes 2001-11-06 21:29:53 +00:00
gib fix some warning in solaris 2001-10-30 16:41:21 +00:00
models more externs cleaned up 2001-10-29 17:46:03 +00:00
net - split net_clc.h into net_clc.h and net_clc_qw.h 2001-11-18 11:39:12 +00:00
util - convert MSG_Write to the same overflow checking MSG_Read uses, so 2001-11-10 23:52:35 +00:00
video Whitespace. 2001-11-07 06:59:10 +00:00
.gitignore looks like utils is more or less complete for now, except for some fixes in 2001-02-23 23:16:13 +00:00
Makefile.am - convert MSG_Write to the same overflow checking MSG_Read uses, so 2001-11-10 23:52:35 +00:00