ericw-tools/include/qbsp
Jonathan 027c45d608 Merge branch 'brushbsp' of https://github.com/ericwa/ericw-tools into brushbsp 2022-08-15 06:13:38 -04:00
..
brush.hh use an optional<uint8_t> to store hull number, which gets rid of special -1 collision hull number. 2022-08-15 06:13:30 -04:00
brushbsp.hh fix linux build 2022-08-13 12:40:11 -06:00
csg.hh remove bspbrush_t::original; it is no longer required since mapbrush_t is what the output is being written to 2022-08-10 16:02:16 -04:00
faces.hh
map.hh use an optional<uint8_t> to store hull number, which gets rid of special -1 collision hull number. 2022-08-15 06:13:30 -04:00
merge.hh allowing logging::percent to handle indeterminate values 2022-08-11 20:33:12 -04:00
outside.hh use an optional<uint8_t> to store hull number, which gets rid of special -1 collision hull number. 2022-08-15 06:13:30 -04:00
portals.hh since buildportal_t is small and being stored in an std::list (which already stores them in nodes that require allocation & non-moving locations) we don't need to wrap them in unique_ptr; this saves a malloc/free per buildportal_t 2022-08-13 08:24:13 -04:00
prtfile.hh qbsp: add WriteDebugTreePortalFile 2022-08-15 00:34:18 -06:00
qbsp.hh use an optional<uint8_t> to store hull number, which gets rid of special -1 collision hull number. 2022-08-15 06:13:30 -04:00
tree.hh qbsp: keep a pool of node_t's in tree_t in a tbb::concurrent_vector 2022-08-08 23:43:36 -06:00
winding.hh use a more optimized version of SplitBrush for CheckPlaneAgainstVolume that doesn't require allocating/freeing a lot of memory 2022-08-13 06:39:30 -04:00
writebsp.hh