quakeforge/qw
Bill Currie 05fa0538ab [qw] Count leafs correctly for PHS
This fixes some out-by-one bugs caused by there being an obo bug in the
original SV_CalcPHS: space was being allocated for numleafs leafs, but
numleafs does not count the world-surrounding solid leaf 0, but
SV_CalcPHS generates pvs and phs data (just the "everything" set) for
leaf 0, which is later used for broadcasts and the like.
2021-07-27 11:34:17 +09:00
..
include [model] Remove 64k limit on visible leafs 2021-07-26 11:32:05 +09:00
source [qw] Count leafs correctly for PHS 2021-07-27 11:34:17 +09:00
Makemodule.am [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00