quakeforge/libs/util
Bill Currie 6c0d760102 msg.h:
give mst_t a buffer to hold unterminated message strings
	kill MSG_ReadStaticString and MSG_ReadStringLine
msg.c:
	kill MSG_ReadStaticString and MSG_ReadStringLine
	MSG_ReadString: implement the buffer for unterminated message strings
	and update readcount on badread
cl_main.c:
	go back to MSG_ReadString and fix up the resulting const char * issues
cl_parse.c:
	rewrite the cl_mofake code all because of an uninitialized variable :)
sv_main.c:
	use MSG_ReadString instead of MSG_ReadStringLine because
	Cmd_TokenizeString really doesn't care about a terminating \n
2001-10-18 06:23:26 +00:00
..
.gitignore
checksum.c
cmd.c correct the default of cmd_warncmd 2001-10-15 22:41:42 +00:00
con_print.c
console.c
crc.c
cvar.c
dirent.c
fendian.c
fnmatch.c
hash.c Fix missing include. 2001-10-02 23:53:07 +00:00
info.c
link.c
Makefile.am - fix a little mistake in SV_PrintToClient that'd cause it to 2001-10-04 19:11:39 +00:00
math.S
mathlib.c
mdfour.c
msg.c msg.h: 2001-10-18 06:23:26 +00:00
pcx.c
plugin.c static plugins now actually work 2001-10-10 16:22:41 +00:00
qargs.c
qendian.c
qfplist.c
quakefs.c massive windows.h and WIN32 cleanup. 2001-10-16 21:40:45 +00:00
quakeio.c
sizebuf.c
string.c - change MSG_ReadString to return const char * and return a pointer 2001-10-18 04:44:58 +00:00
sys.c
tga.c
va.c
ver_check.c
wad.c
zone.c massive windows.h and WIN32 cleanup. 2001-10-16 21:40:45 +00:00