quakeforge/tools/qfcc/source
Bill Currie 09118bc01e pr_comp.h:
add OP_ADD_S. WARNING!!! this /will/ move.
progs.h:
	add prototype for PR_PrintStatement
pr_edict.c:
	add OP_ADD_S support in the progs checker
pr_exec.c:
	implement OP_ADD_S
tools/qfcc/include/.gitignore:
	add config.h.in
qfcc.h:
	nuke PR_NameImmediate and change PR_ParseImmediate's prototype (see
	pr_imm.c)
pr_comp.c:
	add ADD_S, adjust for PR_ParseImmediate's prototype, make
	PR_ParseExpression work with non-sequential opcodes (slow, will work on
	that next). Fix up initialised global parsing.
pr_imm.c:
	nuke PR_NameImmediate. didn't work well and wasn't such a good idea anyway.
	PR_ParseImmediate now accepts a def_t * arg. if null, will allocate a
	new global def, otherwise it will initialize the def passed in.
qwaq/main.c:
	sports some debugging code (dumps info about the progs it's running)
qwaq/main.qc:
	better ADD_S testing
2001-06-03 17:36:49 +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 Another massive speadup caused by using hash tables to lookup already 2001-04-01 06:01:02 +00:00
pr_comp.c pr_comp.h: 2001-06-03 17:36:49 +00:00
pr_def.c no more redundant strings. costs ~7ms, though, but HALVING the strofs size 2001-04-01 06:40:51 +00:00
pr_imm.c pr_comp.h: 2001-06-03 17:36:49 +00:00
pr_lex.c pr_lex.c: 2001-04-03 16:50:31 +00:00
qfcc.c replace a missing / when producing files.dat 2001-05-22 18:23:29 +00:00