quakeforge/nq
Bill Currie f47e03e606 [model] Remove 64k limit on visible leafs
Modern maps can have many more leafs (eg, ad_tears has 98983 leafs).
Using set_t makes dynamic leaf counts easy to support and the code much
easier to read (though set_is_member and the iterators are a little
slower). The main thing to watch out for is the novis set and the set
returned by Mod_LeafPVS never shrink, and may have excess elements (ie,
indicate that nonexistent leafs are visible).
2021-07-26 11:32:05 +09:00
..
include First stab at keydest sanitization 2021-03-27 20:43:51 +09:00
source [model] Remove 64k limit on visible leafs 2021-07-26 11:32:05 +09:00
Makemodule.am [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00