ericw-tools/include/qbsp
Eric Wasylishen a2451a41fb qbsp: rewrite of q1 contents representation in bspfile.cc
use q2-like bitflags so we can represent mixes like (water | mist), which we need within the compiler
2022-07-27 02:31:49 -06:00
..
brush.hh qbsp: add sphere bounds for bspbrush_t 2022-07-05 00:20:57 -06: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 use a reader/writer-esque lock (shared_mutex) instead of exclusive-only recursive lock to speed up plane stuff 2022-07-24 19:05:28 -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: rewrite of q1 contents representation in bspfile.cc 2022-07-27 02:31:49 -06:00
prtfile.hh qbsp: move .prt writing to prtfile.cc to align with qbsp3 2022-06-17 20:31:37 -06:00
qbsp.hh fix percents being output when not requested for submodels 2022-07-22 12:25:06 -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