ericw-tools/include/common
Eric Wasylishen 6025585f01 switch from std::any to class hierarchy for content_stats_t
Fixes bogus (huge integers) content stats reporting on macOS (also fix tjunc stats reporting)

having the non-copyable std::atomic<size_t> inside a std::any which must
be copyable was problematic

IMO this is slightly better because it lets us use non-copyable types
2022-07-18 20:13:33 -06:00
..
aabb.hh
bitflags.hh
bspfile.hh switch from std::any to class hierarchy for content_stats_t 2022-07-18 20:13:33 -06: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
bspinfo.hh
bsputils.hh fix lmscale with bounce lighting 2022-07-09 23:09:02 -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-30 05:23:05 -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 improved path detection (and overriding) routines 2022-07-03 18:23:40 -04:00
imglib.hh fix uninitialized memory 2022-06-29 14:27:00 -04:00
json.hh add an entry point for specifically loading meta-only file formats, like .wal; used for discerning replacements from their source material (since replacements are often larger than the default, we need the scale info) 2022-06-29 12:59:33 -04:00
log.hh
mathlib.hh finish tjunc algorithm - can now retopologize by splitting fans up 2022-07-12 17:43:25 -04: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
qvec.hh add in a "validator" setting which is just a thin wrapper to another setting type allowing for an additional validation step 2022-07-16 10:45:24 -04:00
settings.hh add in a "validator" setting which is just a thin wrapper to another setting type allowing for an additional validation step 2022-07-16 10:45:24 -04:00
threads.hh
vectorutils.hh