quakeforge/libs
Bill Currie bbc97079e0 pr_comp.h:
define PROG_ID_VERSION as 6 and redefine PROG_VERSION as 0x00fff001
	(0.fff.001) for the new qc features.
pr_edict.c:
	support version 6 and version 0.fff.001 progs
qfcc.h:
	add version field to options_t
	add min_version field to opcode_t
pr_opcode.c:
	set the minumum version of each opcode (gee, that table is getting ugly)
	filter out opcodes with too high a min_version when initializing the opcode
	hash tables.
qfcc.c:
	update help output.
	accept --id to limit code generation to id compatable (ver 6) progs.
	default progs generation to 0.fff.001
2001-06-09 06:25:33 +00:00
..
audio mingw compile fixes (vid_wgl.c isn't the right thing) 2001-06-07 16:44:22 +00:00
gamecode pr_comp.h: 2001-06-09 06:25:33 +00:00
gib Include files for gib have been relocated out of include/ 2001-06-08 18:46:26 +00:00
models compile fixes from Artur Frysiak <wiget@pld.org.pl> 2001-06-05 17:23:03 +00:00
util correct a comment 2001-06-07 17:11:34 +00:00
video make dist fixes + a --disable-asmopt fix for mingw 2001-06-08 02:47:30 +00:00
.gitignore looks like utils is more or less complete for now, except for some fixes in 2001-02-23 23:16:13 +00:00
Makefile.am move the gib language out of nq and into its own dir (hehe, libQFgib:) 2001-05-17 21:45:56 +00:00