..
.gitignore
Shared library support. The util and gamecode libraries are now shared,
2001-03-29 09:07:44 +00:00
bspfile.c
fix a few memory access bugs
2002-09-20 22:44:29 +00:00
buildnum.c
move buildnum.c to util and make nq and qw init more similar
2002-04-11 18:42:55 +00:00
cbuf.c
Added the sleep console command that waits for a specified amount of time.
2002-10-13 19:46:47 +00:00
checksum.c
whitespace
2001-12-03 22:56:34 +00:00
cmd.c
Added the sleep console command that waits for a specified amount of time.
2002-10-13 19:46:47 +00:00
crc.c
break the loop from CRC_Block into CRC_ProcessBlock so that crcs can be
2002-01-28 18:00:48 +00:00
cvar.c
go back to using QFile, quakeio.h and quakefs.h
2002-08-27 07:16:28 +00:00
dirent.c
mingw gcc 3.1 is freaking weird
2002-06-02 05:27:32 +00:00
dstring.c
make dstring_adjust `grow' in increments of 1024. this should speed up
2002-10-15 19:52:46 +00:00
exp.c
Fixed the GIB math evaluator to handle unary operators properly, made
2002-08-23 21:18:00 +00:00
fendian.c
go back to using QFile, quakeio.h and quakefs.h
2002-08-27 07:16:28 +00:00
fnmatch.c
* taniwha gets medieval on extern
2001-10-28 04:23:37 +00:00
getopt.c
move the getopt files from qfcc/source to libs/util, link qw-master against
2002-02-12 17:44:41 +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
gib_buffer.c
Added initial support for newline-delimeted lists to GIB, including a for
2002-08-28 08:00:35 +00:00
gib_builtin.c
Changed GIB_Arg* into macros. Cleaned up GIB file access a bit and added
2002-10-16 04:59:34 +00:00
gib_function.c
Added threads and callbacks to GIB, as well as several QW callbacks dealing
2002-08-27 04:47:49 +00:00
gib_parse.c
Changed GIB_Arg* into macros. Cleaned up GIB file access a bit and added
2002-10-16 04:59:34 +00:00
gib_process.c
Changed GIB_Arg* into macros. Cleaned up GIB file access a bit and added
2002-10-16 04:59:34 +00:00
gib_thread.c
Forgot a newline
2002-08-27 06:46:49 +00:00
gib_vars.c
Added a few useful builtins and began adding GIB hooks into quakeworld.
2002-08-24 05:14:46 +00:00
hash.c
return lists of multiple matching elements
2002-05-30 21:56:57 +00:00
idparse.c
fix an out-by-one error that was causing segfaults for single line commands
2002-08-21 22:52:29 +00:00
info.c
strip the \n from all(?) of the Sys_Error calls (Sys_Error itself will be
2002-05-14 06:12:29 +00:00
link.c
the rcsid commit from hell }:>
2001-09-28 06:26:31 +00:00
Makefile.am
Added threads and callbacks to GIB, as well as several QW callbacks dealing
2002-08-27 04:47:49 +00:00
math.S
BSD compile fixes
2002-01-31 07:37:56 +00:00
mathlib.c
provide a tighter accuracy (but slower) _VectorNormalize for the tools
2002-09-25 21:35:49 +00:00
mdfour.c
the rcsid commit from hell }:>
2001-09-28 06:26:31 +00:00
msg.c
change the value type for MSG_Write(Byte|Short|Long) from unsigned int to
2002-08-19 01:58:01 +00:00
ops.c
Fixed the GIB math evaluator to handle unary operators properly, made
2002-08-23 21:18:00 +00:00
pakfile.c
go back to using QFile, quakeio.h and quakefs.h
2002-08-27 07:16:28 +00:00
pcx.c
go back to using QFile, quakeio.h and quakefs.h
2002-08-27 07:16:28 +00:00
plugin.c
various win32 compile fixes for the latest mingw (not fully working due to
2002-10-11 20:47:17 +00:00
qargs.c
the rcsid commit from hell }:>
2001-09-28 06:26:31 +00:00
qendian.c
go back to using QFile, quakeio.h and quakefs.h
2002-08-27 07:16:28 +00:00
qfplist.c
strip the \n from all(?) of the Sys_Error calls (Sys_Error itself will be
2002-05-14 06:12:29 +00:00
quakefs.c
using Qseek on a pak sub-file should work better. this should make oggs in
2002-09-27 04:27:19 +00:00
quakeio.c
Changed GIB_Arg* into macros. Cleaned up GIB file access a bit and added
2002-10-16 04:59:34 +00:00
sizebuf.c
fix more bugs caused by the Hunk_TempAlloc changes and do some more jump
2001-12-03 22:11:21 +00:00
string.c
the majority of raptor's sgi build patch. I'll look at the last two bits
2002-03-03 06:03:51 +00:00
sys.c
various win32 compile fixes for the latest mingw (not fully working due to
2002-10-11 20:47:17 +00:00
sys_ia32.S
Move the signal handling code from video/targets/* to sys.c (I'm leaving
2002-08-20 23:04:57 +00:00
tga.c
Experimentally allow external texture loading. Also prevent loading RGB textures as RGBA, which wastes a lot of texture memory, and looks ugly on 16bpp boards.
2002-09-06 21:37:22 +00:00
va.c
va.[ch]:
2002-06-13 16:39:33 +00:00
ver_check.c
d'oh
2002-08-02 03:26:55 +00:00
wad.c
go back to using QFile, quakeio.h and quakefs.h
2002-08-27 07:16:28 +00:00
zone.c
Whitespace.
2002-08-25 04:47:57 +00:00