quakeforge/libs
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
..
audio Merge branch 'master' into vulkan 2020-06-25 14:03:52 +09:00
client [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
console Merge branch 'master' into vulkan 2020-06-25 14:03:52 +09:00
gamecode [gamecode] Add a comment about returning temp strings 2020-07-05 16:53:35 +09:00
gib [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
image [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
models [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
net Merge branch 'master' into vulkan 2020-06-25 14:03:52 +09:00
qw [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
ruamoko [ruamoko] Fix incorrect clearing of dtables 2020-08-17 13:58:35 +09:00
util [util] Fix some unitialized vars 2020-07-17 00:23:09 +09:00
video [build] Support silent rules for sed 2020-07-17 01:20:02 +09:00
Makemodule.am [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00