quakeforge/nq
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
..
include - split net_clc.h into net_clc.h and net_clc_qw.h 2001-11-18 11:39:12 +00:00
source - split net_clc.h into net_clc.h and net_clc_qw.h 2001-11-18 11:39:12 +00:00
.gitignore initial checkin of most recent newtree and nuq(?) source 2001-02-19 21:15:25 +00:00
Makefile.am Makefile cleanups. 2001-04-18 07:05:37 +00:00