quakeforge/tools/qwaq
Bill Currie 66fda1fddb Rewrite edict access.
The server edict arrays are now stored outside of progs memory, only the
entity data itself (ie data accessible to progs via ent.fld) is stored in
progs memory. Many of the changes were due to code accessing edicts and
entity fields directly rather than through the provided macros.
2021-03-25 18:13:48 +09:00
..
.gdbinit why not? 2001-06-27 05:48:25 +00:00
builtins.c Massive whitespace cleanup. 2012-05-22 08:23:22 +09:00
defs.qc Correct the spelling of "int" and clean up the mess. 2011-03-25 16:53:04 +09:00
main.c Rewrite edict access. 2021-03-25 18:13:48 +09:00
main.qc Add a little test case for accessing types. 2012-11-15 13:40:11 +09:00
Makefile.am Add DL_LIBS to the -x11 targets. 2013-02-14 09:54:36 +09:00
progs.src.in Add a little test case for accessing types. 2012-11-15 13:40:11 +09:00
qwaq-bi.c Add the sound builtins to qwaq. 2012-12-17 15:41:56 +09:00
qwaq.c Rewrite edict access. 2021-03-25 18:13:48 +09:00
qwaq.h Initial checkin of the qwaq mini-engine. 2012-07-15 07:39:50 +09:00
test.r Correct the spelling of "int" and clean up the mess. 2011-03-25 16:53:04 +09:00
types.r Use the class name in type encodings. 2012-12-15 12:21:22 +09:00