ericw-tools/include/common
Jonathan 2264de71a2 Revert "very slight speedup (~3% improvement) on normalize; don't sqrt if we don't need to (rare), and use multiplication instead of division"
This reverts commit 8fe525f5b2.
2022-06-26 01:24:47 -04:00
..
aabb.hh sync up BaseWinding checking 2022-06-18 14:33:16 -04:00
bitflags.hh
bspfile.hh Merge branch 'brushbsp' into portalfaces 2022-06-21 01:45:14 -06:00
bspfile_generic.hh fix compile 2022-06-22 15:50:38 -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
bsputils.hh simplify/c++-ize CompressRow code and related areas (less allocations overall) 2022-06-18 18:25:23 -04:00
bspxfile.hh remove Little* funcs, not used any more 2022-06-20 21:39:08 -04:00
cmdlib.hh move aligned allocator to cmdlib 2022-06-23 00:39:28 -04:00
entdata.h allow radlights to specify an entity dictionary instead (if the input is a .ent, it is an entity dict) which is more flexible 2022-06-22 17:03:00 -04:00
fs.hh the old Safe read/writes are gonedy now 2022-06-16 20:22:03 -04:00
imglib.hh
json.hh
log.hh
mathlib.hh common: rename side_t -> planeside_t (side_t is used by qbsp3) 2022-06-24 00:16:46 -06:00
parallel.hh
parser.hh add texturedef support 2022-06-14 10:50:35 -04:00
polylib.hh common: rename side_t -> planeside_t (side_t is used by qbsp3) 2022-06-24 00:16:46 -06:00
prtfile.hh testqbsp: add a first portal test 2022-06-17 01:53:08 -06:00
qvec.hh Revert "very slight speedup (~3% improvement) on normalize; don't sqrt if we don't need to (rare), and use multiplication instead of division" 2022-06-26 01:24:47 -04:00
settings.hh
threads.hh
vectorutils.hh