ericw-tools/qbsp3
Jonathan e8bd554cc0 winding_t is now a C++ type - a hybrid stack/heap array.
In preparation for converting all of the vec_t[3] to qvec's, the Vector routines are now templated and work with any type that provides indexing operators.
Polylib.cc is gone, since this all needs to be in header now
qvec can now implicitly convert from T[N]
constexpr where appropriate
static inline -> inline
side_t is now an enum, moved into mathlib
2021-09-16 03:10:51 -04:00
..
common Q2bsp VIS support (#315) 2021-08-31 22:38:12 -06:00
CMakeLists.txt winding_t is now a C++ type - a hybrid stack/heap array. 2021-09-16 03:10:51 -04:00
brushbsp.cc qbsp3: wip; converting to use ericw-tools/common 2017-10-05 13:24:23 -06:00
csg.cc qbsp3: wip; converting to use ericw-tools/common 2017-10-05 13:24:23 -06:00
faces.cc qbsp3: wip; converting to use ericw-tools/common 2017-10-05 13:24:23 -06:00
gldraw.cc cleanup: remove "byte" typedef 2021-02-07 14:02:35 -07:00
glfile.cc qbsp3: wip; converting to use ericw-tools/common 2017-10-05 13:24:23 -06:00
leakfile.cc qbsp3: rename files to .cc 2017-10-05 12:24:00 -06:00
map.cc Cleanup & preserve texture name for q2bsp 2021-09-04 22:15:04 -04:00
nodraw.cc qbsp3: wip; converting to use ericw-tools/common 2017-10-05 13:24:23 -06:00
portals.cc qbsp3: wip; converting to use ericw-tools/common 2017-10-05 13:24:23 -06:00
prtfile.cc qbsp3: wip; converting to use ericw-tools/common 2017-10-05 13:24:23 -06:00
qbsp.h OOP wad file stuff 2021-09-04 23:23:03 -04:00
qbsp3.cc qbsp3: fix compile errors as c++ 2017-10-05 12:31:29 -06:00
textures.cc qbsp3: rename files to .cc 2017-10-05 12:24:00 -06:00
tree.cc qbsp3: rename files to .cc 2017-10-05 12:24:00 -06:00
writebsp.cc cleanup: remove "byte" typedef 2021-02-07 14:02:35 -07:00