quakeforge/libs/util
Adam Olsen 2994824bc6 - convert MSG_Write to the same overflow checking MSG_Read uses, so
errors can be handled
- add a MSG_ReadBlock and MSG_WriteBlock, which write arbitrary
- add a MSG_PeekByte, although I never actually used it..
- canonicalize the svc's, so that if qw and nq have a svc with the
  same name but different contents, they get different names
- add all the nq stuff to svc_t, so it has both nq and qw.  fun enum
  that :)
- fix all the sizebuf_t usages so they init all the fields properly
- move qw's net_svc.c, net_clc.c, net_packetlog.c, and msg_ucmd.c
  (renamed to net_ucmd.c) into libs/net
- move headers for the above in include/QF
- convert remaining clc bits to NET_CLC (I think I got them all)
- I split net_svc into net_svc_common and net_svc_qw too, in
  preperation for adding nq
- moved movevars_t into "QF/net_svc_qw.h", from pmove.h
- made the CL_Parse* functions in qw get the net_svc_*_t as a param,
  instead of parsing themselves
- use a jumptable for CL_Parse*
- probably other machinates I've forgotten
- and of course, probably added numerous bugs :)
2001-11-10 23:52:35 +00:00
..
.gitignore Shared library support. The util and gamecode libraries are now shared, 2001-03-29 09:07:44 +00:00
checksum.c the rcsid commit from hell }:> 2001-09-28 06:26:31 +00:00
cmd.c The beginnings of an f_* reply system have been added. f_version works 2001-11-05 07:23:51 +00:00
con_print.c the rcsid commit from hell }:> 2001-09-28 06:26:31 +00:00
console.c the rcsid commit from hell }:> 2001-09-28 06:26:31 +00:00
crc.c the rcsid commit from hell }:> 2001-09-28 06:26:31 +00:00
cvar.c cvarlist cfg will now give output suitable for a config file 2001-10-30 23:33:47 +00:00
dirent.c the rcsid commit from hell }:> 2001-09-28 06:26:31 +00:00
fendian.c the rcsid commit from hell }:> 2001-09-28 06:26:31 +00:00
fnmatch.c * taniwha gets medieval on extern 2001-10-28 04:23:37 +00:00
hash.c remove an unneeded check 2001-10-26 03:12:31 +00:00
info.c rename some get_key functions so they're all uniqely named (matters only for 2001-11-05 03:21:42 +00:00
link.c the rcsid commit from hell }:> 2001-09-28 06:26:31 +00:00
Makefile.am - fix a little mistake in SV_PrintToClient that'd cause it to 2001-10-04 19:11:39 +00:00
math.S mingw build fixes again (including mostly working in sid: got some link issues) 2001-09-25 06:18:30 +00:00
mathlib.c Code cleanups. 2001-10-30 19:55:34 +00:00
mdfour.c the rcsid commit from hell }:> 2001-09-28 06:26:31 +00:00
msg.c - convert MSG_Write to the same overflow checking MSG_Read uses, so 2001-11-10 23:52:35 +00:00
pcx.c the rcsid commit from hell }:> 2001-09-28 06:26:31 +00:00
plugin.c rename some get_key functions so they're all uniqely named (matters only for 2001-11-05 03:21:42 +00:00
qargs.c the rcsid commit from hell }:> 2001-09-28 06:26:31 +00:00
qendian.c the rcsid commit from hell }:> 2001-09-28 06:26:31 +00:00
qfplist.c the rcsid commit from hell }:> 2001-09-28 06:26:31 +00:00
quakefs.c move maplist from quakefs.c to console/maplist.c. Unfortunatly, until the 2001-11-05 22:24:16 +00:00
quakeio.c - audit malloc usage. now everything checks the return value :) 2001-10-24 22:50:06 +00:00
sizebuf.c the rcsid commit from hell }:> 2001-09-28 06:26:31 +00:00
string.c - change MSG_ReadString to return const char * and return a pointer 2001-10-18 04:44:58 +00:00
sys.c fix a case and paste error 2001-09-28 15:29:56 +00:00
tga.c - audit malloc usage. now everything checks the return value :) 2001-10-24 22:50:06 +00:00
va.c the rcsid commit from hell }:> 2001-09-28 06:26:31 +00:00
ver_check.c the rcsid commit from hell }:> 2001-09-28 06:26:31 +00:00
wad.c the rcsid commit from hell }:> 2001-09-28 06:26:31 +00:00
zone.c massive windows.h and WIN32 cleanup. 2001-10-16 21:40:45 +00:00