quakeforge/libs/util
Bill Currie 06064ec390 compat.h:
create a field_offset macro that takes a structure type and a field and
	returns the offset of the field within the structure
everything else:
	use field_offset to calculate the size of variable sized structs
2001-05-31 18:11:05 +00:00
..
.gitignore Shared library support. The util and gamecode libraries are now shared, 2001-03-29 09:07:44 +00:00
Makefile.am merge pcx.c, tga.c and wad.c. util seemed the most logical place, but LoadPCX 2001-05-30 20:56:53 +00:00
checksum.c move the api headers into include/QF and clean up (most of) the resulting mess. 2001-03-27 20:33:07 +00:00
cmd.c include/QF header cleanup. including config.h (or any file from include) is 2001-05-31 05:33:13 +00:00
con_print.c split up console like sys was 2001-04-11 05:10:04 +00:00
console.c include/QF header cleanup. including config.h (or any file from include) is 2001-05-31 05:33:13 +00:00
crc.c move the api headers into include/QF and clean up (most of) the resulting mess. 2001-03-27 20:33:07 +00:00
cvar.c include/QF header cleanup. including config.h (or any file from include) is 2001-05-31 05:33:13 +00:00
dirent.c forgot these :P 2001-05-08 20:57:07 +00:00
fnmatch.c forgot these :P 2001-05-08 20:57:07 +00:00
hash.c include/QF header cleanup. including config.h (or any file from include) is 2001-05-31 05:33:13 +00:00
info.c include/QF header cleanup. including config.h (or any file from include) is 2001-05-31 05:33:13 +00:00
link.c move the api headers into include/QF and clean up (most of) the resulting mess. 2001-03-27 20:33:07 +00:00
math.S include/QF header cleanup. including config.h (or any file from include) is 2001-05-31 05:33:13 +00:00
mathlib.c qf now links with NO optimisation (not even -O). R_CullBox has been moved from 2001-05-07 04:08:34 +00:00
mdfour.c move the api headers into include/QF and clean up (most of) the resulting mess. 2001-03-27 20:33:07 +00:00
msg.c move the api headers into include/QF and clean up (most of) the resulting mess. 2001-03-27 20:33:07 +00:00
pcx.c compat.h: 2001-05-31 18:11:05 +00:00
plugin.c no header includes cvar.h now 2001-05-31 03:41:35 +00:00
qargs.c A few more. Also removed a couple inaccurate comments. 2001-04-11 00:10:19 +00:00
qendian.c qtypes.h: 2001-03-28 17:17:56 +00:00
qfplist.c move the api headers into include/QF and clean up (most of) the resulting mess. 2001-03-27 20:33:07 +00:00
quakefs.c include/QF header cleanup. including config.h (or any file from include) is 2001-05-31 05:33:13 +00:00
quakeio.c include/QF header cleanup. including config.h (or any file from include) is 2001-05-31 05:33:13 +00:00
sizebuf.c move the api headers into include/QF and clean up (most of) the resulting mess. 2001-03-27 20:33:07 +00:00
sys.c include/QF header cleanup. including config.h (or any file from include) is 2001-05-31 05:33:13 +00:00
sys_error.c include/QF header cleanup. including config.h (or any file from include) is 2001-05-31 05:33:13 +00:00
tga.c merge pcx.c, tga.c and wad.c. util seemed the most logical place, but LoadPCX 2001-05-30 20:56:53 +00:00
va.c include/QF header cleanup. including config.h (or any file from include) is 2001-05-31 05:33:13 +00:00
ver_check.c move the api headers into include/QF and clean up (most of) the resulting mess. 2001-03-27 20:33:07 +00:00
wad.c merge pcx.c, tga.c and wad.c. util seemed the most logical place, but LoadPCX 2001-05-30 20:56:53 +00:00
zone.c Change commented out Con_Printf statements in Cache_Move into 2001-04-17 08:39:44 +00:00