ericw-tools/include/common
Jonathan b0dad9d01d save a few more cycles by just using raw pointers. it's a bit uglier, but this is hard to represent with shared_ptr and I think it was the wrong choice anyways since the ownership chain is difficult to represent in a shared_ptr here. 2022-06-17 14:56:17 -04:00
..
aabb.hh merge non-brush bsp specific changes from brushbsp branch 2022-05-11 01:58:53 -06:00
bitflags.hh enable lighting for warp/sky in Q2 2022-06-10 06:29:14 -04:00
bspfile.hh testqbsp: read .prt files back in 2022-06-16 23:22:15 -06:00
bspfile_generic.hh split bspfile.hh into multiple files which store the respective BSP info for the different BSP types; bspfile_generic stores the upper-most data (the superset of all BSP types), whereas the individual files contain the subsets. 2022-06-16 12:06:37 -04:00
bspfile_q1.hh split bspfile.hh into multiple files which store the respective BSP info for the different BSP types; bspfile_generic stores the upper-most data (the superset of all BSP types), whereas the individual files contain the subsets. 2022-06-16 12:06:37 -04:00
bspfile_q2.hh split bspfile.hh into multiple files which store the respective BSP info for the different BSP types; bspfile_generic stores the upper-most data (the superset of all BSP types), whereas the individual files contain the subsets. 2022-06-16 12:06:37 -04:00
bspinfo.hh move serialize_bsp() to common/bspinfo.cc 2022-05-14 14:54:21 -06:00
bsputils.hh simplify/c++-ize CompressRow code and related areas (less allocations overall) 2022-06-17 12:06:37 -04:00
bspxfile.hh document FACENORMALS lump 2022-06-17 10:59:24 -04:00
cmdlib.hh entdict cleanup 2022-06-14 17:18:13 -04:00
entdata.h clang-cl build fix 2022-06-14 20:18:06 -06:00
fs.hh the old Safe read/writes are gonedy now 2022-06-16 20:22:03 -04:00
imglib.hh Command line args systems (#2) 2022-02-27 00:01:57 -05:00
json.hh Command line args systems (#2) 2022-02-27 00:01:57 -05:00
log.hh enable lighting for warp/sky in Q2 2022-06-10 06:29:14 -04:00
mathlib.hh merge non-brush bsp specific changes from brushbsp branch 2022-05-11 01:58:53 -06:00
parallel.hh remove old threading code entirely 2022-03-01 10:28:59 -05:00
parser.hh add texturedef support 2022-06-14 10:50:35 -04:00
polylib.hh save a few more cycles by just using raw pointers. it's a bit uglier, but this is hard to represent with shared_ptr and I think it was the wrong choice anyways since the ownership chain is difficult to represent in a shared_ptr here. 2022-06-17 14:56:17 -04:00
prtfile.hh testqbsp: add a first portal test 2022-06-17 01:53:08 -06:00
qvec.hh split bspfile.hh into multiple files which store the respective BSP info for the different BSP types; bspfile_generic stores the upper-most data (the superset of all BSP types), whereas the individual files contain the subsets. 2022-06-16 12:06:37 -04:00
settings.hh adjust settings_set to only accept one token per entry 2022-06-01 20:42:06 -04:00
threads.hh remove old threading code entirely 2022-03-01 10:28:59 -05:00
vectorutils.hh qbsp: merge original brush lists when merging leafs in PruneNodes 2022-05-21 16:05:22 -06:00