quakeforge/libs/ruamoko
Bill Currie 62c20aa4ab [ruamoko] Fix incorrect clearing of dtables
The problem was caused by passing the index into the dtables array to
dtable_get which expects a handle. A handle is the ones-compliment
negative of the index which means that handle 0 is invalid (but 0 was
being passed... oops). Fixes the segfault when qw-client-x11 connects to
a server.
2020-08-17 13:58:35 +09:00
..
Makemodule.am [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
pr_cmds.c [ruamoko] Move some string functions 2020-03-25 00:04:20 +09:00
rua_cbuf.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
rua_cmd.c [util] Make hash-tables semi-thread-safe 2020-03-25 15:43:16 +09:00
rua_cvar.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
rua_hash.c [util] Make hash-tables semi-thread-safe 2020-03-25 15:43:16 +09:00
rua_init.c [ruamoko] Create a va_copy for progs 2020-04-01 19:48:05 +09:00
rua_math.c Add missed overridden math functions 2020-02-15 23:49:12 +09:00
rua_msgbuf.c Create a message buffer API for Ruamoko 2012-02-06 15:50:32 +09:00
rua_obj.c [ruamoko] Fix incorrect clearing of dtables 2020-08-17 13:58:35 +09:00
rua_plist.c [util] Make hash-tables semi-thread-safe 2020-03-25 15:43:16 +09:00
rua_qfile.c Clean up a lot of va usage 2020-02-26 09:46:59 +09:00
rua_qfs.c Remove File_Open 2020-02-26 13:45:14 +09:00
rua_runtime.c [ruamoko] Handle 0-length @va_list for va_copy 2020-06-28 18:48:38 +09:00
rua_script.c Make script much friendlier to use 2020-02-26 09:39:03 +09:00
rua_set.c Rename set_iter_t's value to element. 2012-12-21 14:09:00 +09:00
rua_string.c [ruamoko] Fix daft str_str abi 2020-04-08 21:54:41 +09:00