ericw-tools/include/qbsp
Eric Wasylishen 9c46699b60 qbsp: experiment with fixing micro-leaks 2022-09-12 02:10:04 -06:00
..
brush.hh use references in places where we know it's non-null 2022-08-19 12:11:35 -04:00
brushbsp.hh qbsp: add -debugleafvolumes 2022-09-12 00:36:33 -06:00
csg.hh
faces.hh
map.hh qbsp: add -debugleak for saving more info about leaks 2022-09-11 23:56:29 -06:00
merge.hh
outside.hh port over the visible = true setting for hint sides 2022-08-25 21:45:33 -04:00
portals.hh combine flood + emit areaportals into a single step, since they won't ever be run not together 2022-08-24 12:02:56 -04:00
prtfile.hh qbsp: write .leak.prt files in addition to .pts to aid leak debugging 2022-09-11 20:35:51 -06:00
qbsp.hh qbsp: experiment with fixing micro-leaks 2022-09-12 02:10:04 -06:00
tree.hh since tree_t only exists as a type that only allocates heap memory, we don't need to wrap it in a unique_ptr; this also allows the vectors to keep their memory on the next pass, which may improve performance for huge maps 2022-08-19 15:15:53 -04:00
winding.hh
writebsp.hh