quakeforge/tools/qwaq
Bill Currie a533761770 Nuke PR_GarbageCollect as it's both redundant with the new temp strings
and wrong anyway (could free strings it wasn't supposed to).

Don't free the string pointed to by a strref since it's already been
implicity freed (whole memory space nuked). Fixes new map crash.
2004-01-04 02:03:30 +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
builtins.c Nuke PR_GarbageCollect as it's both redundant with the new temp strings 2004-01-04 02:03:30 +00:00
defs.qc do some cleanup 2002-11-12 02:30:08 +00:00
main.c o all progs strings are now stored in progs memory 2004-01-03 08:43:57 +00:00
main.qc o all progs strings are now stored in progs memory 2004-01-03 08:43:57 +00:00
Makefile.am oops, forgot about this 2003-09-20 05:24:57 +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