quakeforge/libs/util
Adam Olsen 18036b63d9 - change MSG_ReadString to return const char * and return a pointer
directly into the packet data.
- change a bunch of char *'s to const char *'s for the above.  Only
  thing that had trouble was the cl_nofake handler, which I changed to
  use a local buffer.
- add MSG_ReadStaticString which acts like the old MSG_ReadString,
  specifically that it uses a static buffer and tollerates
  unterminated strings.
- add a Q_strnlen function, and make strnlen use it if strnlen is
  undefined.
- Add a net_svc.h and net_svc.c which will preparse svc messages into
  structs, for easier handling.  Currently only soundlist and
  modellist are done.
2001-10-18 04:44:58 +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 correct the default of cmd_warncmd 2001-10-15 22:41:42 +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 the rcsid commit from hell }:> 2001-09-28 06:26:31 +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 the rcsid commit from hell }:> 2001-09-28 06:26:31 +00:00
hash.c Fix missing include. 2001-10-02 23:53:07 +00:00
info.c the rcsid commit from hell }:> 2001-09-28 06:26:31 +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 the rcsid commit from hell }:> 2001-09-28 06:26:31 +00:00
mdfour.c the rcsid commit from hell }:> 2001-09-28 06:26:31 +00:00
msg.c - change MSG_ReadString to return const char * and return a pointer 2001-10-18 04:44:58 +00:00
pcx.c the rcsid commit from hell }:> 2001-09-28 06:26:31 +00:00
plugin.c static plugins now actually work 2001-10-10 16:22:41 +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 massive windows.h and WIN32 cleanup. 2001-10-16 21:40:45 +00:00
quakeio.c the rcsid commit from hell }:> 2001-09-28 06:26:31 +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 the rcsid commit from hell }:> 2001-09-28 06:26:31 +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