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 why not? 2001-06-27 05:48:25 +00:00
.gitignore make qwaq build as part of the main tree (but /not/ install) 2002-05-31 06:55:35 +00:00
Makefile.am oops, forgot about this 2003-09-20 05:24:57 +00:00
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 do some cleanup 2002-11-12 02:30:08 +00:00
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
progs.src.in Fix qwaq build. 2002-08-17 23:03:26 +00:00
qwaq.h make gcc more anal about prototypes, string constants and function 2003-01-06 18:28:13 +00:00
test.r get qwaq working with the objective stuff and do a simple messaging test 2002-05-31 06:02:26 +00:00