..
.gitignore
Shared library support. The util and gamecode libraries are now shared,
2001-03-29 09:07:44 +00:00
bspfile.c
make a LoadBSPMem function so bsp files can be read from already loaded
2003-08-11 22:40:46 +00:00
buildnum.c
re-arrange things so __attribute__ and __builtin_expect are properly
2003-01-15 15:31:36 +00:00
cbuf.c
Introducing the GIB Object System (TM). This breaks scriptable HUD for now
2003-09-11 06:03:13 +00:00
checksum.c
as discussed with fuh, hide the endian dependency of the checksum calcs
2004-05-16 23:17:51 +00:00
cmd.c
oops, committed debug stuff by mistake
2005-04-26 23:40:19 +00:00
crc.c
re-arrange things so __attribute__ and __builtin_expect are properly
2003-01-15 15:31:36 +00:00
cvar.c
even better, use seta (new command) instead so config.cfg automaticly sets
2004-03-18 05:58:06 +00:00
dirent.c
dirent.c and dirent.h brought in from cygwin for win32 builds
2004-01-12 02:23:36 +00:00
dstring.c
oops, forgot the ~. fixes wildcode's lockup and should fix rxr's
2004-01-12 06:38:59 +00:00
fendian.c
re-arrange things so __attribute__ and __builtin_expect are properly
2003-01-15 15:31:36 +00:00
fnmatch.c
re-arrange things so __attribute__ and __builtin_expect are properly
2003-01-15 15:31:36 +00:00
getopt.c
make gcc more anal about prototypes, string constants and function
2003-01-06 18:28:13 +00:00
getopt1.c
move the getopt files from qfcc/source to libs/util, link qw-master against
2002-02-12 17:44:41 +00:00
hash.c
hash.[ch]:
2004-02-07 07:47:23 +00:00
idparse.c
be sure to clear com_token when end of file is hit
2003-07-27 21:45:53 +00:00
info.c
Revert broken gcc4 cleanups.
2005-04-11 20:59:03 +00:00
link.c
re-arrange things so __attribute__ and __builtin_expect are properly
2003-01-15 15:31:36 +00:00
llist.c
Introducing the GIB Object System (TM). This breaks scriptable HUD for now
2003-09-11 06:03:13 +00:00
Makefile.am
move the script parser from qfbsp into libQFutil and correct a spelling error
2004-11-02 05:05:00 +00:00
math.S
export BoxOnPlaneSide properly in windows so it doesn't cause a segfault
2004-01-22 02:26:08 +00:00
mathlib.c
fix a few bugs. basics seem to be working
2004-04-08 05:13:24 +00:00
mdfour.c
re-arrange things so __attribute__ and __builtin_expect are properly
2003-01-15 15:31:36 +00:00
msg.c
add MSG_WriteUTF8 and MSG_ReadUTF8 to handle 31 bit values nicely for
2005-05-05 00:27:04 +00:00
pakfile.c
move wad_extract into the wad utility and make QFS_CreatePath more
2004-05-09 22:58:37 +00:00
plugin.c
don't want that QF in the plugin dll name. doesn't get built that way (if
2003-07-23 19:51:32 +00:00
qargs.c
make qf gcc 3.3 clean
2003-04-17 00:01:48 +00:00
qendian.c
make LittleLong and co defines rather than function pointers
2003-02-22 23:23:16 +00:00
qfplist.c
Revert broken gcc4 cleanups.
2005-04-11 20:59:03 +00:00
quakefs.c
patch from raorn ("Alexey I. Froloff" <sir_raorn@immo.ru>) to fix
2005-02-14 09:08:32 +00:00
quakeio.c
fix Qgets for when zlib isn't available
2004-02-29 07:12:05 +00:00
riff.c
handle alloca properly
2003-07-09 06:28:09 +00:00
script.c
move the script parser from qfbsp into libQFutil and correct a spelling error
2004-11-02 05:05:00 +00:00
sizebuf.c
re-arrange things so __attribute__ and __builtin_expect are properly
2003-01-15 15:31:36 +00:00
string.c
fix an improperly stringed file found by DrSpliff
2003-07-17 18:40:53 +00:00
sys.c
proxy now stays connected :) also gets the server data packet. most changes
2005-05-02 04:09:15 +00:00
sys_ia32.S
needed EXPORT in both ends if the #if/#else/#endif
2004-02-18 03:19:57 +00:00
va.c
re-arrange things so __attribute__ and __builtin_expect are properly
2003-01-15 15:31:36 +00:00
ver_check.c
re-arrange things so __attribute__ and __builtin_expect are properly
2003-01-15 15:31:36 +00:00
wad.c
partial work on wad file access cleanup in preparation of making a wad
2004-01-09 23:34:32 +00:00
wadfile.c
set the disksize of the wad entry
2004-11-02 05:15:00 +00:00
zone.c
more tree recovering. This includes Despair's anisotropy support work.
2005-01-02 14:23:20 +00:00