ericw-tools/include/common
Jonathan c1dc3cb7d8 Merge branch 'type-cleanup' into brushbsp
# Conflicts:
#	include/common/bspfile.hh
2022-06-28 04:13:26 -04:00
..
aabb.hh sync up BaseWinding checking 2022-06-18 14:33:16 -04:00
bitflags.hh
bspfile.hh move generic image loading routine to `img` 2022-06-28 01:37:12 -04:00
bspfile_generic.hh Merge branch 'type-cleanup' into brushbsp 2022-06-28 04:13:26 -04:00
bspfile_q1.hh Merge branch 'type-cleanup' into brushbsp 2022-06-27 06:44:45 -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 Merge branch 'type-cleanup' into brushbsp 2022-06-28 04:13:26 -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 Merge branch 'type-cleanup' into brushbsp 2022-06-28 04:13:26 -04:00
imglib.hh move generic image loading routine to `img` 2022-06-28 01:37:12 -04:00
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
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 move generic image loading routine to `img` 2022-06-28 01:37:12 -04:00
threads.hh
vectorutils.hh