ericw-tools/include/qbsp
Jonathan 1f1388b2dd remove the type assertions 2022-07-27 22:49:41 -04:00
..
brush.hh Squashed commit of the following: 2022-07-27 05:38:50 -04:00
brushbsp.hh remove vertex rounding 2022-07-13 04:35:42 -04:00
csg.hh qbsp: move MakeBspBrushList to csg.cc for qbsp3 parity 2022-07-09 23:44:22 -06:00
faces.hh remove `entity` from functions that no longer need it 2022-07-10 12:50:16 -04:00
map.hh qbsp_plane_t is now used by other structures, and contains a faster epsilonEqual; since the majority of planes (especially nodes) are going to be axial, there's no need to use the slower full comparison when we can check if the axial component is ready. 2022-07-27 22:44:09 -04:00
merge.hh qbsp: use unique_ptr for node_t::facelist 2022-07-03 23:41:48 -06:00
outside.hh qbsp: add portal_t::onnode, tree_t from qbsp3 2022-06-15 00:45:58 -06:00
portals.hh qbsp_plane_t is now used by other structures, and contains a faster epsilonEqual; since the majority of planes (especially nodes) are going to be axial, there's no need to use the slower full comparison when we can check if the axial component is ready. 2022-07-27 22:44:09 -04:00
prtfile.hh qbsp: move .prt writing to prtfile.cc to align with qbsp3 2022-06-17 20:31:37 -06:00
qbsp.hh remove the type assertions 2022-07-27 22:49:41 -04:00
tree.hh qbsp: move FreeTreePortals to tree.cc 2022-07-04 00:26:28 -06:00
winding.hh remove errors pertaining to MAXEDGES (except on output) since we dynamically expand now 2022-07-14 04:57:52 -04:00
writebsp.hh Squashed commit of the following: 2022-07-27 05:38:50 -04:00