quakeforge/libs/util
Bill Currie 5f4c21d796 casting from (signed) char to int does not one whit of good towards avoiding
the problems associated with signed chars being used to index arrays. must
cast to usigned char so the bit expansion is done on an unsigned value to
avoid the sign extension.
2002-08-02 03:22:32 +00:00
..
.gitignore Shared library support. The util and gamecode libraries are now shared, 2001-03-29 09:07:44 +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 support for execution stacks, misc. cleanups. 2002-08-01 02:42:19 +00:00
checksum.c whitespace 2001-12-03 22:56:34 +00:00
cmd.c Split off the old console parser into idparse.[ch] and prepared the cbuf 2002-07-31 22:03:53 +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 memory allocation checking cleanup 2002-05-14 06:37:28 +00:00
dirent.c mingw gcc 3.1 is freaking weird 2002-06-02 05:27:32 +00:00
dstring.c give dstring_adjust a prototype and fix up some whitespace 2002-07-29 19:52:19 +00:00
exp.c rpm building fixes 2002-05-27 20:28:10 +00:00
fendian.c the rcsid commit from hell }:> 2001-09-28 06:26:31 +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
hash.c return lists of multiple matching elements 2002-05-30 21:56:57 +00:00
idparse.c Split off the old console parser into idparse.[ch] and prepared the cbuf 2002-07-31 22:03:53 +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 we now require modern autoconf (2.52+), automake (1.6+) and libtool (1.4+). 2002-08-01 19:49:10 +00:00
math.S BSD compile fixes 2002-01-31 07:37:56 +00:00
mathlib.c Add r_nearclip and r_particles_nearclip. Also put some limits on r_farclip. And fix id's insane max and min float, and some minor improvements in frustum setup in GL. 2002-06-26 22:20:12 +00:00
mdfour.c the rcsid commit from hell }:> 2001-09-28 06:26:31 +00:00
msg.c nuke MSG_ReadChar. Other than the sign extention, it's redundant and nothing 2002-07-02 19:15:29 +00:00
ops.c Added argument-list functions to EXP with trig and inverse trig functions 2002-04-28 08:30:54 +00:00
pakfile.c move pakfile.[ch] into libQFutil and make quakefs.c use it instead of its 2002-07-21 06:11:28 +00:00
pcx.c "runLength-- > 0" made runLength negative, even though the test failed. 2002-05-28 23:34:02 +00:00
plugin.c we now require modern autoconf (2.52+), automake (1.6+) and libtool (1.4+). 2002-08-01 19:49:10 +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 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 casting from (signed) char to int does not one whit of good towards avoiding 2002-08-02 03:22:32 +00:00
quakeio.c dstring.[ch]: 2002-03-08 23:11:42 +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 attempt to fix the win32 server input 2002-08-01 04:49:16 +00:00
sys_ia32.S *sigh*, I'm having a real problem this morning :P 2002-06-07 15:11:59 +00:00
tga.c memory allocation checking cleanup 2002-05-14 06:37:28 +00:00
va.c va.[ch]: 2002-06-13 16:39:33 +00:00
ver_check.c casting from (signed) char to int does not one whit of good towards avoiding 2002-08-02 03:22:32 +00:00
wad.c strip the \n from all(?) of the Sys_Error calls (Sys_Error itself will be 2002-05-14 06:12:29 +00:00
zone.c implement Z_Realloc, PR_Zone_Realloc and pr_obj_realloc 2002-05-29 20:58:53 +00:00