quakeforge/libs/ruamoko
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
..
Makefile.am Reduce CFLAGS abuse a little for mingw targets. 2013-01-28 16:21:42 +09:00
pr_cmds.c Rewrite edict access. 2021-03-25 18:13:48 +09:00
rua_cbuf.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
rua_cmd.c Make hash tables more const correct. 2012-10-27 11:44:31 +09:00
rua_cvar.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
rua_file.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
rua_hash.c Make hash tables more const correct. 2012-10-27 11:44:31 +09:00
rua_init.c Add ruamoko wrappers for the set api. 2012-12-16 13:48:36 +09:00
rua_math.c Massive whitespace cleanup. 2012-05-22 08:23:22 +09:00
rua_msgbuf.c Create a message buffer API for Ruamoko 2012-02-06 15:50:32 +09:00
rua_obj.c Handle alloca "correctly". 2013-01-22 21:02:50 +09:00
rua_plist.c Make hash tables more const correct. 2012-10-27 11:44:31 +09:00
rua_qfile.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
rua_qfs.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
rua_script.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
rua_set.c Rename set_iter_t's value to element. 2012-12-21 14:09:00 +09:00
rua_string.c Handle alloca "correctly". 2013-01-22 21:02:50 +09:00