Bill Currie
|
3efb0c538f
|
Separate file search from loading.
QFS_LoadFile (and its wrappers) now take a file handle rather than a
path. This will make vpath usage a little cleaner to implement.
|
2014-01-28 16:22:05 +09:00 |
|
Bill Currie
|
6288684fa2
|
Fix more gcc 4.8 errors.
More actual bugs found, too.
|
2013-09-27 23:09:37 +09:00 |
|
Bill Currie
|
e27d7cbd2d
|
Handle alloca "correctly".
Use AC_FUNC_ALLOCA and the #ifdef mess suggested by the autoconf docs
(hidden in qfalloca.h).
|
2013-01-22 21:02:50 +09:00 |
|
Bill Currie
|
9250eb83bf
|
Yet more char index issues.
Should be getting near the end of these as qfcc tries to link in my hacked
up tree :)
|
2012-08-18 21:42:49 +09:00 |
|
Bill Currie
|
276b6f9662
|
Add support for sv_antilag (from fteqw).
I'm not 100% certain it actually works, but it doesn't seem to have broken
anything :)
|
2012-06-28 16:03:56 +09:00 |
|
Bill Currie
|
40da338674
|
Change SV_ClipToLinks's clip.type to be flags.
More feature swiping from fte: the flags are needed for antilag, but I
thought I'd grab the related features (mainly linking) while I was at it.
|
2012-06-28 15:09:49 +09:00 |
|
Bill Currie
|
23a38738fc
|
Massive whitespace cleanup.
Lots of trailing whitespace and otherwise blank lines.
|
2012-05-22 08:23:22 +09:00 |
|
Bill Currie
|
bc1b483525
|
Nuke the rcsid stuff.
It's pretty useless in git.
|
2012-04-22 10:56:32 +09:00 |
|
Bill Currie
|
f75b0a611b
|
Some compile fixes for OpenBSD
|
2011-08-25 22:35:20 +09:00 |
|
Bill Currie
|
0f7390dd60
|
Clean up all the "set but not used" warnings.
gcc on my system is failing to treat this specific warning as an error :/
|
2011-06-19 10:48:02 +09:00 |
|
Bill Currie
|
997102fea8
|
audit the usage of "only"
There are still a few iffy places (notably around certain prepositions), but
the relevant sentences are now much easier to read.
|
2010-01-13 06:42:26 +00:00 |
|
Bill Currie
|
d66934942d
|
nuke Con_Printf and Con_DPrintf and use Sys_* instead
|
2007-11-06 10:17:14 +00:00 |
|
Bill Currie
|
0177971620
|
spelling error :P
|
2007-09-16 02:03:53 +00:00 |
|
Bill Currie
|
3f1479c204
|
make UserInfoChanged used in cpqw (should this be global?)
|
2007-09-16 01:52:57 +00:00 |
|
Bill Currie
|
32733ef3d9
|
set time and self when calling ClientCommand
|
2007-05-07 11:16:29 +00:00 |
|
Bill Currie
|
1cccd005fe
|
silly me. totally misused the result of PR_NewMutableString
|
2007-04-08 05:47:32 +00:00 |
|
Bill Currie
|
593198ef65
|
terminate the builtins table
|
2007-04-08 05:28:21 +00:00 |
|
Bill Currie
|
f309ac7e0b
|
add ClientCommand support
|
2007-04-08 04:10:53 +00:00 |
|
Bill Currie
|
e27b2a9e54
|
use PR_CatStrings for strcat and padstr. ironicly, this should work better for now, and definitely will by the time I'm done.
|
2007-04-08 00:00:35 +00:00 |
|
Bill Currie
|
bc1c68dd89
|
add malloc.h vor vc
|
2007-04-06 21:36:20 +00:00 |
|
Bill Currie
|
15e17b7c42
|
cpqw support. set sv_progs_ext to "cpcw" to activate its mapping
|
2007-04-06 13:59:05 +00:00 |
|