quakeforge/libs/net
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
..
Makefile.am - convert MSG_Write to the same overflow checking MSG_Read uses, so 2001-11-10 23:52:35 +00:00
net_clc.c - split net_clc.h into net_clc.h and net_clc_qw.h 2001-11-18 11:39:12 +00:00
net_packetlog.c - split net_clc.h into net_clc.h and net_clc_qw.h 2001-11-18 11:39:12 +00:00
net_svc_common.c - split net_clc.h into net_clc.h and net_clc_qw.h 2001-11-18 11:39:12 +00:00
net_svc_qw.c - convert MSG_Write to the same overflow checking MSG_Read uses, so 2001-11-10 23:52:35 +00:00
net_ucmd.c - split net_clc.h into net_clc.h and net_clc_qw.h 2001-11-18 11:39:12 +00:00