mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +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 |
||
---|---|---|
.. | ||
audio | ||
console | ||
gamecode | ||
gib | ||
models | ||
util | ||
video | ||
.gitignore | ||
Makefile.am |