quakeforge/tools/qwaq
Bill Currie acd54afff7 move to using a hash table for builtin number -> builtin lookup so sparse
ranges can be used efficiently. move the auto-allocated builtins to
0x10000000-0x7fffffff. should be more than enough :)

use static builtin tables ("nul" terminated) instead of a series of
function calls to add builtins to a vm. should be more memory efficient.
2004-01-06 05:51:09 +00:00
..
.gdbinit
.gitignore
builtins.c move to using a hash table for builtin number -> builtin lookup so sparse 2004-01-06 05:51:09 +00:00
defs.qc
main.c add PR_PushFrame and PR_PopFrame so temp strings are easy to use for 2004-01-05 07:10:32 +00:00
main.qc new internal printf engine for progs, mostly thanks to Deek. 2004-01-04 07:42:43 +00:00
Makefile.am oops, forgot about this 2003-09-20 05:24:57 +00:00
progs.src.in
qwaq.h
test.r