quakeforge/tools/qfcc/source
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
..
.gitignore add .vimrc 2001-03-26 16:36:44 +00:00
.indent.pro QFCC -- the QuakeForge Code Compiler -- an autoconfiscated qcc. 2001-02-24 06:58:54 +00:00
cmdlib.c Rip out I_FloatTime from cmdlib. 2001-04-01 03:33:11 +00:00
Makefile.am re-write the opcode selection to be a hash table lookup and statment generation 2001-06-04 02:41:45 +00:00
pr_comp.c make initialized local variables work /properly/ 2001-06-08 20:13:10 +00:00
pr_def.c Immidiate sharing now /works/ (shaved off two pr_globals from CustomTF, too:). 2001-06-08 06:32:15 +00:00
pr_imm.c Immidiate sharing now /works/ (shaved off two pr_globals from CustomTF, too:). 2001-06-08 06:32:15 +00:00
pr_lex.c hash.h is now const correct as is a lot of qfcc 2001-06-04 04:52:14 +00:00
pr_opcode.c pr_comp.h: 2001-06-09 06:25:33 +00:00
qfcc.c pr_comp.h: 2001-06-09 06:25:33 +00:00