mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 05:01:26 +00:00
6c0d760102
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 |
||
---|---|---|
.. | ||
.gitignore | ||
checksum.c | ||
cmd.c | ||
con_print.c | ||
console.c | ||
crc.c | ||
cvar.c | ||
dirent.c | ||
fendian.c | ||
fnmatch.c | ||
hash.c | ||
info.c | ||
link.c | ||
Makefile.am | ||
math.S | ||
mathlib.c | ||
mdfour.c | ||
msg.c | ||
pcx.c | ||
plugin.c | ||
qargs.c | ||
qendian.c | ||
qfplist.c | ||
quakefs.c | ||
quakeio.c | ||
sizebuf.c | ||
string.c | ||
sys.c | ||
tga.c | ||
va.c | ||
ver_check.c | ||
wad.c | ||
zone.c |